public class OTAUpdateSummary
extends java.lang.Object
implements java.io.Serializable
An OTA update summary.
Constructor and Description |
---|
OTAUpdateSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationDate()
The date when the OTA update was created.
|
java.lang.String |
getOtaUpdateArn()
The OTA update ARN.
|
java.lang.String |
getOtaUpdateId()
The OTA update ID.
|
int |
hashCode() |
void |
setCreationDate(java.util.Date creationDate)
The date when the OTA update was created.
|
void |
setOtaUpdateArn(java.lang.String otaUpdateArn)
The OTA update ARN.
|
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.
|
OTAUpdateSummary |
withCreationDate(java.util.Date creationDate)
The date when the OTA update was created.
|
OTAUpdateSummary |
withOtaUpdateArn(java.lang.String otaUpdateArn)
The OTA update ARN.
|
OTAUpdateSummary |
withOtaUpdateId(java.lang.String otaUpdateId)
The OTA update ID.
|
public 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 OTAUpdateSummary 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 getOtaUpdateArn()
The OTA update ARN.
The OTA update ARN.
public void setOtaUpdateArn(java.lang.String otaUpdateArn)
The OTA update ARN.
otaUpdateArn
- The OTA update ARN.
public OTAUpdateSummary withOtaUpdateArn(java.lang.String otaUpdateArn)
The OTA update ARN.
Returns a reference to this object so that method calls can be chained together.
otaUpdateArn
- The OTA update ARN.
public java.util.Date getCreationDate()
The date when the OTA update was created.
The date when the OTA update was created.
public void setCreationDate(java.util.Date creationDate)
The date when the OTA update was created.
creationDate
- The date when the OTA update was created.
public OTAUpdateSummary withCreationDate(java.util.Date creationDate)
The date when the OTA update was created.
Returns a reference to this object so that method calls can be chained together.
creationDate
- The date when the OTA update was created.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.