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