@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConfiguredTableAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetConfiguredTableAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
GetConfiguredTableAssociationRequest |
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 retrieve.
|
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 retrieve.
|
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.
|
GetConfiguredTableAssociationRequest |
withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The unique ID for the configured table association to retrieve.
|
GetConfiguredTableAssociationRequest |
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, withSdkRequestTimeout
public GetConfiguredTableAssociationRequest()
public void setConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.
configuredTableAssociationIdentifier
- The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.public String getConfiguredTableAssociationIdentifier()
The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.
public GetConfiguredTableAssociationRequest withConfiguredTableAssociationIdentifier(String configuredTableAssociationIdentifier)
The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.
configuredTableAssociationIdentifier
- The unique ID for the configured table association to retrieve. 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 GetConfiguredTableAssociationRequest 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 Object
Object.toString()
public GetConfiguredTableAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()