public class DescribeClusterVersionsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the DescribeClusterVersions action.
| コンストラクタと説明 |
|---|
DescribeClusterVersionsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ClusterVersion> |
getClusterVersions()
A list of
Version elements. |
java.lang.String |
getMarker()
The identifier returned to allow retrieval of paginated results.
|
int |
hashCode() |
void |
setClusterVersions(java.util.Collection<ClusterVersion> clusterVersions)
A list of
Version elements. |
void |
setMarker(java.lang.String marker)
The identifier returned to allow retrieval of paginated results.
|
java.lang.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(java.util.Collection<ClusterVersion> clusterVersions)
A list of
Version elements. |
DescribeClusterVersionsResult |
withMarker(java.lang.String marker)
The identifier returned to allow retrieval of paginated results.
|
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - The identifier returned to allow retrieval of paginated results.public DescribeClusterVersionsResult withMarker(java.lang.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 java.util.List<ClusterVersion> getClusterVersions()
Version elements.Version elements.public void setClusterVersions(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object