|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.redshift.model.DescribeClusterVersionsResult
public class DescribeClusterVersionsResult
Contains the output from the DescribeClusterVersions action.
| Constructor Summary | |
|---|---|
DescribeClusterVersionsResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeClusterVersionsResult()
| Method Detail |
|---|
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||