@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConfiguredTableAnalysisRuleRequest extends CleanRoomsRequest implements ToCopyableBuilder<DeleteConfiguredTableAnalysisRuleRequest.Builder,DeleteConfiguredTableAnalysisRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteConfiguredTableAnalysisRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAnalysisRuleType |
analysisRuleType()
The analysis rule type to be deleted.
|
String |
analysisRuleTypeAsString()
The analysis rule type to be deleted.
|
static DeleteConfiguredTableAnalysisRuleRequest.Builder |
builder() |
String |
configuredTableIdentifier()
The unique identifier for the configured table that the analysis rule applies to.
|
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 DeleteConfiguredTableAnalysisRuleRequest.Builder> |
serializableBuilderClass() |
DeleteConfiguredTableAnalysisRuleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configuredTableIdentifier()
The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
public final ConfiguredTableAnalysisRuleType analysisRuleType()
The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
If the service returns an enum value that is not available in the current SDK version, analysisRuleType
will return ConfiguredTableAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from analysisRuleTypeAsString().
ConfiguredTableAnalysisRuleTypepublic final String analysisRuleTypeAsString()
The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
If the service returns an enum value that is not available in the current SDK version, analysisRuleType
will return ConfiguredTableAnalysisRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from analysisRuleTypeAsString().
ConfiguredTableAnalysisRuleTypepublic DeleteConfiguredTableAnalysisRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteConfiguredTableAnalysisRuleRequest.Builder,DeleteConfiguredTableAnalysisRuleRequest>toBuilder in class CleanRoomsRequestpublic static DeleteConfiguredTableAnalysisRuleRequest.Builder builder()
public static Class<? extends DeleteConfiguredTableAnalysisRuleRequest.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.