@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 returned from a previous paginated request, where maxResults was
used and the results exceeded the value of that parameter. |
List<String> |
getUpdateIds()
A list of all the updates for the specified cluster and Region.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated request, where maxResults was
used and the results exceeded the value of that parameter. |
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 returned from a previous paginated request, where maxResults was
used and the results exceeded the value of that parameter. |
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, setSdkResponseMetadata
public 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 returned from a previous paginated request, where maxResults
was
used and the results exceeded the value of that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null when there are no more results to
return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a previous paginated request, where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the
previous results that returned the nextToken
value. This value is null when there are no more
results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken
value returned from a previous paginated request, where maxResults
was
used and the results exceeded the value of that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null when there are no more results to
return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
value returned from a previous paginated request, where
maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value
is null when there are no more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public ListUpdatesResult withNextToken(String nextToken)
The nextToken
value returned from a previous paginated request, where maxResults
was
used and the results exceeded the value of that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null when there are no more results to
return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a previous paginated request, where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the
previous results that returned the nextToken
value. This value is null when there are no more
results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String toString()
toString
in class Object
Object.toString()
public ListUpdatesResult clone()