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