@Generated(value="software.amazon.awssdk:codegen") public final class GetConfiguredTableAnalysisRuleRequest extends CleanRoomsRequest implements ToCopyableBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,GetConfiguredTableAnalysisRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetConfiguredTableAnalysisRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAnalysisRuleType |
analysisRuleType()
The analysis rule to be retrieved.
|
String |
analysisRuleTypeAsString()
The analysis rule to be retrieved.
|
static GetConfiguredTableAnalysisRuleRequest.Builder |
builder() |
String |
configuredTableIdentifier()
The unique identifier for the configured table to retrieve.
|
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 GetConfiguredTableAnalysisRuleRequest.Builder> |
serializableBuilderClass() |
GetConfiguredTableAnalysisRuleRequest.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 to retrieve. Currently accepts the configured table ID.
public final ConfiguredTableAnalysisRuleType analysisRuleType()
The analysis rule to be retrieved. 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 to be retrieved. 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 GetConfiguredTableAnalysisRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetConfiguredTableAnalysisRuleRequest.Builder,GetConfiguredTableAnalysisRuleRequest>toBuilder in class CleanRoomsRequestpublic static GetConfiguredTableAnalysisRuleRequest.Builder builder()
public static Class<? extends GetConfiguredTableAnalysisRuleRequest.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.