@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PopulateIdMappingTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PopulateIdMappingTableRequest() |
Modifier and Type | Method and Description |
---|---|
PopulateIdMappingTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdMappingTableIdentifier()
The unique identifier of the ID mapping table that you want to populate.
|
String |
getMembershipIdentifier()
The unique identifier of the membership that contains the ID mapping table that you want to populate.
|
int |
hashCode() |
void |
setIdMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table that you want to populate.
|
void |
setMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to populate.
|
String |
toString()
Returns a string representation of this object.
|
PopulateIdMappingTableRequest |
withIdMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table that you want to populate.
|
PopulateIdMappingTableRequest |
withMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to populate.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIdMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table that you want to populate.
idMappingTableIdentifier
- The unique identifier of the ID mapping table that you want to populate.public String getIdMappingTableIdentifier()
The unique identifier of the ID mapping table that you want to populate.
public PopulateIdMappingTableRequest withIdMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table that you want to populate.
idMappingTableIdentifier
- The unique identifier of the ID mapping table that you want to populate.public void setMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to populate.
membershipIdentifier
- The unique identifier of the membership that contains the ID mapping table that you want to populate.public String getMembershipIdentifier()
The unique identifier of the membership that contains the ID mapping table that you want to populate.
public PopulateIdMappingTableRequest withMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to populate.
membershipIdentifier
- The unique identifier of the membership that contains the ID mapping table that you want to populate.public String toString()
toString
in class Object
Object.toString()
public PopulateIdMappingTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()