@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBShardGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DescribeDBShardGroupsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeDBShardGroupsRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getDBShardGroupIdentifier()
 The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. 
 | 
List<Filter> | 
getFilters()
 A filter that specifies one or more DB shard groups to describe. 
 | 
String | 
getMarker()
 An optional pagination token provided by a previous  
DescribeDBShardGroups request. | 
Integer | 
getMaxRecords()
 The maximum number of records to include in the response. 
 | 
int | 
hashCode()  | 
void | 
setDBShardGroupIdentifier(String dBShardGroupIdentifier)
 The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. 
 | 
void | 
setFilters(Collection<Filter> filters)
 A filter that specifies one or more DB shard groups to describe. 
 | 
void | 
setMarker(String marker)
 An optional pagination token provided by a previous  
DescribeDBShardGroups request. | 
void | 
setMaxRecords(Integer maxRecords)
 The maximum number of records to include in the response. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeDBShardGroupsRequest | 
withDBShardGroupIdentifier(String dBShardGroupIdentifier)
 The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. 
 | 
DescribeDBShardGroupsRequest | 
withFilters(Collection<Filter> filters)
 A filter that specifies one or more DB shard groups to describe. 
 | 
DescribeDBShardGroupsRequest | 
withFilters(Filter... filters)
 A filter that specifies one or more DB shard groups to describe. 
 | 
DescribeDBShardGroupsRequest | 
withMarker(String marker)
 An optional pagination token provided by a previous  
DescribeDBShardGroups request. | 
DescribeDBShardGroupsRequest | 
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, withSdkRequestTimeoutpublic void setDBShardGroupIdentifier(String dBShardGroupIdentifier)
The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If this parameter is specified, information for only the specific DB shard group is returned. This parameter isn't case-sensitive.
Constraints:
If supplied, must match an existing DB shard group identifier.
dBShardGroupIdentifier - The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If
        this parameter is specified, information for only the specific DB shard group is returned. This parameter
        isn't case-sensitive.
        Constraints:
If supplied, must match an existing DB shard group identifier.
public String getDBShardGroupIdentifier()
The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If this parameter is specified, information for only the specific DB shard group is returned. This parameter isn't case-sensitive.
Constraints:
If supplied, must match an existing DB shard group identifier.
Constraints:
If supplied, must match an existing DB shard group identifier.
public DescribeDBShardGroupsRequest withDBShardGroupIdentifier(String dBShardGroupIdentifier)
The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If this parameter is specified, information for only the specific DB shard group is returned. This parameter isn't case-sensitive.
Constraints:
If supplied, must match an existing DB shard group identifier.
dBShardGroupIdentifier - The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If
        this parameter is specified, information for only the specific DB shard group is returned. This parameter
        isn't case-sensitive.
        Constraints:
If supplied, must match an existing DB shard group identifier.
public List<Filter> getFilters()
A filter that specifies one or more DB shard groups to describe.
public void setFilters(Collection<Filter> filters)
A filter that specifies one or more DB shard groups to describe.
filters - A filter that specifies one or more DB shard groups to describe.public DescribeDBShardGroupsRequest withFilters(Filter... filters)
A filter that specifies one or more DB shard groups to describe.
 NOTE: This method appends the values to the existing list (if any). Use
 setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
 the existing values.
 
filters - A filter that specifies one or more DB shard groups to describe.public DescribeDBShardGroupsRequest withFilters(Collection<Filter> filters)
A filter that specifies one or more DB shard groups to describe.
filters - A filter that specifies one or more DB shard groups to describe.public void setMarker(String marker)
 An optional pagination token provided by a previous DescribeDBShardGroups request. If this parameter
 is specified, the response includes only records beyond the marker, up to the value specified by
 MaxRecords.
 
marker - An optional pagination token provided by a previous DescribeDBShardGroups request. 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 pagination token provided by a previous DescribeDBShardGroups request. If this parameter
 is specified, the response includes only records beyond the marker, up to the value specified by
 MaxRecords.
 
DescribeDBShardGroups request. If this
         parameter is specified, the response includes only records beyond the marker, up to the value specified
         by MaxRecords.public DescribeDBShardGroupsRequest withMarker(String marker)
 An optional pagination token provided by a previous DescribeDBShardGroups request. If this parameter
 is specified, the response includes only records beyond the marker, up to the value specified by
 MaxRecords.
 
marker - An optional pagination token provided by a previous DescribeDBShardGroups request. If this
        parameter is specified, the response includes only records beyond the marker, up to the value specified by
        MaxRecords.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 token called a marker is included in the response so you can 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 token called a marker is included in the response so you can
        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 token called a marker is included in the response so you can retrieve
 the remaining results.
 
Default: 100
Constraints: Minimum 20, maximum 100
MaxRecords value, a pagination token called a marker is included in the response so you can
         retrieve the remaining results.
         Default: 100
Constraints: Minimum 20, maximum 100
public DescribeDBShardGroupsRequest withMaxRecords(Integer maxRecords)
 The maximum number of records to include in the response. If more records exist than the specified
 MaxRecords value, a pagination token called a marker is included in the response so you can 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 token called a marker is included in the response so you can
        retrieve the remaining results.
        Default: 100
Constraints: Minimum 20, maximum 100
public String toString()
toString in class ObjectObject.toString()public DescribeDBShardGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()