@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServiceUpdatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeServiceUpdatesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeServiceUpdatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
List<ServiceUpdate> |
getServiceUpdates()
A list of service updates
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
void |
setServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
|
String |
toString()
Returns a string representation of this object.
|
DescribeServiceUpdatesResult |
withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeServiceUpdatesResult |
withServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
|
DescribeServiceUpdatesResult |
withServiceUpdates(ServiceUpdate... serviceUpdates)
A list of service updates
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken
- An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.public String getNextToken()
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
public DescribeServiceUpdatesResult withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken
- An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.public List<ServiceUpdate> getServiceUpdates()
A list of service updates
public void setServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
serviceUpdates
- A list of service updatespublic DescribeServiceUpdatesResult withServiceUpdates(ServiceUpdate... serviceUpdates)
A list of service updates
NOTE: This method appends the values to the existing list (if any). Use
setServiceUpdates(java.util.Collection)
or withServiceUpdates(java.util.Collection)
if you want
to override the existing values.
serviceUpdates
- A list of service updatespublic DescribeServiceUpdatesResult withServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
serviceUpdates
- A list of service updatespublic String toString()
toString
in class Object
Object.toString()
public DescribeServiceUpdatesResult clone()