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