* A string representing the starting point for the next set of revisions. If a value is returned in a response, you
* can retrieve the next set of revisions by providing the value in the marker
parameter and retrying
* the command. If the marker
field is empty, all revisions have already been returned.
*
* A list of revisions. *
*/ private com.amazonaws.internal.SdkInternalList
* A string representing the starting point for the next set of revisions. If a value is returned in a response, you
* can retrieve the next set of revisions by providing the value in the marker
parameter and retrying
* the command. If the marker
field is empty, all revisions have already been returned.
*
marker
* parameter and retrying the command. If the marker
field is empty, all revisions have already
* been returned.
*/
public void setMarker(String marker) {
this.marker = marker;
}
/**
*
* A string representing the starting point for the next set of revisions. If a value is returned in a response, you
* can retrieve the next set of revisions by providing the value in the marker
parameter and retrying
* the command. If the marker
field is empty, all revisions have already been returned.
*
marker
* parameter and retrying the command. If the marker
field is empty, all revisions have already
* been returned.
*/
public String getMarker() {
return this.marker;
}
/**
*
* A string representing the starting point for the next set of revisions. If a value is returned in a response, you
* can retrieve the next set of revisions by providing the value in the marker
parameter and retrying
* the command. If the marker
field is empty, all revisions have already been returned.
*
marker
* parameter and retrying the command. If the marker
field is empty, all revisions have already
* been returned.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeClusterDbRevisionsResult withMarker(String marker) {
setMarker(marker);
return this;
}
/**
* * A list of revisions. *
* * @return A list of revisions. */ public java.util.List* A list of revisions. *
* * @param clusterDbRevisions * A list of revisions. */ public void setClusterDbRevisions(java.util.Collection* A list of revisions. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setClusterDbRevisions(java.util.Collection)} or {@link #withClusterDbRevisions(java.util.Collection)} if * you want to override the existing values. *
* * @param clusterDbRevisions * A list of revisions. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeClusterDbRevisionsResult withClusterDbRevisions(ClusterDbRevision... clusterDbRevisions) { if (this.clusterDbRevisions == null) { setClusterDbRevisions(new com.amazonaws.internal.SdkInternalList* A list of revisions. *
* * @param clusterDbRevisions * A list of revisions. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeClusterDbRevisionsResult withClusterDbRevisions(java.util.Collection