|
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(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeClusterVersionsResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |