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