@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplicationConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeReplicationConfigurationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeReplicationConfigurationsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getFileSystemId()
 You can retrieve the replication configuration for a specific file system by providing its file system ID. | 
| Integer | getMaxResults()
 (Optional) To limit the number of objects returned in a response, you can specify the  MaxItemsparameter. | 
| String | getNextToken()NextTokenis present if the response is paginated. | 
| int | hashCode() | 
| void | setFileSystemId(String fileSystemId)
 You can retrieve the replication configuration for a specific file system by providing its file system ID. | 
| void | setMaxResults(Integer maxResults)
 (Optional) To limit the number of objects returned in a response, you can specify the  MaxItemsparameter. | 
| void | setNextToken(String nextToken)NextTokenis present if the response is paginated. | 
| String | toString()Returns a string representation of this object. | 
| DescribeReplicationConfigurationsRequest | withFileSystemId(String fileSystemId)
 You can retrieve the replication configuration for a specific file system by providing its file system ID. | 
| DescribeReplicationConfigurationsRequest | withMaxResults(Integer maxResults)
 (Optional) To limit the number of objects returned in a response, you can specify the  MaxItemsparameter. | 
| DescribeReplicationConfigurationsRequest | withNextToken(String nextToken)NextTokenis present if the response is paginated. | 
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 DescribeReplicationConfigurationsRequest()
public void setFileSystemId(String fileSystemId)
You can retrieve the replication configuration for a specific file system by providing its file system ID.
fileSystemId - You can retrieve the replication configuration for a specific file system by providing its file system ID.public String getFileSystemId()
You can retrieve the replication configuration for a specific file system by providing its file system ID.
public DescribeReplicationConfigurationsRequest withFileSystemId(String fileSystemId)
You can retrieve the replication configuration for a specific file system by providing its file system ID.
fileSystemId - You can retrieve the replication configuration for a specific file system by providing its file system ID.public void setNextToken(String nextToken)
 NextToken is present if the response is paginated. You can use NextToken in a
 subsequent request to fetch the next page of output.
 
nextToken - NextToken is present if the response is paginated. You can use NextToken in a
        subsequent request to fetch the next page of output.public String getNextToken()
 NextToken is present if the response is paginated. You can use NextToken in a
 subsequent request to fetch the next page of output.
 
NextToken is present if the response is paginated. You can use NextToken in a
         subsequent request to fetch the next page of output.public DescribeReplicationConfigurationsRequest withNextToken(String nextToken)
 NextToken is present if the response is paginated. You can use NextToken in a
 subsequent request to fetch the next page of output.
 
nextToken - NextToken is present if the response is paginated. You can use NextToken in a
        subsequent request to fetch the next page of output.public void setMaxResults(Integer maxResults)
 (Optional) To limit the number of objects returned in a response, you can specify the MaxItems
 parameter. The default value is 100.
 
maxResults - (Optional) To limit the number of objects returned in a response, you can specify the
        MaxItems parameter. The default value is 100.public Integer getMaxResults()
 (Optional) To limit the number of objects returned in a response, you can specify the MaxItems
 parameter. The default value is 100.
 
MaxItems parameter. The default value is 100.public DescribeReplicationConfigurationsRequest withMaxResults(Integer maxResults)
 (Optional) To limit the number of objects returned in a response, you can specify the MaxItems
 parameter. The default value is 100.
 
maxResults - (Optional) To limit the number of objects returned in a response, you can specify the
        MaxItems parameter. The default value is 100.public String toString()
toString in class ObjectObject.toString()public DescribeReplicationConfigurationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()