@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdMappingTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIdMappingTablesResult() |
Modifier and Type | Method and Description |
---|---|
ListIdMappingTablesResult |
clone() |
boolean |
equals(Object obj) |
List<IdMappingTableSummary> |
getIdMappingTableSummaries()
The summary information of the ID mapping tables that you requested.
|
String |
getNextToken()
The token value provided to access the next page of results.
|
int |
hashCode() |
void |
setIdMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
|
void |
setNextToken(String nextToken)
The token value provided to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListIdMappingTablesResult |
withIdMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
|
ListIdMappingTablesResult |
withIdMappingTableSummaries(IdMappingTableSummary... idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
|
ListIdMappingTablesResult |
withNextToken(String nextToken)
The token value provided to access the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IdMappingTableSummary> getIdMappingTableSummaries()
The summary information of the ID mapping tables that you requested.
public void setIdMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
idMappingTableSummaries
- The summary information of the ID mapping tables that you requested.public ListIdMappingTablesResult withIdMappingTableSummaries(IdMappingTableSummary... idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
NOTE: This method appends the values to the existing list (if any). Use
setIdMappingTableSummaries(java.util.Collection)
or
withIdMappingTableSummaries(java.util.Collection)
if you want to override the existing values.
idMappingTableSummaries
- The summary information of the ID mapping tables that you requested.public ListIdMappingTablesResult withIdMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries)
The summary information of the ID mapping tables that you requested.
idMappingTableSummaries
- The summary information of the ID mapping tables that you requested.public void setNextToken(String nextToken)
The token value provided to access the next page of results.
nextToken
- The token value provided to access the next page of results.public String getNextToken()
The token value provided to access the next page of results.
public ListIdMappingTablesResult withNextToken(String nextToken)
The token value provided to access the next page of results.
nextToken
- The token value provided to access the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListIdMappingTablesResult clone()