@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDashboardsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDashboardsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDashboardsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDashboardNamePrefix()
If you specify this parameter, only the dashboards with names starting with the specified string are listed.
|
String |
getNextToken()
The token returned by a previous call to indicate that there is more data available.
|
int |
hashCode() |
void |
setDashboardNamePrefix(String dashboardNamePrefix)
If you specify this parameter, only the dashboards with names starting with the specified string are listed.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDashboardsRequest |
withDashboardNamePrefix(String dashboardNamePrefix)
If you specify this parameter, only the dashboards with names starting with the specified string are listed.
|
ListDashboardsRequest |
withNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDashboardNamePrefix(String dashboardNamePrefix)
If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".
dashboardNamePrefix
- If you specify this parameter, only the dashboards with names starting with the specified string are
listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".public String getDashboardNamePrefix()
If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".
public ListDashboardsRequest withDashboardNamePrefix(String dashboardNamePrefix)
If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".
dashboardNamePrefix
- If you specify this parameter, only the dashboards with names starting with the specified string are
listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".public void setNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
nextToken
- The token returned by a previous call to indicate that there is more data available.public String getNextToken()
The token returned by a previous call to indicate that there is more data available.
public ListDashboardsRequest withNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
nextToken
- The token returned by a previous call to indicate that there is more data available.public String toString()
toString
in class Object
Object.toString()
public ListDashboardsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.