@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegistrationVersionStatusHistory extends Object implements Serializable, Cloneable, StructuredPojo
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
Constructor and Description |
---|
RegistrationVersionStatusHistory() |
Modifier and Type | Method and Description |
---|---|
RegistrationVersionStatusHistory |
clone() |
boolean |
equals(Object obj) |
Date |
getApprovedTimestamp()
The time when the registration was in the approved state, in UNIX epoch
time format.
|
Date |
getArchivedTimestamp()
The time when the registration was in the archived state, in UNIX epoch
time format.
|
Date |
getDeniedTimestamp()
The time when the registration was in the denied state, in UNIX epoch
time format.
|
Date |
getDiscardedTimestamp()
The time when the registration was in the discarded state, in UNIX
epoch time format.
|
Date |
getDraftTimestamp()
The time when the registration was in the draft state, in UNIX epoch
time format.
|
Date |
getReviewingTimestamp()
The time when the registration was in the reviewing state, in UNIX
epoch time format.
|
Date |
getRevokedTimestamp()
The time when the registration was in the revoked state, in UNIX epoch
time format.
|
Date |
getSubmittedTimestamp()
The time when the registration was in the submitted state, in UNIX
epoch time format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApprovedTimestamp(Date approvedTimestamp)
The time when the registration was in the approved state, in UNIX epoch
time format.
|
void |
setArchivedTimestamp(Date archivedTimestamp)
The time when the registration was in the archived state, in UNIX epoch
time format.
|
void |
setDeniedTimestamp(Date deniedTimestamp)
The time when the registration was in the denied state, in UNIX epoch
time format.
|
void |
setDiscardedTimestamp(Date discardedTimestamp)
The time when the registration was in the discarded state, in UNIX
epoch time format.
|
void |
setDraftTimestamp(Date draftTimestamp)
The time when the registration was in the draft state, in UNIX epoch
time format.
|
void |
setReviewingTimestamp(Date reviewingTimestamp)
The time when the registration was in the reviewing state, in UNIX
epoch time format.
|
void |
setRevokedTimestamp(Date revokedTimestamp)
The time when the registration was in the revoked state, in UNIX epoch
time format.
|
void |
setSubmittedTimestamp(Date submittedTimestamp)
The time when the registration was in the submitted state, in UNIX
epoch time format.
|
String |
toString()
Returns a string representation of this object.
|
RegistrationVersionStatusHistory |
withApprovedTimestamp(Date approvedTimestamp)
The time when the registration was in the approved state, in UNIX epoch
time format.
|
RegistrationVersionStatusHistory |
withArchivedTimestamp(Date archivedTimestamp)
The time when the registration was in the archived state, in UNIX epoch
time format.
|
RegistrationVersionStatusHistory |
withDeniedTimestamp(Date deniedTimestamp)
The time when the registration was in the denied state, in UNIX epoch
time format.
|
RegistrationVersionStatusHistory |
withDiscardedTimestamp(Date discardedTimestamp)
The time when the registration was in the discarded state, in UNIX
epoch time format.
|
RegistrationVersionStatusHistory |
withDraftTimestamp(Date draftTimestamp)
The time when the registration was in the draft state, in UNIX epoch
time format.
|
RegistrationVersionStatusHistory |
withReviewingTimestamp(Date reviewingTimestamp)
The time when the registration was in the reviewing state, in UNIX
epoch time format.
|
RegistrationVersionStatusHistory |
withRevokedTimestamp(Date revokedTimestamp)
The time when the registration was in the revoked state, in UNIX epoch
time format.
|
RegistrationVersionStatusHistory |
withSubmittedTimestamp(Date submittedTimestamp)
The time when the registration was in the submitted state, in UNIX
epoch time format.
|
public void setDraftTimestamp(Date draftTimestamp)
The time when the registration was in the draft state, in UNIX epoch time format.
draftTimestamp
- The time when the registration was in the draft state, in UNIX
epoch time format.public Date getDraftTimestamp()
The time when the registration was in the draft state, in UNIX epoch time format.
public RegistrationVersionStatusHistory withDraftTimestamp(Date draftTimestamp)
The time when the registration was in the draft state, in UNIX epoch time format.
draftTimestamp
- The time when the registration was in the draft state, in UNIX
epoch time format.public void setSubmittedTimestamp(Date submittedTimestamp)
The time when the registration was in the submitted state, in UNIX epoch time format.
submittedTimestamp
- The time when the registration was in the submitted state, in UNIX epoch time format.public Date getSubmittedTimestamp()
The time when the registration was in the submitted state, in UNIX epoch time format.
public RegistrationVersionStatusHistory withSubmittedTimestamp(Date submittedTimestamp)
The time when the registration was in the submitted state, in UNIX epoch time format.
submittedTimestamp
- The time when the registration was in the submitted state, in UNIX epoch time format.public void setReviewingTimestamp(Date reviewingTimestamp)
The time when the registration was in the reviewing state, in UNIX epoch time format.
reviewingTimestamp
- The time when the registration was in the reviewing state, in UNIX epoch time format.public Date getReviewingTimestamp()
The time when the registration was in the reviewing state, in UNIX epoch time format.
public RegistrationVersionStatusHistory withReviewingTimestamp(Date reviewingTimestamp)
The time when the registration was in the reviewing state, in UNIX epoch time format.
reviewingTimestamp
- The time when the registration was in the reviewing state, in UNIX epoch time format.public void setApprovedTimestamp(Date approvedTimestamp)
The time when the registration was in the approved state, in UNIX epoch time format.
approvedTimestamp
- The time when the registration was in the approved state, in UNIX epoch time format.public Date getApprovedTimestamp()
The time when the registration was in the approved state, in UNIX epoch time format.
public RegistrationVersionStatusHistory withApprovedTimestamp(Date approvedTimestamp)
The time when the registration was in the approved state, in UNIX epoch time format.
approvedTimestamp
- The time when the registration was in the approved state, in UNIX epoch time format.public void setDiscardedTimestamp(Date discardedTimestamp)
The time when the registration was in the discarded state, in UNIX epoch time format.
discardedTimestamp
- The time when the registration was in the discarded state, in UNIX epoch time format.public Date getDiscardedTimestamp()
The time when the registration was in the discarded state, in UNIX epoch time format.
public RegistrationVersionStatusHistory withDiscardedTimestamp(Date discardedTimestamp)
The time when the registration was in the discarded state, in UNIX epoch time format.
discardedTimestamp
- The time when the registration was in the discarded state, in UNIX epoch time format.public void setDeniedTimestamp(Date deniedTimestamp)
The time when the registration was in the denied state, in UNIX epoch time format.
deniedTimestamp
- The time when the registration was in the denied state, in UNIX
epoch time format.public Date getDeniedTimestamp()
The time when the registration was in the denied state, in UNIX epoch time format.
public RegistrationVersionStatusHistory withDeniedTimestamp(Date deniedTimestamp)
The time when the registration was in the denied state, in UNIX epoch time format.
deniedTimestamp
- The time when the registration was in the denied state, in UNIX
epoch time format.public void setRevokedTimestamp(Date revokedTimestamp)
The time when the registration was in the revoked state, in UNIX epoch time format.
revokedTimestamp
- The time when the registration was in the revoked state, in UNIX
epoch time format.public Date getRevokedTimestamp()
The time when the registration was in the revoked state, in UNIX epoch time format.
public RegistrationVersionStatusHistory withRevokedTimestamp(Date revokedTimestamp)
The time when the registration was in the revoked state, in UNIX epoch time format.
revokedTimestamp
- The time when the registration was in the revoked state, in UNIX
epoch time format.public void setArchivedTimestamp(Date archivedTimestamp)
The time when the registration was in the archived state, in UNIX epoch time format.
archivedTimestamp
- The time when the registration was in the archived state, in UNIX epoch time format.public Date getArchivedTimestamp()
The time when the registration was in the archived state, in UNIX epoch time format.
public RegistrationVersionStatusHistory withArchivedTimestamp(Date archivedTimestamp)
The time when the registration was in the archived state, in UNIX epoch time format.
archivedTimestamp
- The time when the registration was in the archived state, in UNIX epoch time format.public String toString()
toString
in class Object
Object.toString()
public RegistrationVersionStatusHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.