@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdMappingTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetIdMappingTableRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdMappingTableRequest |
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 identifier that you want to retrieve.
|
String |
getMembershipIdentifier()
The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
|
int |
hashCode() |
void |
setIdMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table identifier that you want to retrieve.
|
void |
setMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetIdMappingTableRequest |
withIdMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table identifier that you want to retrieve.
|
GetIdMappingTableRequest |
withMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
|
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 identifier that you want to retrieve.
idMappingTableIdentifier
- The unique identifier of the ID mapping table identifier that you want to retrieve.public String getIdMappingTableIdentifier()
The unique identifier of the ID mapping table identifier that you want to retrieve.
public GetIdMappingTableRequest withIdMappingTableIdentifier(String idMappingTableIdentifier)
The unique identifier of the ID mapping table identifier that you want to retrieve.
idMappingTableIdentifier
- The unique identifier of the ID mapping table identifier that you want to retrieve.public void setMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
membershipIdentifier
- The unique identifier of the membership that contains the ID mapping table that you want to retrieve.public String getMembershipIdentifier()
The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
public GetIdMappingTableRequest withMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
membershipIdentifier
- The unique identifier of the membership that contains the ID mapping table that you want to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetIdMappingTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()