|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.DescribeReplicationGroupsRequest
public class DescribeReplicationGroupsRequest
Container for the parameters to the DescribeReplicationGroups operation
.
The DescribeReplicationGroups operation returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups.
AmazonElastiCache.describeReplicationGroups(DescribeReplicationGroupsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeReplicationGroupsRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeReplicationGroupsRequest()
Method Detail |
---|
public String getReplicationGroupId()
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 void setReplicationGroupId(String replicationGroupId)
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 DescribeReplicationGroupsRequest withReplicationGroupId(String replicationGroupId)
If you do not specify this parameter, information about all replication groups is returned.
Returns a reference to this object so that method calls can be chained together.
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 Integer getMaxRecords()
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 void setMaxRecords(Integer maxRecords)
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 DescribeReplicationGroupsRequest withMaxRecords(Integer maxRecords)
MaxRecords
value, a
marker is included in the response so that the remaining results can
be retrieved. Default: 100
Constraints: minimum 20; maximum 100.
Returns a reference to this object so that method calls can be chained together.
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 String getMarker()
public void setMarker(String marker)
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 DescribeReplicationGroupsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |