@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfiguredTableAnalysisRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConfiguredTableAnalysisRuleRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfiguredTableAnalysisRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ConfiguredTableAnalysisRulePolicy |
getAnalysisRulePolicy()
The new analysis rule policy for the configured table analysis rule.
|
String |
getAnalysisRuleType()
The analysis rule type to be updated.
|
String |
getConfiguredTableIdentifier()
The unique identifier for the configured table that the analysis rule applies to.
|
int |
hashCode() |
void |
setAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The new analysis rule policy for the configured table analysis rule.
|
void |
setAnalysisRuleType(String analysisRuleType)
The analysis rule type to be updated.
|
void |
setConfiguredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table that the analysis rule applies to.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfiguredTableAnalysisRuleRequest |
withAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The new analysis rule policy for the configured table analysis rule.
|
UpdateConfiguredTableAnalysisRuleRequest |
withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule type to be updated.
|
UpdateConfiguredTableAnalysisRuleRequest |
withAnalysisRuleType(String analysisRuleType)
The analysis rule type to be updated.
|
UpdateConfiguredTableAnalysisRuleRequest |
withConfiguredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table that the analysis rule applies to.
|
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, withSdkRequestTimeout
public UpdateConfiguredTableAnalysisRuleRequest()
public void setConfiguredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
configuredTableIdentifier
- The unique identifier for the configured table that the analysis rule applies to. Currently accepts the
configured table ID.public String getConfiguredTableIdentifier()
The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
public UpdateConfiguredTableAnalysisRuleRequest withConfiguredTableIdentifier(String configuredTableIdentifier)
The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.
configuredTableIdentifier
- The unique identifier for the configured table that the analysis rule applies to. Currently accepts the
configured table ID.public void setAnalysisRuleType(String analysisRuleType)
The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
analysisRuleType
- The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType
public String getAnalysisRuleType()
The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
ConfiguredTableAnalysisRuleType
public UpdateConfiguredTableAnalysisRuleRequest withAnalysisRuleType(String analysisRuleType)
The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
analysisRuleType
- The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType
public UpdateConfiguredTableAnalysisRuleRequest withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
analysisRuleType
- The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their
configured table identifier and analysis rule type.ConfiguredTableAnalysisRuleType
public void setAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The new analysis rule policy for the configured table analysis rule.
analysisRulePolicy
- The new analysis rule policy for the configured table analysis rule.public ConfiguredTableAnalysisRulePolicy getAnalysisRulePolicy()
The new analysis rule policy for the configured table analysis rule.
public UpdateConfiguredTableAnalysisRuleRequest withAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The new analysis rule policy for the configured table analysis rule.
analysisRulePolicy
- The new analysis rule policy for the configured table analysis rule.public String toString()
toString
in class Object
Object.toString()
public UpdateConfiguredTableAnalysisRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()