@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClusterDbRevisionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClusterDbRevisionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClusterDbRevisionsResult |
clone() |
boolean |
equals(Object obj) |
List<ClusterDbRevision> |
getClusterDbRevisions()
A list of revisions.
|
String |
getMarker()
A string representing the starting point for the next set of revisions.
|
int |
hashCode() |
void |
setClusterDbRevisions(Collection<ClusterDbRevision> clusterDbRevisions)
A list of revisions.
|
void |
setMarker(String marker)
A string representing the starting point for the next set of revisions.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClusterDbRevisionsResult |
withClusterDbRevisions(ClusterDbRevision... clusterDbRevisions)
A list of revisions.
|
DescribeClusterDbRevisionsResult |
withClusterDbRevisions(Collection<ClusterDbRevision> clusterDbRevisions)
A list of revisions.
|
DescribeClusterDbRevisionsResult |
withMarker(String marker)
A string representing the starting point for the next set of revisions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String 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
- 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.public String getMarker()
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 DescribeClusterDbRevisionsResult withMarker(String 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
- 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.public List<ClusterDbRevision> getClusterDbRevisions()
A list of revisions.
public void setClusterDbRevisions(Collection<ClusterDbRevision> clusterDbRevisions)
A list of revisions.
clusterDbRevisions
- A list of revisions.public DescribeClusterDbRevisionsResult withClusterDbRevisions(ClusterDbRevision... clusterDbRevisions)
A list of revisions.
NOTE: This method appends the values to the existing list (if any). Use
setClusterDbRevisions(java.util.Collection)
or withClusterDbRevisions(java.util.Collection)
if
you want to override the existing values.
clusterDbRevisions
- A list of revisions.public DescribeClusterDbRevisionsResult withClusterDbRevisions(Collection<ClusterDbRevision> clusterDbRevisions)
A list of revisions.
clusterDbRevisions
- A list of revisions.public String toString()
toString
in class Object
Object.toString()
public DescribeClusterDbRevisionsResult clone()