public class ListOTAUpdatesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists OTA updates.
| Constructor and Description |
|---|
ListOTAUpdatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of results to return at one time.
|
java.lang.String |
getNextToken()
A token used to retrieve the next set of results.
|
java.lang.String |
getOtaUpdateStatus()
The OTA update job status.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(java.lang.String nextToken)
A token used to retrieve the next set of results.
|
void |
setOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update job status.
|
void |
setOtaUpdateStatus(java.lang.String otaUpdateStatus)
The OTA update job status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOTAUpdatesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListOTAUpdatesRequest |
withNextToken(java.lang.String nextToken)
A token used to retrieve the next set of results.
|
ListOTAUpdatesRequest |
withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update job status.
|
ListOTAUpdatesRequest |
withOtaUpdateStatus(java.lang.String otaUpdateStatus)
The OTA update job status.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.Integer getMaxResults()
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
maxResults - The maximum number of results to return at one time.
public ListOTAUpdatesRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults - The maximum number of results to return at one time.
public java.lang.String getNextToken()
A token used to retrieve the next set of results.
A token used to retrieve the next set of results.
public void setNextToken(java.lang.String nextToken)
A token used to retrieve the next set of results.
nextToken - A token used to retrieve the next set of results.
public ListOTAUpdatesRequest withNextToken(java.lang.String nextToken)
A token used to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - A token used to retrieve the next set of results.
public java.lang.String getOtaUpdateStatus()
The OTA update job status.
Constraints:
Allowed Values: CREATE_PENDING, CREATE_IN_PROGRESS,
CREATE_COMPLETE, CREATE_FAILED
The OTA update job status.
OTAUpdateStatuspublic void setOtaUpdateStatus(java.lang.String otaUpdateStatus)
The OTA update job status.
Constraints:
Allowed Values: CREATE_PENDING, CREATE_IN_PROGRESS,
CREATE_COMPLETE, CREATE_FAILED
otaUpdateStatus - The OTA update job status.
OTAUpdateStatuspublic ListOTAUpdatesRequest withOtaUpdateStatus(java.lang.String otaUpdateStatus)
The OTA update job status.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE_PENDING, CREATE_IN_PROGRESS,
CREATE_COMPLETE, CREATE_FAILED
otaUpdateStatus - The OTA update job status.
OTAUpdateStatuspublic void setOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update job status.
Constraints:
Allowed Values: CREATE_PENDING, CREATE_IN_PROGRESS,
CREATE_COMPLETE, CREATE_FAILED
otaUpdateStatus - The OTA update job status.
OTAUpdateStatuspublic ListOTAUpdatesRequest withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update job status.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE_PENDING, CREATE_IN_PROGRESS,
CREATE_COMPLETE, CREATE_FAILED
otaUpdateStatus - The OTA update job status.
OTAUpdateStatuspublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.