public class DescribeClusterVersionsResult extends Object implements Serializable
Contains the output from the DescribeClusterVersions action.
Constructor and Description |
---|
DescribeClusterVersionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ClusterVersion> |
getClusterVersions()
A list of
Version elements. |
String |
getMarker()
The identifier returned to allow retrieval of paginated results.
|
int |
hashCode() |
void |
setClusterVersions(Collection<ClusterVersion> clusterVersions)
A list of
Version elements. |
void |
setMarker(String marker)
The identifier returned to allow retrieval of paginated results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterVersionsResult |
withClusterVersions(ClusterVersion... clusterVersions)
A list of
Version elements. |
DescribeClusterVersionsResult |
withClusterVersions(Collection<ClusterVersion> clusterVersions)
A list of
Version elements. |
DescribeClusterVersionsResult |
withMarker(String marker)
The identifier returned to allow retrieval of paginated results.
|
public String getMarker()
public void setMarker(String marker)
marker
- The identifier returned to allow retrieval of paginated results.public DescribeClusterVersionsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The identifier returned to allow retrieval of paginated results.public List<ClusterVersion> getClusterVersions()
Version
elements.Version
elements.public void setClusterVersions(Collection<ClusterVersion> clusterVersions)
Version
elements.clusterVersions
- A list of Version
elements.public DescribeClusterVersionsResult withClusterVersions(ClusterVersion... clusterVersions)
Version
elements.
Returns a reference to this object so that method calls can be chained together.
clusterVersions
- A list of Version
elements.public DescribeClusterVersionsResult withClusterVersions(Collection<ClusterVersion> clusterVersions)
Version
elements.
Returns a reference to this object so that method calls can be chained together.
clusterVersions
- A list of Version
elements.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.