@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConfiguredTableAssociationRequest extends CleanRoomsRequest implements ToCopyableBuilder<DeleteConfiguredTableAssociationRequest.Builder,DeleteConfiguredTableAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteConfiguredTableAssociationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteConfiguredTableAssociationRequest.Builder |
builder() |
String |
configuredTableAssociationIdentifier()
The unique ID for the configured table association to be deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
membershipIdentifier()
A unique identifier for the membership that the configured table association belongs to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteConfiguredTableAssociationRequest.Builder> |
serializableBuilderClass() |
DeleteConfiguredTableAssociationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configuredTableAssociationIdentifier()
The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.
public final String membershipIdentifier()
A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
public DeleteConfiguredTableAssociationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteConfiguredTableAssociationRequest.Builder,DeleteConfiguredTableAssociationRequest>toBuilder in class CleanRoomsRequestpublic static DeleteConfiguredTableAssociationRequest.Builder builder()
public static Class<? extends DeleteConfiguredTableAssociationRequest.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 © 2023. All rights reserved.