@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConfiguredTableAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetConfiguredTableAssociationResult() |
Modifier and Type | Method and Description |
---|---|
GetConfiguredTableAssociationResult |
clone() |
boolean |
equals(Object obj) |
ConfiguredTableAssociation |
getConfiguredTableAssociation()
The entire configured table association object.
|
int |
hashCode() |
void |
setConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
|
String |
toString()
Returns a string representation of this object.
|
GetConfiguredTableAssociationResult |
withConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
configuredTableAssociation
- The entire configured table association object.public ConfiguredTableAssociation getConfiguredTableAssociation()
The entire configured table association object.
public GetConfiguredTableAssociationResult withConfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
configuredTableAssociation
- The entire configured table association object.public String toString()
toString
in class Object
Object.toString()
public GetConfiguredTableAssociationResult clone()