@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdMappingTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetIdMappingTableResult() |
Modifier and Type | Method and Description |
---|---|
GetIdMappingTableResult |
clone() |
boolean |
equals(Object obj) |
IdMappingTable |
getIdMappingTable()
The ID mapping table that you requested.
|
int |
hashCode() |
void |
setIdMappingTable(IdMappingTable idMappingTable)
The ID mapping table that you requested.
|
String |
toString()
Returns a string representation of this object.
|
GetIdMappingTableResult |
withIdMappingTable(IdMappingTable idMappingTable)
The ID mapping table that you requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIdMappingTable(IdMappingTable idMappingTable)
The ID mapping table that you requested.
idMappingTable
- The ID mapping table that you requested.public IdMappingTable getIdMappingTable()
The ID mapping table that you requested.
public GetIdMappingTableResult withIdMappingTable(IdMappingTable idMappingTable)
The ID mapping table that you requested.
idMappingTable
- The ID mapping table that you requested.public String toString()
toString
in class Object
Object.toString()
public GetIdMappingTableResult clone()