@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOTAUpdatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOTAUpdatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListOTAUpdatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
A token used to retrieve the next set of results.
|
String |
getOtaUpdateStatus()
The OTA update job status.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
A token used to retrieve the next set of results.
|
void |
setOtaUpdateStatus(String otaUpdateStatus)
The OTA update job status.
|
String |
toString()
Returns a string representation of this object.
|
ListOTAUpdatesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListOTAUpdatesRequest |
withNextToken(String nextToken)
A token used to retrieve the next set of results.
|
ListOTAUpdatesRequest |
withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update job status.
|
ListOTAUpdatesRequest |
withOtaUpdateStatus(String otaUpdateStatus)
The OTA update job status.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListOTAUpdatesRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.public void setNextToken(String nextToken)
A token used to retrieve the next set of results.
nextToken
- A token used to retrieve the next set of results.public String getNextToken()
A token used to retrieve the next set of results.
public ListOTAUpdatesRequest withNextToken(String nextToken)
A token used to retrieve the next set of results.
nextToken
- A token used to retrieve the next set of results.public void setOtaUpdateStatus(String otaUpdateStatus)
The OTA update job status.
otaUpdateStatus
- The OTA update job status.OTAUpdateStatus
public String getOtaUpdateStatus()
The OTA update job status.
OTAUpdateStatus
public ListOTAUpdatesRequest withOtaUpdateStatus(String otaUpdateStatus)
The OTA update job status.
otaUpdateStatus
- The OTA update job status.OTAUpdateStatus
public ListOTAUpdatesRequest withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update job status.
otaUpdateStatus
- The OTA update job status.OTAUpdateStatus
public String toString()
toString
in class Object
Object.toString()
public ListOTAUpdatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()