@Generated(value="software.amazon.awssdk:codegen") public final class SigningProfileRevocationRecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>
Revocation information for a signing profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SigningProfileRevocationRecord.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SigningProfileRevocationRecord.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
revocationEffectiveFrom()
The time when revocation becomes effective.
|
Instant |
revokedAt()
The time when the signing profile was revoked.
|
String |
revokedBy()
The identity of the revoker.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SigningProfileRevocationRecord.Builder> |
serializableBuilderClass() |
SigningProfileRevocationRecord.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant revocationEffectiveFrom()
The time when revocation becomes effective.
public final Instant revokedAt()
The time when the signing profile was revoked.
public final String revokedBy()
The identity of the revoker.
public SigningProfileRevocationRecord.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>public static SigningProfileRevocationRecord.Builder builder()
public static Class<? extends SigningProfileRevocationRecord.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.