@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfiguredTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConfiguredTablesResult() |
Modifier and Type | Method and Description |
---|---|
ListConfiguredTablesResult |
clone() |
boolean |
equals(Object obj) |
List<ConfiguredTableSummary> |
getConfiguredTableSummaries()
The configured tables listed by the request.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setConfiguredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)
The configured tables listed by the request.
|
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.
|
ListConfiguredTablesResult |
withConfiguredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)
The configured tables listed by the request.
|
ListConfiguredTablesResult |
withConfiguredTableSummaries(ConfiguredTableSummary... configuredTableSummaries)
The configured tables listed by the request.
|
ListConfiguredTablesResult |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConfiguredTableSummary> getConfiguredTableSummaries()
The configured tables listed by the request.
public void setConfiguredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)
The configured tables listed by the request.
configuredTableSummaries
- The configured tables listed by the request.public ListConfiguredTablesResult withConfiguredTableSummaries(ConfiguredTableSummary... configuredTableSummaries)
The configured tables listed by the request.
NOTE: This method appends the values to the existing list (if any). Use
setConfiguredTableSummaries(java.util.Collection)
or
withConfiguredTableSummaries(java.util.Collection)
if you want to override the existing values.
configuredTableSummaries
- The configured tables listed by the request.public ListConfiguredTablesResult withConfiguredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)
The configured tables listed by the request.
configuredTableSummaries
- The configured tables listed by the request.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 ListConfiguredTablesResult 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 ListConfiguredTablesResult clone()