@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplicationGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Represents the input of a DescribeReplicationGroups operation.
 
NOOP| Constructor and Description | 
|---|
| DescribeReplicationGroupsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeReplicationGroupsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getMarker()
 An optional marker returned from a prior request. | 
| Integer | getMaxRecords()
 The maximum number of records to include in the response. | 
| String | getReplicationGroupId()
 The identifier for the replication group to be described. | 
| int | hashCode() | 
| void | setMarker(String marker)
 An optional marker returned from a prior request. | 
| void | setMaxRecords(Integer maxRecords)
 The maximum number of records to include in the response. | 
| void | setReplicationGroupId(String replicationGroupId)
 The identifier for the replication group to be described. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DescribeReplicationGroupsRequest | withMarker(String marker)
 An optional marker returned from a prior request. | 
| DescribeReplicationGroupsRequest | withMaxRecords(Integer maxRecords)
 The maximum number of records to include in the response. | 
| DescribeReplicationGroupsRequest | withReplicationGroupId(String replicationGroupId)
 The identifier for the replication group to be described. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setReplicationGroupId(String replicationGroupId)
The identifier for the replication group to be described. This parameter is not case sensitive.
If you do not specify this parameter, information about all replication groups is returned.
replicationGroupId - The identifier for the replication group to be described. This parameter is not case sensitive.
        If you do not specify this parameter, information about all replication groups is returned.
public String getReplicationGroupId()
The identifier for the replication group to be described. This parameter is not case sensitive.
If you do not specify this parameter, information about all replication groups is returned.
If you do not specify this parameter, information about all replication groups is returned.
public DescribeReplicationGroupsRequest withReplicationGroupId(String replicationGroupId)
The identifier for the replication group to be described. This parameter is not case sensitive.
If you do not specify this parameter, information about all replication groups is returned.
replicationGroupId - The identifier for the replication group to be described. This parameter is not case sensitive.
        If you do not specify this parameter, information about all replication groups is returned.
public void setMaxRecords(Integer maxRecords)
 The maximum number of records to include in the response. If more records exist than the specified
 MaxRecords value, a marker is included in the response so that the remaining results can be
 retrieved.
 
Default: 100
Constraints: minimum 20; maximum 100.
maxRecords - The maximum number of records to include in the response. If more records exist than the specified
        MaxRecords value, a marker is included in the response so that the remaining results can be
        retrieved.
        Default: 100
Constraints: minimum 20; maximum 100.
public Integer getMaxRecords()
 The maximum number of records to include in the response. If more records exist than the specified
 MaxRecords value, a marker is included in the response so that the remaining results can be
 retrieved.
 
Default: 100
Constraints: minimum 20; maximum 100.
MaxRecords value, a marker is included in the response so that the remaining results can be
         retrieved.
         Default: 100
Constraints: minimum 20; maximum 100.
public DescribeReplicationGroupsRequest withMaxRecords(Integer maxRecords)
 The maximum number of records to include in the response. If more records exist than the specified
 MaxRecords value, a marker is included in the response so that the remaining results can be
 retrieved.
 
Default: 100
Constraints: minimum 20; maximum 100.
maxRecords - The maximum number of records to include in the response. If more records exist than the specified
        MaxRecords value, a marker is included in the response so that the remaining results can be
        retrieved.
        Default: 100
Constraints: minimum 20; maximum 100.
public void setMarker(String marker)
 An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
 If this parameter is specified, the response includes only records beyond the marker, up to the value specified
 by MaxRecords.
 
marker - An optional marker returned from a prior request. Use this marker for pagination of results from this
        operation. If this parameter is specified, the response includes only records beyond the marker, up to the
        value specified by MaxRecords.public String getMarker()
 An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
 If this parameter is specified, the response includes only records beyond the marker, up to the value specified
 by MaxRecords.
 
MaxRecords.public DescribeReplicationGroupsRequest withMarker(String marker)
 An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
 If this parameter is specified, the response includes only records beyond the marker, up to the value specified
 by MaxRecords.
 
marker - An optional marker returned from a prior request. Use this marker for pagination of results from this
        operation. If this parameter is specified, the response includes only records beyond the marker, up to the
        value specified by MaxRecords.public String toString()
toString in class ObjectObject.toString()public DescribeReplicationGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.