@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfiguredTableAnalysisRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateConfiguredTableAnalysisRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateConfiguredTableAnalysisRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ConfiguredTableAnalysisRulePolicy |
getAnalysisRulePolicy()
The analysis rule policy that was created for the configured table.
|
String |
getAnalysisRuleType()
The type of analysis rule.
|
String |
getConfiguredTableIdentifier()
The identifier for the configured table to create the analysis rule for.
|
int |
hashCode() |
void |
setAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The analysis rule policy that was created for the configured table.
|
void |
setAnalysisRuleType(String analysisRuleType)
The type of analysis rule.
|
void |
setConfiguredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to create the analysis rule for.
|
String |
toString()
Returns a string representation of this object.
|
CreateConfiguredTableAnalysisRuleRequest |
withAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The analysis rule policy that was created for the configured table.
|
CreateConfiguredTableAnalysisRuleRequest |
withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The type of analysis rule.
|
CreateConfiguredTableAnalysisRuleRequest |
withAnalysisRuleType(String analysisRuleType)
The type of analysis rule.
|
CreateConfiguredTableAnalysisRuleRequest |
withConfiguredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to create the analysis rule for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateConfiguredTableAnalysisRuleRequest()
public void setConfiguredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.
configuredTableIdentifier - The identifier for the configured table to create the analysis rule for. Currently accepts the configured
table ID.public String getConfiguredTableIdentifier()
The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.
public CreateConfiguredTableAnalysisRuleRequest withConfiguredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.
configuredTableIdentifier - The identifier for the configured table to create the analysis rule for. Currently accepts the configured
table ID.public void setAnalysisRuleType(String analysisRuleType)
The type of analysis rule.
analysisRuleType - The type of analysis rule.ConfiguredTableAnalysisRuleTypepublic String getAnalysisRuleType()
The type of analysis rule.
ConfiguredTableAnalysisRuleTypepublic CreateConfiguredTableAnalysisRuleRequest withAnalysisRuleType(String analysisRuleType)
The type of analysis rule.
analysisRuleType - The type of analysis rule.ConfiguredTableAnalysisRuleTypepublic CreateConfiguredTableAnalysisRuleRequest withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The type of analysis rule.
analysisRuleType - The type of analysis rule.ConfiguredTableAnalysisRuleTypepublic void setAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The analysis rule policy that was created for the configured table.
analysisRulePolicy - The analysis rule policy that was created for the configured table.public ConfiguredTableAnalysisRulePolicy getAnalysisRulePolicy()
The analysis rule policy that was created for the configured table.
public CreateConfiguredTableAnalysisRuleRequest withAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The analysis rule policy that was created for the configured table.
analysisRulePolicy - The analysis rule policy that was created for the configured table.public String toString()
toString in class ObjectObject.toString()public CreateConfiguredTableAnalysisRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()