@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 identifier of the elastic cluster.
|
Integer |
getMaxResults()
The maximum number of elastic cluster snapshot results to receive in the response.
|
String |
getNextToken()
A pagination token provided by a previous request.
|
String |
getSnapshotType()
The type of cluster snapshots to be returned.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
|
void |
setMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
|
void |
setNextToken(String nextToken)
A pagination token provided by a previous request.
|
void |
setSnapshotType(String snapshotType)
The type of cluster snapshots to be returned.
|
String |
toString()
Returns a string representation of this object.
|
ListClusterSnapshotsRequest |
withClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
|
ListClusterSnapshotsRequest |
withMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
|
ListClusterSnapshotsRequest |
withNextToken(String nextToken)
A pagination token provided by a previous request.
|
ListClusterSnapshotsRequest |
withSnapshotType(String snapshotType)
The type of cluster snapshots to be returned.
|
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 identifier of the elastic cluster.
clusterArn
- The ARN identifier of the elastic cluster.public String getClusterArn()
The ARN identifier of the elastic cluster.
public ListClusterSnapshotsRequest withClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
clusterArn
- The ARN identifier of the elastic cluster.public void setMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
maxResults
- The maximum number of elastic cluster snapshot results to receive in the response.public Integer getMaxResults()
The maximum number of elastic cluster snapshot results to receive in the response.
public ListClusterSnapshotsRequest withMaxResults(Integer maxResults)
The maximum number of elastic cluster snapshot results to receive in the response.
maxResults
- The maximum number of elastic cluster snapshot results to receive in the response.public void setNextToken(String nextToken)
A pagination token provided by a previous request. If this parameter is specified, the response includes only
records beyond this token, up to the value specified by max-results
.
If there is no more data in the responce, the nextToken
will not be returned.
nextToken
- A pagination token provided by a previous request. If this parameter is specified, the response includes
only records beyond this token, up to the value specified by max-results
.
If there is no more data in the responce, the nextToken
will not be returned.
public String getNextToken()
A pagination token provided by a previous request. If this parameter is specified, the response includes only
records beyond this token, up to the value specified by max-results
.
If there is no more data in the responce, the nextToken
will not be returned.
max-results
.
If there is no more data in the responce, the nextToken
will not be returned.
public ListClusterSnapshotsRequest withNextToken(String nextToken)
A pagination token provided by a previous request. If this parameter is specified, the response includes only
records beyond this token, up to the value specified by max-results
.
If there is no more data in the responce, the nextToken
will not be returned.
nextToken
- A pagination token provided by a previous request. If this parameter is specified, the response includes
only records beyond this token, up to the value specified by max-results
.
If there is no more data in the responce, the nextToken
will not be returned.
public void setSnapshotType(String snapshotType)
The type of cluster snapshots to be returned. You can specify one of the following values:
automated
- Return all cluster snapshots that Amazon DocumentDB has automatically created for your
Amazon Web Services account.
manual
- Return all cluster snapshots that you have manually created for your Amazon Web Services
account.
snapshotType
- The type of cluster snapshots to be returned. You can specify one of the following values:
automated
- Return all cluster snapshots that Amazon DocumentDB has automatically created for
your Amazon Web Services account.
manual
- Return all cluster snapshots that you have manually created for your Amazon Web
Services account.
public String getSnapshotType()
The type of cluster snapshots to be returned. You can specify one of the following values:
automated
- Return all cluster snapshots that Amazon DocumentDB has automatically created for your
Amazon Web Services account.
manual
- Return all cluster snapshots that you have manually created for your Amazon Web Services
account.
automated
- Return all cluster snapshots that Amazon DocumentDB has automatically created
for your Amazon Web Services account.
manual
- Return all cluster snapshots that you have manually created for your Amazon Web
Services account.
public ListClusterSnapshotsRequest withSnapshotType(String snapshotType)
The type of cluster snapshots to be returned. You can specify one of the following values:
automated
- Return all cluster snapshots that Amazon DocumentDB has automatically created for your
Amazon Web Services account.
manual
- Return all cluster snapshots that you have manually created for your Amazon Web Services
account.
snapshotType
- The type of cluster snapshots to be returned. You can specify one of the following values:
automated
- Return all cluster snapshots that Amazon DocumentDB has automatically created for
your Amazon Web Services account.
manual
- Return all cluster snapshots that you have manually created for your Amazon Web
Services account.
public String toString()
toString
in class Object
Object.toString()
public ListClusterSnapshotsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()