@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 entire created configured table analysis rule object.
|
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 entire created configured table analysis rule object.
|
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 entire created configured table analysis rule object.
|
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, withSdkRequestTimeout
public 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. Valid values are AGGREGATION and LIST.
analysisRuleType
- The type of analysis rule. Valid values are AGGREGATION and LIST.ConfiguredTableAnalysisRuleType
public String getAnalysisRuleType()
The type of analysis rule. Valid values are AGGREGATION and LIST.
ConfiguredTableAnalysisRuleType
public CreateConfiguredTableAnalysisRuleRequest withAnalysisRuleType(String analysisRuleType)
The type of analysis rule. Valid values are AGGREGATION and LIST.
analysisRuleType
- The type of analysis rule. Valid values are AGGREGATION and LIST.ConfiguredTableAnalysisRuleType
public CreateConfiguredTableAnalysisRuleRequest withAnalysisRuleType(ConfiguredTableAnalysisRuleType analysisRuleType)
The type of analysis rule. Valid values are AGGREGATION and LIST.
analysisRuleType
- The type of analysis rule. Valid values are AGGREGATION and LIST.ConfiguredTableAnalysisRuleType
public void setAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The entire created configured table analysis rule object.
analysisRulePolicy
- The entire created configured table analysis rule object.public ConfiguredTableAnalysisRulePolicy getAnalysisRulePolicy()
The entire created configured table analysis rule object.
public CreateConfiguredTableAnalysisRuleRequest withAnalysisRulePolicy(ConfiguredTableAnalysisRulePolicy analysisRulePolicy)
The entire created configured table analysis rule object.
analysisRulePolicy
- The entire created configured table analysis rule object.public String toString()
toString
in class Object
Object.toString()
public CreateConfiguredTableAnalysisRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()