@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGlobalClustersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeGlobalClustersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGlobalClustersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGlobalClusterIdentifier()
The user-supplied DB cluster identifier.
|
String |
getMarker()
(Optional) A pagination token returned by a previous call to
DescribeGlobalClusters . |
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
The user-supplied DB cluster identifier.
|
void |
setMarker(String marker)
(Optional) A pagination token returned by a previous call to
DescribeGlobalClusters . |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGlobalClustersRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
The user-supplied DB cluster identifier.
|
DescribeGlobalClustersRequest |
withMarker(String marker)
(Optional) A pagination token returned by a previous call to
DescribeGlobalClusters . |
DescribeGlobalClustersRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
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 void setGlobalClusterIdentifier(String globalClusterIdentifier)
The user-supplied DB cluster identifier. If this parameter is specified, only information about the specified DB cluster is returned. This parameter is not case-sensitive.
Constraints: If supplied, must match an existing DB cluster identifier.
globalClusterIdentifier
- The user-supplied DB cluster identifier. If this parameter is specified, only information about the
specified DB cluster is returned. This parameter is not case-sensitive.
Constraints: If supplied, must match an existing DB cluster identifier.
public String getGlobalClusterIdentifier()
The user-supplied DB cluster identifier. If this parameter is specified, only information about the specified DB cluster is returned. This parameter is not case-sensitive.
Constraints: If supplied, must match an existing DB cluster identifier.
Constraints: If supplied, must match an existing DB cluster identifier.
public DescribeGlobalClustersRequest withGlobalClusterIdentifier(String globalClusterIdentifier)
The user-supplied DB cluster identifier. If this parameter is specified, only information about the specified DB cluster is returned. This parameter is not case-sensitive.
Constraints: If supplied, must match an existing DB cluster identifier.
globalClusterIdentifier
- The user-supplied DB cluster identifier. If this parameter is specified, only information about the
specified DB cluster is returned. This parameter is not case-sensitive.
Constraints: If supplied, must match an existing DB cluster identifier.
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 pagination marker token is included in the response that you can use to retrieve
the remaining results.
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 pagination marker token is included in the response that you can use to
retrieve the remaining results.
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 pagination marker token is included in the response that you can use to retrieve
the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
MaxRecords
value, a pagination marker token is included in the response that you can use to
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public DescribeGlobalClustersRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination marker token is included in the response that you can use to retrieve
the remaining results.
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 pagination marker token is included in the response that you can use to
retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public void setMarker(String marker)
(Optional) A pagination token returned by a previous call to DescribeGlobalClusters
. If this
parameter is specified, the response will only include records beyond the marker, up to the number specified by
MaxRecords
.
marker
- (Optional) A pagination token returned by a previous call to DescribeGlobalClusters
.
If this parameter is specified, the response will only include records beyond the marker, up to the number
specified by MaxRecords
.public String getMarker()
(Optional) A pagination token returned by a previous call to DescribeGlobalClusters
. If this
parameter is specified, the response will only include records beyond the marker, up to the number specified by
MaxRecords
.
DescribeGlobalClusters
.
If this parameter is specified, the response will only include records beyond the marker, up to the
number specified by MaxRecords
.public DescribeGlobalClustersRequest withMarker(String marker)
(Optional) A pagination token returned by a previous call to DescribeGlobalClusters
. If this
parameter is specified, the response will only include records beyond the marker, up to the number specified by
MaxRecords
.
marker
- (Optional) A pagination token returned by a previous call to DescribeGlobalClusters
.
If this parameter is specified, the response will only include records beyond the marker, up to the number
specified by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
public DescribeGlobalClustersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()