@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRecoverySnapshotsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeRecoverySnapshotsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRecoverySnapshotsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DescribeRecoverySnapshotsRequestFilters |
getFilters()
A set of filters by which to return Recovery Snapshots.
|
Integer |
getMaxResults()
Maximum number of Recovery Snapshots to retrieve.
|
String |
getNextToken()
The token of the next Recovery Snapshot to retrieve.
|
String |
getOrder()
The sorted ordering by which to return Recovery Snapshots.
|
String |
getSourceServerID()
Filter Recovery Snapshots by Source Server ID.
|
int |
hashCode() |
void |
setFilters(DescribeRecoverySnapshotsRequestFilters filters)
A set of filters by which to return Recovery Snapshots.
|
void |
setMaxResults(Integer maxResults)
Maximum number of Recovery Snapshots to retrieve.
|
void |
setNextToken(String nextToken)
The token of the next Recovery Snapshot to retrieve.
|
void |
setOrder(String order)
The sorted ordering by which to return Recovery Snapshots.
|
void |
setSourceServerID(String sourceServerID)
Filter Recovery Snapshots by Source Server ID.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRecoverySnapshotsRequest |
withFilters(DescribeRecoverySnapshotsRequestFilters filters)
A set of filters by which to return Recovery Snapshots.
|
DescribeRecoverySnapshotsRequest |
withMaxResults(Integer maxResults)
Maximum number of Recovery Snapshots to retrieve.
|
DescribeRecoverySnapshotsRequest |
withNextToken(String nextToken)
The token of the next Recovery Snapshot to retrieve.
|
DescribeRecoverySnapshotsRequest |
withOrder(RecoverySnapshotsOrder order)
The sorted ordering by which to return Recovery Snapshots.
|
DescribeRecoverySnapshotsRequest |
withOrder(String order)
The sorted ordering by which to return Recovery Snapshots.
|
DescribeRecoverySnapshotsRequest |
withSourceServerID(String sourceServerID)
Filter Recovery Snapshots by Source Server ID.
|
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, withSdkRequestTimeoutpublic void setFilters(DescribeRecoverySnapshotsRequestFilters filters)
A set of filters by which to return Recovery Snapshots.
filters - A set of filters by which to return Recovery Snapshots.public DescribeRecoverySnapshotsRequestFilters getFilters()
A set of filters by which to return Recovery Snapshots.
public DescribeRecoverySnapshotsRequest withFilters(DescribeRecoverySnapshotsRequestFilters filters)
A set of filters by which to return Recovery Snapshots.
filters - A set of filters by which to return Recovery Snapshots.public void setMaxResults(Integer maxResults)
Maximum number of Recovery Snapshots to retrieve.
maxResults - Maximum number of Recovery Snapshots to retrieve.public Integer getMaxResults()
Maximum number of Recovery Snapshots to retrieve.
public DescribeRecoverySnapshotsRequest withMaxResults(Integer maxResults)
Maximum number of Recovery Snapshots to retrieve.
maxResults - Maximum number of Recovery Snapshots to retrieve.public void setNextToken(String nextToken)
The token of the next Recovery Snapshot to retrieve.
nextToken - The token of the next Recovery Snapshot to retrieve.public String getNextToken()
The token of the next Recovery Snapshot to retrieve.
public DescribeRecoverySnapshotsRequest withNextToken(String nextToken)
The token of the next Recovery Snapshot to retrieve.
nextToken - The token of the next Recovery Snapshot to retrieve.public void setOrder(String order)
The sorted ordering by which to return Recovery Snapshots.
order - The sorted ordering by which to return Recovery Snapshots.RecoverySnapshotsOrderpublic String getOrder()
The sorted ordering by which to return Recovery Snapshots.
RecoverySnapshotsOrderpublic DescribeRecoverySnapshotsRequest withOrder(String order)
The sorted ordering by which to return Recovery Snapshots.
order - The sorted ordering by which to return Recovery Snapshots.RecoverySnapshotsOrderpublic DescribeRecoverySnapshotsRequest withOrder(RecoverySnapshotsOrder order)
The sorted ordering by which to return Recovery Snapshots.
order - The sorted ordering by which to return Recovery Snapshots.RecoverySnapshotsOrderpublic void setSourceServerID(String sourceServerID)
Filter Recovery Snapshots by Source Server ID.
sourceServerID - Filter Recovery Snapshots by Source Server ID.public String getSourceServerID()
Filter Recovery Snapshots by Source Server ID.
public DescribeRecoverySnapshotsRequest withSourceServerID(String sourceServerID)
Filter Recovery Snapshots by Source Server ID.
sourceServerID - Filter Recovery Snapshots by Source Server ID.public String toString()
toString in class ObjectObject.toString()public DescribeRecoverySnapshotsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()