Class RegistrationVersionStatusHistory
- java.lang.Object
-
- software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationVersionStatusHistory
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegistrationVersionStatusHistory.Builder,RegistrationVersionStatusHistory>
@Generated("software.amazon.awssdk:codegen") public final class RegistrationVersionStatusHistory extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegistrationVersionStatusHistory.Builder,RegistrationVersionStatusHistory>
The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegistrationVersionStatusHistory.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantapprovedTimestamp()The time when the registration was in the approved state, in UNIX epoch time format.InstantarchivedTimestamp()The time when the registration was in the archived state, in UNIX epoch time format.static RegistrationVersionStatusHistory.Builderbuilder()InstantdeniedTimestamp()The time when the registration was in the denied state, in UNIX epoch time format.InstantdiscardedTimestamp()The time when the registration was in the discarded state, in UNIX epoch time format.InstantdraftTimestamp()The time when the registration was in the draft state, in UNIX epoch time format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantreviewingTimestamp()The time when the registration was in the reviewing state, in UNIX epoch time format.InstantrevokedTimestamp()The time when the registration was in the revoked state, in UNIX epoch time format.List<SdkField<?>>sdkFields()static Class<? extends RegistrationVersionStatusHistory.Builder>serializableBuilderClass()InstantsubmittedTimestamp()The time when the registration was in the submitted state, in UNIX epoch time format.RegistrationVersionStatusHistory.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
draftTimestamp
public final Instant draftTimestamp()
The time when the registration was in the draft state, in UNIX epoch time format.
- Returns:
- The time when the registration was in the draft state, in UNIX epoch time format.
-
submittedTimestamp
public final Instant submittedTimestamp()
The time when the registration was in the submitted state, in UNIX epoch time format.
- Returns:
- The time when the registration was in the submitted state, in UNIX epoch time format.
-
reviewingTimestamp
public final Instant reviewingTimestamp()
The time when the registration was in the reviewing state, in UNIX epoch time format.
- Returns:
- The time when the registration was in the reviewing state, in UNIX epoch time format.
-
approvedTimestamp
public final Instant approvedTimestamp()
The time when the registration was in the approved state, in UNIX epoch time format.
- Returns:
- The time when the registration was in the approved state, in UNIX epoch time format.
-
discardedTimestamp
public final Instant discardedTimestamp()
The time when the registration was in the discarded state, in UNIX epoch time format.
- Returns:
- The time when the registration was in the discarded state, in UNIX epoch time format.
-
deniedTimestamp
public final Instant deniedTimestamp()
The time when the registration was in the denied state, in UNIX epoch time format.
- Returns:
- The time when the registration was in the denied state, in UNIX epoch time format.
-
revokedTimestamp
public final Instant revokedTimestamp()
The time when the registration was in the revoked state, in UNIX epoch time format.
- Returns:
- The time when the registration was in the revoked state, in UNIX epoch time format.
-
archivedTimestamp
public final Instant archivedTimestamp()
The time when the registration was in the archived state, in UNIX epoch time format.
- Returns:
- The time when the registration was in the archived state, in UNIX epoch time format.
-
toBuilder
public RegistrationVersionStatusHistory.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegistrationVersionStatusHistory.Builder,RegistrationVersionStatusHistory>
-
builder
public static RegistrationVersionStatusHistory.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegistrationVersionStatusHistory.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-