@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBClusterEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDBClusterEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterEndpointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBClusterEndpointIdentifier()
The identifier of the endpoint to describe.
|
String |
getDBClusterIdentifier()
The DB cluster identifier of the DB cluster associated with the endpoint.
|
List<Filter> |
getFilters()
A set of name-value pairs that define which endpoints to include in the output.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeDBClusterEndpoints request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier of the endpoint to describe.
|
void |
setDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
void |
setFilters(Collection<Filter> filters)
A set of name-value pairs that define which endpoints to include in the output.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterEndpoints request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDBClusterEndpointsRequest |
withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier of the endpoint to describe.
|
DescribeDBClusterEndpointsRequest |
withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
DescribeDBClusterEndpointsRequest |
withFilters(Collection<Filter> filters)
A set of name-value pairs that define which endpoints to include in the output.
|
DescribeDBClusterEndpointsRequest |
withFilters(Filter... filters)
A set of name-value pairs that define which endpoints to include in the output.
|
DescribeDBClusterEndpointsRequest |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterEndpoints request. |
DescribeDBClusterEndpointsRequest |
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 setDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
dBClusterIdentifier
- The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a
lowercase string.public String getDBClusterIdentifier()
The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
public DescribeDBClusterEndpointsRequest withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
dBClusterIdentifier
- The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a
lowercase string.public void setDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier of the endpoint to describe. This parameter is stored as a lowercase string.
dBClusterEndpointIdentifier
- The identifier of the endpoint to describe. This parameter is stored as a lowercase string.public String getDBClusterEndpointIdentifier()
The identifier of the endpoint to describe. This parameter is stored as a lowercase string.
public DescribeDBClusterEndpointsRequest withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier of the endpoint to describe. This parameter is stored as a lowercase string.
dBClusterEndpointIdentifier
- The identifier of the endpoint to describe. This parameter is stored as a lowercase string.public List<Filter> getFilters()
A set of name-value pairs that define which endpoints to include in the output. The filters are specified as
name-value pairs, in the format
Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...
. Name
can be one of: db-cluster-endpoint-type
, db-cluster-endpoint-custom-type
,
db-cluster-endpoint-id
, db-cluster-endpoint-status
. Values
for the
db-cluster-endpoint-type
filter can be one or more of: reader
, writer
,
custom
. Values
for the db-cluster-endpoint-custom-type
filter can be one
or more of: reader
, any
. Values
for the
db-cluster-endpoint-status
filter can be one or more of: available
,
creating
, deleting
, inactive
, modifying
.
Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...
.
Name
can be one of: db-cluster-endpoint-type
,
db-cluster-endpoint-custom-type
, db-cluster-endpoint-id
,
db-cluster-endpoint-status
. Values
for the
db-cluster-endpoint-type
filter can be one or more of: reader
,
writer
, custom
. Values
for the
db-cluster-endpoint-custom-type
filter can be one or more of: reader
,
any
. Values
for the db-cluster-endpoint-status
filter can be one
or more of: available
, creating
, deleting
, inactive
,
modifying
.public void setFilters(Collection<Filter> filters)
A set of name-value pairs that define which endpoints to include in the output. The filters are specified as
name-value pairs, in the format
Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...
. Name
can be one of: db-cluster-endpoint-type
, db-cluster-endpoint-custom-type
,
db-cluster-endpoint-id
, db-cluster-endpoint-status
. Values
for the
db-cluster-endpoint-type
filter can be one or more of: reader
, writer
,
custom
. Values
for the db-cluster-endpoint-custom-type
filter can be one
or more of: reader
, any
. Values
for the
db-cluster-endpoint-status
filter can be one or more of: available
,
creating
, deleting
, inactive
, modifying
.
filters
- A set of name-value pairs that define which endpoints to include in the output. The filters are specified
as name-value pairs, in the format
Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...
.
Name
can be one of: db-cluster-endpoint-type
,
db-cluster-endpoint-custom-type
, db-cluster-endpoint-id
,
db-cluster-endpoint-status
. Values
for the
db-cluster-endpoint-type
filter can be one or more of: reader
,
writer
, custom
. Values
for the
db-cluster-endpoint-custom-type
filter can be one or more of: reader
,
any
. Values
for the db-cluster-endpoint-status
filter can be one or
more of: available
, creating
, deleting
, inactive
,
modifying
.public DescribeDBClusterEndpointsRequest withFilters(Filter... filters)
A set of name-value pairs that define which endpoints to include in the output. The filters are specified as
name-value pairs, in the format
Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...
. Name
can be one of: db-cluster-endpoint-type
, db-cluster-endpoint-custom-type
,
db-cluster-endpoint-id
, db-cluster-endpoint-status
. Values
for the
db-cluster-endpoint-type
filter can be one or more of: reader
, writer
,
custom
. Values
for the db-cluster-endpoint-custom-type
filter can be one
or more of: reader
, any
. Values
for the
db-cluster-endpoint-status
filter can be one or more of: available
,
creating
, deleting
, inactive
, modifying
.
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 set of name-value pairs that define which endpoints to include in the output. The filters are specified
as name-value pairs, in the format
Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...
.
Name
can be one of: db-cluster-endpoint-type
,
db-cluster-endpoint-custom-type
, db-cluster-endpoint-id
,
db-cluster-endpoint-status
. Values
for the
db-cluster-endpoint-type
filter can be one or more of: reader
,
writer
, custom
. Values
for the
db-cluster-endpoint-custom-type
filter can be one or more of: reader
,
any
. Values
for the db-cluster-endpoint-status
filter can be one or
more of: available
, creating
, deleting
, inactive
,
modifying
.public DescribeDBClusterEndpointsRequest withFilters(Collection<Filter> filters)
A set of name-value pairs that define which endpoints to include in the output. The filters are specified as
name-value pairs, in the format
Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...
. Name
can be one of: db-cluster-endpoint-type
, db-cluster-endpoint-custom-type
,
db-cluster-endpoint-id
, db-cluster-endpoint-status
. Values
for the
db-cluster-endpoint-type
filter can be one or more of: reader
, writer
,
custom
. Values
for the db-cluster-endpoint-custom-type
filter can be one
or more of: reader
, any
. Values
for the
db-cluster-endpoint-status
filter can be one or more of: available
,
creating
, deleting
, inactive
, modifying
.
filters
- A set of name-value pairs that define which endpoints to include in the output. The filters are specified
as name-value pairs, in the format
Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...
.
Name
can be one of: db-cluster-endpoint-type
,
db-cluster-endpoint-custom-type
, db-cluster-endpoint-id
,
db-cluster-endpoint-status
. Values
for the
db-cluster-endpoint-type
filter can be one or more of: reader
,
writer
, custom
. Values
for the
db-cluster-endpoint-custom-type
filter can be one or more of: reader
,
any
. Values
for the db-cluster-endpoint-status
filter can be one or
more of: available
, creating
, deleting
, inactive
,
modifying
.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 DescribeDBClusterEndpointsRequest 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 void setMarker(String marker)
An optional pagination token provided by a previous DescribeDBClusterEndpoints
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 DescribeDBClusterEndpoints
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 DescribeDBClusterEndpoints
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
DescribeDBClusterEndpoints
request. If
this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public DescribeDBClusterEndpointsRequest withMarker(String marker)
An optional pagination token provided by a previous DescribeDBClusterEndpoints
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 DescribeDBClusterEndpoints
request. 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 DescribeDBClusterEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()