@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 String profileName()
The name of the signing profile to be revoked.
public String profileVersion()
The version of the signing profile to be revoked.
public String reason()
The reason for revoking a signing profile.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.