* A pagination token that can be used in a subsequent DescribeDBClusters request. *
*/ private String marker; /** ** Contains a list of DB clusters for the user. *
*/ private java.util.List* A pagination token that can be used in a subsequent DescribeDBClusters request. *
* * @param marker * A pagination token that can be used in a subsequent DescribeDBClusters request. */ public void setMarker(String marker) { this.marker = marker; } /** ** A pagination token that can be used in a subsequent DescribeDBClusters request. *
* * @return A pagination token that can be used in a subsequent DescribeDBClusters request. */ public String getMarker() { return this.marker; } /** ** A pagination token that can be used in a subsequent DescribeDBClusters request. *
* * @param marker * A pagination token that can be used in a subsequent DescribeDBClusters request. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDBClustersResult withMarker(String marker) { setMarker(marker); return this; } /** ** Contains a list of DB clusters for the user. *
* * @return Contains a list of DB clusters for the user. */ public java.util.List* Contains a list of DB clusters for the user. *
* * @param dBClusters * Contains a list of DB clusters for the user. */ public void setDBClusters(java.util.Collection* Contains a list of DB clusters for the user. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDBClusters(java.util.Collection)} or {@link #withDBClusters(java.util.Collection)} if you want to * override the existing values. *
* * @param dBClusters * Contains a list of DB clusters for the user. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDBClustersResult withDBClusters(DBCluster... dBClusters) { if (this.dBClusters == null) { setDBClusters(new java.util.ArrayList* Contains a list of DB clusters for the user. *
* * @param dBClusters * Contains a list of DB clusters for the user. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDBClustersResult withDBClusters(java.util.Collection