@Generated(value="software.amazon.awssdk:codegen") public final class RevokeSigningProfileRequest extends SignerRequest implements ToCopyableBuilder<RevokeSigningProfileRequest.Builder,RevokeSigningProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevokeSigningProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RevokeSigningProfileRequest.Builder |
builder() |
Instant |
effectiveTime()
A timestamp for when revocation of a Signing Profile should become effective.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
profileName()
The name of the signing profile to be revoked.
|
String |
profileVersion()
The version of the signing profile to be revoked.
|
String |
reason()
The reason for revoking a signing profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevokeSigningProfileRequest.Builder> |
serializableBuilderClass() |
RevokeSigningProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String profileName()
The name of the signing profile to be revoked.
public final String profileVersion()
The version of the signing profile to be revoked.
public final String reason()
The reason for revoking a signing profile.
public final Instant effectiveTime()
A timestamp for when revocation of a Signing Profile should become effective. Signatures generated using the signing profile after this timestamp are not trusted.
public RevokeSigningProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RevokeSigningProfileRequest.Builder,RevokeSigningProfileRequest>toBuilder in class SignerRequestpublic static RevokeSigningProfileRequest.Builder builder()
public static Class<? extends RevokeSigningProfileRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.