@Generated(value="software.amazon.awssdk:codegen") public final class RemoveProfilePermissionRequest extends SignerRequest implements ToCopyableBuilder<RemoveProfilePermissionRequest.Builder,RemoveProfilePermissionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveProfilePermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemoveProfilePermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
profileName()
A human-readable name for the signing profile with permissions to be removed.
|
String |
revisionId()
An identifier for the current revision of the signing profile permissions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveProfilePermissionRequest.Builder> |
serializableBuilderClass() |
String |
statementId()
A unique identifier for the cross-account permissions statement.
|
RemoveProfilePermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String profileName()
A human-readable name for the signing profile with permissions to be removed.
public String revisionId()
An identifier for the current revision of the signing profile permissions.
public String statementId()
A unique identifier for the cross-account permissions statement.
public RemoveProfilePermissionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveProfilePermissionRequest.Builder,RemoveProfilePermissionRequest>toBuilder in class SignerRequestpublic static RemoveProfilePermissionRequest.Builder builder()
public static Class<? extends RemoveProfilePermissionRequest.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.