public class GetOTAUpdateRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets an OTA update.
| Constructor and Description | 
|---|
| GetOTAUpdateRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getOtaUpdateId()
 The OTA update ID. | 
| int | hashCode() | 
| void | setOtaUpdateId(java.lang.String otaUpdateId)
 The OTA update ID. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| GetOTAUpdateRequest | withOtaUpdateId(java.lang.String otaUpdateId)
 The OTA update ID. | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getOtaUpdateId()
The OTA update ID.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9_-]+
The OTA update ID.
public void setOtaUpdateId(java.lang.String otaUpdateId)
The OTA update ID.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9_-]+
otaUpdateId - The OTA update ID.
public GetOTAUpdateRequest withOtaUpdateId(java.lang.String otaUpdateId)
The OTA update ID.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9_-]+
otaUpdateId - The OTA update ID.
public 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.