@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OTAUpdateSummary extends Object implements Serializable, Cloneable, StructuredPojo
An OTA update summary.
Constructor and Description |
---|
OTAUpdateSummary() |
Modifier and Type | Method and Description |
---|---|
OTAUpdateSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date when the OTA update was created.
|
String |
getOtaUpdateArn()
The OTA update ARN.
|
String |
getOtaUpdateId()
The OTA update ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date when the OTA update was created.
|
void |
setOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
void |
setOtaUpdateId(String otaUpdateId)
The OTA update ID.
|
String |
toString()
Returns a string representation of this object.
|
OTAUpdateSummary |
withCreationDate(Date creationDate)
The date when the OTA update was created.
|
OTAUpdateSummary |
withOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
OTAUpdateSummary |
withOtaUpdateId(String otaUpdateId)
The OTA update ID.
|
public void setOtaUpdateId(String otaUpdateId)
The OTA update ID.
otaUpdateId
- The OTA update ID.public String getOtaUpdateId()
The OTA update ID.
public OTAUpdateSummary withOtaUpdateId(String otaUpdateId)
The OTA update ID.
otaUpdateId
- The OTA update ID.public void setOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
otaUpdateArn
- The OTA update ARN.public String getOtaUpdateArn()
The OTA update ARN.
public OTAUpdateSummary withOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
otaUpdateArn
- The OTA update ARN.public void setCreationDate(Date creationDate)
The date when the OTA update was created.
creationDate
- The date when the OTA update was created.public Date getCreationDate()
The date when the OTA update was created.
public OTAUpdateSummary withCreationDate(Date creationDate)
The date when the OTA update was created.
creationDate
- The date when the OTA update was created.public String toString()
toString
in class Object
Object.toString()
public OTAUpdateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.