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