@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUpdatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListUpdatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListUpdatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future ListUpdates request. |
List<String> |
getUpdateIds()
A list of all the updates for the specified cluster and Region.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListUpdates request. |
void |
setUpdateIds(Collection<String> updateIds)
A list of all the updates for the specified cluster and Region.
|
String |
toString()
Returns a string representation of this object.
|
ListUpdatesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListUpdates request. |
ListUpdatesResult |
withUpdateIds(Collection<String> updateIds)
A list of all the updates for the specified cluster and Region.
|
ListUpdatesResult |
withUpdateIds(String... updateIds)
A list of all the updates for the specified cluster and Region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getUpdateIds()
A list of all the updates for the specified cluster and Region.
public void setUpdateIds(Collection<String> updateIds)
A list of all the updates for the specified cluster and Region.
updateIds - A list of all the updates for the specified cluster and Region.public ListUpdatesResult withUpdateIds(String... updateIds)
A list of all the updates for the specified cluster and Region.
NOTE: This method appends the values to the existing list (if any). Use
setUpdateIds(java.util.Collection) or withUpdateIds(java.util.Collection) if you want to
override the existing values.
updateIds - A list of all the updates for the specified cluster and Region.public ListUpdatesResult withUpdateIds(Collection<String> updateIds)
A list of all the updates for the specified cluster and Region.
updateIds - A list of all the updates for the specified cluster and Region.public void setNextToken(String nextToken)
The nextToken value to include in a future ListUpdates request. When the results of a
ListUpdates request exceed maxResults, you can use this value to retrieve the next page
of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListUpdates request. When the results
of a ListUpdates request exceed maxResults, you can use this value to retrieve
the next page of results. This value is null when there are no more results to return.public String getNextToken()
The nextToken value to include in a future ListUpdates request. When the results of a
ListUpdates request exceed maxResults, you can use this value to retrieve the next page
of results. This value is null when there are no more results to return.
nextToken value to include in a future ListUpdates request. When the
results of a ListUpdates request exceed maxResults, you can use this value to
retrieve the next page of results. This value is null when there are no more results to
return.public ListUpdatesResult withNextToken(String nextToken)
The nextToken value to include in a future ListUpdates request. When the results of a
ListUpdates request exceed maxResults, you can use this value to retrieve the next page
of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListUpdates request. When the results
of a ListUpdates request exceed maxResults, you can use this value to retrieve
the next page of results. This value is null when there are no more results to return.public String toString()
toString in class ObjectObject.toString()public ListUpdatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.