* 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
.
*
* Contains the details of the endpoints associated with the cluster and matching any filter conditions. *
*/ private java.util.List
* 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 void setMarker(String marker) {
this.marker = 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
.
*
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() {
return this.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
.
*
DescribeDBClusterEndpoints
request. If
* this parameter is specified, the response includes only records beyond the marker, up to the value
* specified by MaxRecords
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeDBClusterEndpointsResult withMarker(String marker) {
setMarker(marker);
return this;
}
/**
* * Contains the details of the endpoints associated with the cluster and matching any filter conditions. *
* * @return Contains the details of the endpoints associated with the cluster and matching any filter conditions. */ public java.util.List* Contains the details of the endpoints associated with the cluster and matching any filter conditions. *
* * @param dBClusterEndpoints * Contains the details of the endpoints associated with the cluster and matching any filter conditions. */ public void setDBClusterEndpoints(java.util.Collection* 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 * {@link #setDBClusterEndpoints(java.util.Collection)} or {@link #withDBClusterEndpoints(java.util.Collection)} if * you want to override the existing values. *
* * @param dBClusterEndpoints * Contains the details of the endpoints associated with the cluster and matching any filter conditions. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDBClusterEndpointsResult withDBClusterEndpoints(DBClusterEndpoint... dBClusterEndpoints) { if (this.dBClusterEndpoints == null) { setDBClusterEndpoints(new java.util.ArrayList* Contains the details of the endpoints associated with the cluster and matching any filter conditions. *
* * @param dBClusterEndpoints * Contains the details of the endpoints associated with the cluster and matching any filter conditions. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDBClusterEndpointsResult withDBClusterEndpoints(java.util.Collection