Class SigningProfileRevocationRecord
- java.lang.Object
-
- software.amazon.awssdk.services.signer.model.SigningProfileRevocationRecord
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>
@Generated("software.amazon.awssdk:codegen") public final class SigningProfileRevocationRecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>
Revocation information for a signing profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSigningProfileRevocationRecord.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SigningProfileRevocationRecord.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantrevocationEffectiveFrom()The time when revocation becomes effective.InstantrevokedAt()The time when the signing profile was revoked.StringrevokedBy()The identity of the revoker.List<SdkField<?>>sdkFields()static Class<? extends SigningProfileRevocationRecord.Builder>serializableBuilderClass()SigningProfileRevocationRecord.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
-
revocationEffectiveFrom
public final Instant revocationEffectiveFrom()
The time when revocation becomes effective.
- Returns:
- The time when revocation becomes effective.
-
revokedAt
public final Instant revokedAt()
The time when the signing profile was revoked.
- Returns:
- The time when the signing profile was revoked.
-
revokedBy
public final String revokedBy()
The identity of the revoker.
- Returns:
- The identity of the revoker.
-
toBuilder
public SigningProfileRevocationRecord.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SigningProfileRevocationRecord.Builder,SigningProfileRevocationRecord>
-
builder
public static SigningProfileRevocationRecord.Builder builder()
-
serializableBuilderClass
public static Class<? extends SigningProfileRevocationRecord.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.
-
-