@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) |
String |
getMarker()
An optional marker returned from a prior request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response
|
String |
getServiceUpdateName()
The unique ID of the service update
|
List<String> |
getServiceUpdateStatus()
The status of the service update
|
int |
hashCode() |
void |
setMarker(String marker)
An optional marker returned from a prior request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response
|
void |
setServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
void |
setServiceUpdateStatus(Collection<String> serviceUpdateStatus)
The status of the service update
|
String |
toString()
Returns a string representation of this object.
|
DescribeServiceUpdatesRequest |
withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeServiceUpdatesRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response
|
DescribeServiceUpdatesRequest |
withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
DescribeServiceUpdatesRequest |
withServiceUpdateStatus(Collection<String> serviceUpdateStatus)
The status of the service update
|
DescribeServiceUpdatesRequest |
withServiceUpdateStatus(ServiceUpdateStatus... serviceUpdateStatus)
The status of the service update
|
DescribeServiceUpdatesRequest |
withServiceUpdateStatus(String... serviceUpdateStatus)
The status of the service update
|
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
serviceUpdateName
- The unique ID of the service updatepublic String getServiceUpdateName()
The unique ID of the service update
public DescribeServiceUpdatesRequest withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName
- The unique ID of the service updatepublic List<String> getServiceUpdateStatus()
The status of the service update
ServiceUpdateStatus
public void setServiceUpdateStatus(Collection<String> serviceUpdateStatus)
The status of the service update
serviceUpdateStatus
- The status of the service updateServiceUpdateStatus
public DescribeServiceUpdatesRequest withServiceUpdateStatus(String... serviceUpdateStatus)
The status of the service update
NOTE: This method appends the values to the existing list (if any). Use
setServiceUpdateStatus(java.util.Collection)
or withServiceUpdateStatus(java.util.Collection)
if you want to override the existing values.
serviceUpdateStatus
- The status of the service updateServiceUpdateStatus
public DescribeServiceUpdatesRequest withServiceUpdateStatus(Collection<String> serviceUpdateStatus)
The status of the service update
serviceUpdateStatus
- The status of the service updateServiceUpdateStatus
public DescribeServiceUpdatesRequest withServiceUpdateStatus(ServiceUpdateStatus... serviceUpdateStatus)
The status of the service update
serviceUpdateStatus
- The status of the service updateServiceUpdateStatus
public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response
maxRecords
- The maximum number of records to include in the responsepublic Integer getMaxRecords()
The maximum number of records to include in the response
public DescribeServiceUpdatesRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response
maxRecords
- The maximum number of records to include in the responsepublic void setMarker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
If this parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords
.
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by MaxRecords
.public String getMarker()
An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
If this parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords
.
MaxRecords
.public DescribeServiceUpdatesRequest withMarker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
If this parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords
.
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
public DescribeServiceUpdatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()