@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateDataShareConsumerRequest extends RedshiftRequest implements ToCopyableBuilder<DisassociateDataShareConsumerRequest.Builder,DisassociateDataShareConsumerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateDataShareConsumerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateDataShareConsumerRequest.Builder |
builder() |
String |
consumerArn()
The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.
|
String |
consumerRegion()
From a datashare consumer account, removes association of a datashare from all the existing and future namespaces
in the specified Amazon Web Services Region.
|
String |
dataShareArn()
The Amazon Resource Name (ARN) of the datashare to remove association for.
|
Boolean |
disassociateEntireAccount()
A value that specifies whether association for the datashare is removed from the entire account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateDataShareConsumerRequest.Builder> |
serializableBuilderClass() |
DisassociateDataShareConsumerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dataShareArn()
The Amazon Resource Name (ARN) of the datashare to remove association for.
public final Boolean disassociateEntireAccount()
A value that specifies whether association for the datashare is removed from the entire account.
public final String consumerArn()
The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.
public final String consumerRegion()
From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.
public DisassociateDataShareConsumerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateDataShareConsumerRequest.Builder,DisassociateDataShareConsumerRequest>toBuilder in class RedshiftRequestpublic static DisassociateDataShareConsumerRequest.Builder builder()
public static Class<? extends DisassociateDataShareConsumerRequest.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.