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