@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServiceUpdatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeServiceUpdatesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeServiceUpdatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getClusterNames()
The list of cluster names to identify service updates to apply
|
Integer |
getMaxResults()
The maximum number of records to include in the response.
|
String |
getNextToken()
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
String |
getServiceUpdateName()
The unique ID of the service update to describe.
|
List<String> |
getStatus()
The status(es) of the service updates to filter on
|
int |
hashCode() |
void |
setClusterNames(Collection<String> clusterNames)
The list of cluster names to identify service updates to apply
|
void |
setMaxResults(Integer maxResults)
The maximum number of records to include in the response.
|
void |
setNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
void |
setServiceUpdateName(String serviceUpdateName)
The unique ID of the service update to describe.
|
void |
setStatus(Collection<String> status)
The status(es) of the service updates to filter on
|
String |
toString()
Returns a string representation of this object.
|
DescribeServiceUpdatesRequest |
withClusterNames(Collection<String> clusterNames)
The list of cluster names to identify service updates to apply
|
DescribeServiceUpdatesRequest |
withClusterNames(String... clusterNames)
The list of cluster names to identify service updates to apply
|
DescribeServiceUpdatesRequest |
withMaxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeServiceUpdatesRequest |
withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeServiceUpdatesRequest |
withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update to describe.
|
DescribeServiceUpdatesRequest |
withStatus(Collection<String> status)
The status(es) of the service updates to filter on
|
DescribeServiceUpdatesRequest |
withStatus(ServiceUpdateStatus... status)
The status(es) of the service updates to filter on
|
DescribeServiceUpdatesRequest |
withStatus(String... status)
The status(es) of the service updates to filter on
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setServiceUpdateName(String serviceUpdateName)
The unique ID of the service update to describe.
serviceUpdateName
- The unique ID of the service update to describe.public String getServiceUpdateName()
The unique ID of the service update to describe.
public DescribeServiceUpdatesRequest withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update to describe.
serviceUpdateName
- The unique ID of the service update to describe.public List<String> getClusterNames()
The list of cluster names to identify service updates to apply
public void setClusterNames(Collection<String> clusterNames)
The list of cluster names to identify service updates to apply
clusterNames
- The list of cluster names to identify service updates to applypublic DescribeServiceUpdatesRequest withClusterNames(String... clusterNames)
The list of cluster names to identify service updates to apply
NOTE: This method appends the values to the existing list (if any). Use
setClusterNames(java.util.Collection)
or withClusterNames(java.util.Collection)
if you want to
override the existing values.
clusterNames
- The list of cluster names to identify service updates to applypublic DescribeServiceUpdatesRequest withClusterNames(Collection<String> clusterNames)
The list of cluster names to identify service updates to apply
clusterNames
- The list of cluster names to identify service updates to applypublic List<String> getStatus()
The status(es) of the service updates to filter on
ServiceUpdateStatus
public void setStatus(Collection<String> status)
The status(es) of the service updates to filter on
status
- The status(es) of the service updates to filter onServiceUpdateStatus
public DescribeServiceUpdatesRequest withStatus(String... status)
The status(es) of the service updates to filter on
NOTE: This method appends the values to the existing list (if any). Use
setStatus(java.util.Collection)
or withStatus(java.util.Collection)
if you want to override the
existing values.
status
- The status(es) of the service updates to filter onServiceUpdateStatus
public DescribeServiceUpdatesRequest withStatus(Collection<String> status)
The status(es) of the service updates to filter on
status
- The status(es) of the service updates to filter onServiceUpdateStatus
public DescribeServiceUpdatesRequest withStatus(ServiceUpdateStatus... status)
The status(es) of the service updates to filter on
status
- The status(es) of the service updates to filter onServiceUpdateStatus
public void setMaxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults
- The maximum number of records to include in the response. If more records exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.public Integer getMaxResults()
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
public DescribeServiceUpdatesRequest withMaxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults
- The maximum number of records to include in the response. If more records exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.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 DescribeServiceUpdatesRequest 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 String toString()
toString
in class Object
Object.toString()
public DescribeServiceUpdatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()