@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClusterSnapshotsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListClusterSnapshotsRequest() |
Modifier and Type | Method and Description |
---|---|
ListClusterSnapshotsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterArn()
The arn of the Elastic DocumentDB cluster.
|
Integer |
getMaxResults()
The maximum number of entries to recieve in the response.
|
String |
getNextToken()
The nextToken which is used the get the next page of data.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
void |
setMaxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
|
void |
setNextToken(String nextToken)
The nextToken which is used the get the next page of data.
|
String |
toString()
Returns a string representation of this object.
|
ListClusterSnapshotsRequest |
withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ListClusterSnapshotsRequest |
withMaxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
|
ListClusterSnapshotsRequest |
withNextToken(String nextToken)
The nextToken which is used the get the next page of data.
|
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 setClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
clusterArn
- The arn of the Elastic DocumentDB cluster.public String getClusterArn()
The arn of the Elastic DocumentDB cluster.
public ListClusterSnapshotsRequest withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
clusterArn
- The arn of the Elastic DocumentDB cluster.public void setMaxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
maxResults
- The maximum number of entries to recieve in the response.public Integer getMaxResults()
The maximum number of entries to recieve in the response.
public ListClusterSnapshotsRequest withMaxResults(Integer maxResults)
The maximum number of entries to recieve in the response.
maxResults
- The maximum number of entries to recieve in the response.public void setNextToken(String nextToken)
The nextToken which is used the get the next page of data.
nextToken
- The nextToken which is used the get the next page of data.public String getNextToken()
The nextToken which is used the get the next page of data.
public ListClusterSnapshotsRequest withNextToken(String nextToken)
The nextToken which is used the get the next page of data.
nextToken
- The nextToken which is used the get the next page of data.public String toString()
toString
in class Object
Object.toString()
public ListClusterSnapshotsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()