@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGlobalReplicationGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeGlobalReplicationGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGlobalReplicationGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGlobalReplicationGroupId()
The name of the Global datastore
|
String |
getMarker()
An optional marker returned from a prior request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
Boolean |
getShowMemberInfo()
Returns the list of members that comprise the Global datastore.
|
int |
hashCode() |
Boolean |
isShowMemberInfo()
Returns the list of members that comprise the Global datastore.
|
void |
setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
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 |
setShowMemberInfo(Boolean showMemberInfo)
Returns the list of members that comprise the Global datastore.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGlobalReplicationGroupsRequest |
withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
|
DescribeGlobalReplicationGroupsRequest |
withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeGlobalReplicationGroupsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeGlobalReplicationGroupsRequest |
withShowMemberInfo(Boolean showMemberInfo)
Returns the list of members that comprise the Global datastore.
|
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 DescribeGlobalReplicationGroupsRequest()
public void setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic String getGlobalReplicationGroupId()
The name of the Global datastore
public DescribeGlobalReplicationGroupsRequest withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId
- The name of the Global datastorepublic 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.
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.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.
public DescribeGlobalReplicationGroupsRequest 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.
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.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 DescribeGlobalReplicationGroupsRequest 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 void setShowMemberInfo(Boolean showMemberInfo)
Returns the list of members that comprise the Global datastore.
showMemberInfo
- Returns the list of members that comprise the Global datastore.public Boolean getShowMemberInfo()
Returns the list of members that comprise the Global datastore.
public DescribeGlobalReplicationGroupsRequest withShowMemberInfo(Boolean showMemberInfo)
Returns the list of members that comprise the Global datastore.
showMemberInfo
- Returns the list of members that comprise the Global datastore.public Boolean isShowMemberInfo()
Returns the list of members that comprise the Global datastore.
public String toString()
toString
in class Object
Object.toString()
public DescribeGlobalReplicationGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()