@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListClusterOperationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListClusterOperationsResult() |
Modifier and Type | Method and Description |
---|---|
ListClusterOperationsResult |
clone() |
boolean |
equals(Object obj) |
List<ClusterOperationInfo> |
getClusterOperationInfoList()
An array of cluster operation information objects.
|
String |
getNextToken()
If the response of ListClusterOperations is truncated, it returns a NextToken in the response.
|
int |
hashCode() |
void |
setClusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
|
void |
setNextToken(String nextToken)
If the response of ListClusterOperations is truncated, it returns a NextToken in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListClusterOperationsResult |
withClusterOperationInfoList(ClusterOperationInfo... clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsResult |
withClusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsResult |
withNextToken(String nextToken)
If the response of ListClusterOperations is truncated, it returns a NextToken in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ClusterOperationInfo> getClusterOperationInfoList()
An array of cluster operation information objects.
An array of cluster operation information objects.
public void setClusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
clusterOperationInfoList
- An array of cluster operation information objects.
public ListClusterOperationsResult withClusterOperationInfoList(ClusterOperationInfo... clusterOperationInfoList)
An array of cluster operation information objects.
NOTE: This method appends the values to the existing list (if any). Use
setClusterOperationInfoList(java.util.Collection)
or
withClusterOperationInfoList(java.util.Collection)
if you want to override the existing values.
clusterOperationInfoList
- An array of cluster operation information objects.
public ListClusterOperationsResult withClusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
clusterOperationInfoList
- An array of cluster operation information objects.
public void setNextToken(String nextToken)
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
nextToken
- If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
public String getNextToken()
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
public ListClusterOperationsResult withNextToken(String nextToken)
If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
nextToken
- If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.
public String toString()
toString
in class Object
Object.toString()
public ListClusterOperationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.