@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateResourceSharePermissionRequest extends RamRequest implements ToCopyableBuilder<DisassociateResourceSharePermissionRequest.Builder,DisassociateResourceSharePermissionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateResourceSharePermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateResourceSharePermissionRequest.Builder |
builder() |
String |
clientToken()
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
permissionArn()
The Amazon Resoure Name
(ARN) of the permission to disassociate from the resource share.
|
String |
resourceShareArn()
The Amazon Resoure Name
(ARN) of the resource share from which you want to disassociate a permission.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateResourceSharePermissionRequest.Builder> |
serializableBuilderClass() |
DisassociateResourceSharePermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceShareArn()
The Amazon Resoure Name (ARN) of the resource share from which you want to disassociate a permission.
public final String permissionArn()
The Amazon Resoure Name (ARN) of the permission to disassociate from the resource share. Changes to permissions take effect immediately.
public final String clientToken()
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you don't provide this value, then Amazon Web Services generates a random one for you.
public DisassociateResourceSharePermissionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateResourceSharePermissionRequest.Builder,DisassociateResourceSharePermissionRequest>toBuilder in class RamRequestpublic static DisassociateResourceSharePermissionRequest.Builder builder()
public static Class<? extends DisassociateResourceSharePermissionRequest.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.