@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfiguredTableAssociationAnalysisRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateConfiguredTableAssociationAnalysisRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateConfiguredTableAssociationAnalysisRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ConfiguredTableAssociationAnalysisRulePolicy |
getAnalysisRulePolicy()
The updated analysis rule policy for the configured table association.
|
String |
getAnalysisRuleType()
The analysis rule type that you want to update.
|
String |
getConfiguredTableAssociationIdentifier()
The identifier for the configured table association to update.
|
String |
getMembershipIdentifier()
A unique identifier for the membership that the configured table association belongs to.
|
int |
hashCode() |
void |
setAnalysisRulePolicy(ConfiguredTableAssociationAnalysisRulePolicy analysisRulePolicy)
The updated analysis rule policy for the configured table association.
|
void |
setAnalysisRuleType(String analysisRuleType)
The analysis rule type that you want to update.
|
void |
setConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The identifier for the configured table association to update.
|
void |
setMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership that the configured table association belongs to.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConfiguredTableAssociationAnalysisRuleRequest |
withAnalysisRulePolicy(ConfiguredTableAssociationAnalysisRulePolicy analysisRulePolicy)
The updated analysis rule policy for the configured table association.
|
UpdateConfiguredTableAssociationAnalysisRuleRequest |
withAnalysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)
The analysis rule type that you want to update.
|
UpdateConfiguredTableAssociationAnalysisRuleRequest |
withAnalysisRuleType(String analysisRuleType)
The analysis rule type that you want to update.
|
UpdateConfiguredTableAssociationAnalysisRuleRequest |
withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The identifier for the configured table association to update.
|
UpdateConfiguredTableAssociationAnalysisRuleRequest |
withMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership that the configured table association belongs 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, withSdkRequestTimeoutpublic UpdateConfiguredTableAssociationAnalysisRuleRequest()
public void setMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
membershipIdentifier - A unique identifier for the membership that the configured table association belongs to. Currently accepts
the membership ID.public String getMembershipIdentifier()
A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
public UpdateConfiguredTableAssociationAnalysisRuleRequest withMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
membershipIdentifier - A unique identifier for the membership that the configured table association belongs to. Currently accepts
the membership ID.public void setConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The identifier for the configured table association to update.
configuredTableAssociationIdentifier - The identifier for the configured table association to update.public String getConfiguredTableAssociationIdentifier()
The identifier for the configured table association to update.
public UpdateConfiguredTableAssociationAnalysisRuleRequest withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The identifier for the configured table association to update.
configuredTableAssociationIdentifier - The identifier for the configured table association to update.public void setAnalysisRuleType(String analysisRuleType)
The analysis rule type that you want to update.
analysisRuleType - The analysis rule type that you want to update.ConfiguredTableAssociationAnalysisRuleTypepublic String getAnalysisRuleType()
The analysis rule type that you want to update.
ConfiguredTableAssociationAnalysisRuleTypepublic UpdateConfiguredTableAssociationAnalysisRuleRequest withAnalysisRuleType(String analysisRuleType)
The analysis rule type that you want to update.
analysisRuleType - The analysis rule type that you want to update.ConfiguredTableAssociationAnalysisRuleTypepublic UpdateConfiguredTableAssociationAnalysisRuleRequest withAnalysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)
The analysis rule type that you want to update.
analysisRuleType - The analysis rule type that you want to update.ConfiguredTableAssociationAnalysisRuleTypepublic void setAnalysisRulePolicy(ConfiguredTableAssociationAnalysisRulePolicy analysisRulePolicy)
The updated analysis rule policy for the configured table association.
analysisRulePolicy - The updated analysis rule policy for the configured table association.public ConfiguredTableAssociationAnalysisRulePolicy getAnalysisRulePolicy()
The updated analysis rule policy for the configured table association.
public UpdateConfiguredTableAssociationAnalysisRuleRequest withAnalysisRulePolicy(ConfiguredTableAssociationAnalysisRulePolicy analysisRulePolicy)
The updated analysis rule policy for the configured table association.
analysisRulePolicy - The updated analysis rule policy for the configured table association.public String toString()
toString in class ObjectObject.toString()public UpdateConfiguredTableAssociationAnalysisRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()