@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetImpersonationRoleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetImpersonationRoleRequest() |
Modifier and Type | Method and Description |
---|---|
GetImpersonationRoleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getImpersonationRoleId()
The impersonation role ID to retrieve.
|
String |
getOrganizationId()
The WorkMail organization from which to retrieve the impersonation role.
|
int |
hashCode() |
void |
setImpersonationRoleId(String impersonationRoleId)
The impersonation role ID to retrieve.
|
void |
setOrganizationId(String organizationId)
The WorkMail organization from which to retrieve the impersonation role.
|
String |
toString()
Returns a string representation of this object.
|
GetImpersonationRoleRequest |
withImpersonationRoleId(String impersonationRoleId)
The impersonation role ID to retrieve.
|
GetImpersonationRoleRequest |
withOrganizationId(String organizationId)
The WorkMail organization from which to retrieve the impersonation role.
|
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 setOrganizationId(String organizationId)
The WorkMail organization from which to retrieve the impersonation role.
organizationId
- The WorkMail organization from which to retrieve the impersonation role.public String getOrganizationId()
The WorkMail organization from which to retrieve the impersonation role.
public GetImpersonationRoleRequest withOrganizationId(String organizationId)
The WorkMail organization from which to retrieve the impersonation role.
organizationId
- The WorkMail organization from which to retrieve the impersonation role.public void setImpersonationRoleId(String impersonationRoleId)
The impersonation role ID to retrieve.
impersonationRoleId
- The impersonation role ID to retrieve.public String getImpersonationRoleId()
The impersonation role ID to retrieve.
public GetImpersonationRoleRequest withImpersonationRoleId(String impersonationRoleId)
The impersonation role ID to retrieve.
impersonationRoleId
- The impersonation role ID to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetImpersonationRoleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()