@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConfiguredTableAssociationAnalysisRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteConfiguredTableAssociationAnalysisRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteConfiguredTableAssociationAnalysisRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnalysisRuleType()
The type of the analysis rule that you want to delete.
|
String |
getConfiguredTableAssociationIdentifier()
The identifier for the configured table association that's related to the analysis rule that you want to delete.
|
String |
getMembershipIdentifier()
A unique identifier for the membership that the configured table association belongs to.
|
int |
hashCode() |
void |
setAnalysisRuleType(String analysisRuleType)
The type of the analysis rule that you want to delete.
|
void |
setConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The identifier for the configured table association that's related to the analysis rule that you want to delete.
|
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.
|
DeleteConfiguredTableAssociationAnalysisRuleRequest |
withAnalysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)
The type of the analysis rule that you want to delete.
|
DeleteConfiguredTableAssociationAnalysisRuleRequest |
withAnalysisRuleType(String analysisRuleType)
The type of the analysis rule that you want to delete.
|
DeleteConfiguredTableAssociationAnalysisRuleRequest |
withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The identifier for the configured table association that's related to the analysis rule that you want to delete.
|
DeleteConfiguredTableAssociationAnalysisRuleRequest |
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 DeleteConfiguredTableAssociationAnalysisRuleRequest()
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 DeleteConfiguredTableAssociationAnalysisRuleRequest 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 that's related to the analysis rule that you want to delete.
configuredTableAssociationIdentifier - The identifier for the configured table association that's related to the analysis rule that you want to
delete.public String getConfiguredTableAssociationIdentifier()
The identifier for the configured table association that's related to the analysis rule that you want to delete.
public DeleteConfiguredTableAssociationAnalysisRuleRequest withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The identifier for the configured table association that's related to the analysis rule that you want to delete.
configuredTableAssociationIdentifier - The identifier for the configured table association that's related to the analysis rule that you want to
delete.public void setAnalysisRuleType(String analysisRuleType)
The type of the analysis rule that you want to delete.
analysisRuleType - The type of the analysis rule that you want to delete.ConfiguredTableAssociationAnalysisRuleTypepublic String getAnalysisRuleType()
The type of the analysis rule that you want to delete.
ConfiguredTableAssociationAnalysisRuleTypepublic DeleteConfiguredTableAssociationAnalysisRuleRequest withAnalysisRuleType(String analysisRuleType)
The type of the analysis rule that you want to delete.
analysisRuleType - The type of the analysis rule that you want to delete.ConfiguredTableAssociationAnalysisRuleTypepublic DeleteConfiguredTableAssociationAnalysisRuleRequest withAnalysisRuleType(ConfiguredTableAssociationAnalysisRuleType analysisRuleType)
The type of the analysis rule that you want to delete.
analysisRuleType - The type of the analysis rule that you want to delete.ConfiguredTableAssociationAnalysisRuleTypepublic String toString()
toString in class ObjectObject.toString()public DeleteConfiguredTableAssociationAnalysisRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()