@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBClusterEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDBClusterEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<DBClusterEndpoint> |
getDBClusterEndpoints()
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeDBClusterEndpoints request. |
int |
hashCode() |
void |
setDBClusterEndpoints(Collection<DBClusterEndpoint> dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterEndpoints request. |
String |
toString()
Returns a string representation of this object.
|
DescribeDBClusterEndpointsResult |
withDBClusterEndpoints(Collection<DBClusterEndpoint> dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
DescribeDBClusterEndpointsResult |
withDBClusterEndpoints(DBClusterEndpoint... dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
DescribeDBClusterEndpointsResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterEndpoints request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeDBClusterEndpointsResult 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 List<DBClusterEndpoint> getDBClusterEndpoints()
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
public void setDBClusterEndpoints(Collection<DBClusterEndpoint> dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
dBClusterEndpoints
- Contains the details of the endpoints associated with the cluster and matching any filter conditions.public DescribeDBClusterEndpointsResult withDBClusterEndpoints(DBClusterEndpoint... dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
NOTE: This method appends the values to the existing list (if any). Use
setDBClusterEndpoints(java.util.Collection)
or withDBClusterEndpoints(java.util.Collection)
if
you want to override the existing values.
dBClusterEndpoints
- Contains the details of the endpoints associated with the cluster and matching any filter conditions.public DescribeDBClusterEndpointsResult withDBClusterEndpoints(Collection<DBClusterEndpoint> dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
dBClusterEndpoints
- Contains the details of the endpoints associated with the cluster and matching any filter conditions.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClusterEndpointsResult clone()