* An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter
* is specified, the response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
*
* Provides a list of DB cluster snapshots for the user. *
*/ private java.util.List
* An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter
* is specified, the response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
*
MaxRecords
.
*/
public void setMarker(String marker) {
this.marker = marker;
}
/**
*
* An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter
* is specified, the response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
*
MaxRecords
.
*/
public String getMarker() {
return this.marker;
}
/**
*
* An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter
* is specified, the response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
*
MaxRecords
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeDBClusterSnapshotsResult withMarker(String marker) {
setMarker(marker);
return this;
}
/**
* * Provides a list of DB cluster snapshots for the user. *
* * @return Provides a list of DB cluster snapshots for the user. */ public java.util.List* Provides a list of DB cluster snapshots for the user. *
* * @param dBClusterSnapshots * Provides a list of DB cluster snapshots for the user. */ public void setDBClusterSnapshots(java.util.Collection* Provides a list of DB cluster snapshots for the user. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDBClusterSnapshots(java.util.Collection)} or {@link #withDBClusterSnapshots(java.util.Collection)} if * you want to override the existing values. *
* * @param dBClusterSnapshots * Provides a list of DB cluster snapshots for the user. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDBClusterSnapshotsResult withDBClusterSnapshots(DBClusterSnapshot... dBClusterSnapshots) { if (this.dBClusterSnapshots == null) { setDBClusterSnapshots(new java.util.ArrayList* Provides a list of DB cluster snapshots for the user. *
* * @param dBClusterSnapshots * Provides a list of DB cluster snapshots for the user. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDBClusterSnapshotsResult withDBClusterSnapshots(java.util.Collection