@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConfiguredTableAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteConfiguredTableAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteConfiguredTableAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfiguredTableAssociationIdentifier()
The unique ID for the configured table association to be deleted.
|
String |
getMembershipIdentifier()
A unique identifier for the membership that the configured table association belongs to.
|
int |
hashCode() |
void |
setConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The unique ID for the configured table association to be deleted.
|
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.
|
DeleteConfiguredTableAssociationRequest |
withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The unique ID for the configured table association to be deleted.
|
DeleteConfiguredTableAssociationRequest |
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 DeleteConfiguredTableAssociationRequest()
public void setConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.
configuredTableAssociationIdentifier - The unique ID for the configured table association to be deleted. Currently accepts the configured table
ID.public String getConfiguredTableAssociationIdentifier()
The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.
public DeleteConfiguredTableAssociationRequest withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.
configuredTableAssociationIdentifier - The unique ID for the configured table association to be deleted. Currently accepts the configured table
ID.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 DeleteConfiguredTableAssociationRequest 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 String toString()
toString in class ObjectObject.toString()public DeleteConfiguredTableAssociationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()