@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfiguredTableAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConfiguredTableAssociationsResult() |
Modifier and Type | Method and Description |
---|---|
ListConfiguredTableAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<ConfiguredTableAssociationSummary> |
getConfiguredTableAssociationSummaries()
The retrieved list of configured table associations.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setConfiguredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListConfiguredTableAssociationsResult |
withConfiguredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
ListConfiguredTableAssociationsResult |
withConfiguredTableAssociationSummaries(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries)
The retrieved list of configured table associations.
|
ListConfiguredTableAssociationsResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListConfiguredTableAssociationsResult()
public List<ConfiguredTableAssociationSummary> getConfiguredTableAssociationSummaries()
The retrieved list of configured table associations.
public void setConfiguredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)
The retrieved list of configured table associations.
configuredTableAssociationSummaries
- The retrieved list of configured table associations.public ListConfiguredTableAssociationsResult withConfiguredTableAssociationSummaries(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries)
The retrieved list of configured table associations.
NOTE: This method appends the values to the existing list (if any). Use
setConfiguredTableAssociationSummaries(java.util.Collection)
or
withConfiguredTableAssociationSummaries(java.util.Collection)
if you want to override the existing
values.
configuredTableAssociationSummaries
- The retrieved list of configured table associations.public ListConfiguredTableAssociationsResult withConfiguredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)
The retrieved list of configured table associations.
configuredTableAssociationSummaries
- The retrieved list of configured table associations.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListConfiguredTableAssociationsResult withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListConfiguredTableAssociationsResult clone()