@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PopulateIdMappingTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PopulateIdMappingTableResult() |
Modifier and Type | Method and Description |
---|---|
PopulateIdMappingTableResult |
clone() |
boolean |
equals(Object obj) |
String |
getIdMappingJobId()
The unique identifier of the mapping job that will populate the ID mapping table.
|
int |
hashCode() |
void |
setIdMappingJobId(String idMappingJobId)
The unique identifier of the mapping job that will populate the ID mapping table.
|
String |
toString()
Returns a string representation of this object.
|
PopulateIdMappingTableResult |
withIdMappingJobId(String idMappingJobId)
The unique identifier of the mapping job that will populate the ID mapping table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIdMappingJobId(String idMappingJobId)
The unique identifier of the mapping job that will populate the ID mapping table.
idMappingJobId
- The unique identifier of the mapping job that will populate the ID mapping table.public String getIdMappingJobId()
The unique identifier of the mapping job that will populate the ID mapping table.
public PopulateIdMappingTableResult withIdMappingJobId(String idMappingJobId)
The unique identifier of the mapping job that will populate the ID mapping table.
idMappingJobId
- The unique identifier of the mapping job that will populate the ID mapping table.public String toString()
toString
in class Object
Object.toString()
public PopulateIdMappingTableResult clone()