@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMailboxPermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteMailboxPermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteMailboxPermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntityId()
The identifier of the member (user or group) that owns the mailbox.
|
String |
getGranteeId()
The identifier of the member (user or group) for which to delete granted permissions.
|
String |
getOrganizationId()
The identifier of the organization under which the member (user or group) exists.
|
int |
hashCode() |
void |
setEntityId(String entityId)
The identifier of the member (user or group) that owns the mailbox.
|
void |
setGranteeId(String granteeId)
The identifier of the member (user or group) for which to delete granted permissions.
|
void |
setOrganizationId(String organizationId)
The identifier of the organization under which the member (user or group) exists.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMailboxPermissionsRequest |
withEntityId(String entityId)
The identifier of the member (user or group) that owns the mailbox.
|
DeleteMailboxPermissionsRequest |
withGranteeId(String granteeId)
The identifier of the member (user or group) for which to delete granted permissions.
|
DeleteMailboxPermissionsRequest |
withOrganizationId(String organizationId)
The identifier of the organization under which the member (user or group) exists.
|
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 identifier of the organization under which the member (user or group) exists.
organizationId
- The identifier of the organization under which the member (user or group) exists.public String getOrganizationId()
The identifier of the organization under which the member (user or group) exists.
public DeleteMailboxPermissionsRequest withOrganizationId(String organizationId)
The identifier of the organization under which the member (user or group) exists.
organizationId
- The identifier of the organization under which the member (user or group) exists.public void setEntityId(String entityId)
The identifier of the member (user or group) that owns the mailbox.
entityId
- The identifier of the member (user or group) that owns the mailbox.public String getEntityId()
The identifier of the member (user or group) that owns the mailbox.
public DeleteMailboxPermissionsRequest withEntityId(String entityId)
The identifier of the member (user or group) that owns the mailbox.
entityId
- The identifier of the member (user or group) that owns the mailbox.public void setGranteeId(String granteeId)
The identifier of the member (user or group) for which to delete granted permissions.
granteeId
- The identifier of the member (user or group) for which to delete granted permissions.public String getGranteeId()
The identifier of the member (user or group) for which to delete granted permissions.
public DeleteMailboxPermissionsRequest withGranteeId(String granteeId)
The identifier of the member (user or group) for which to delete granted permissions.
granteeId
- The identifier of the member (user or group) for which to delete granted permissions.public String toString()
toString
in class Object
Object.toString()
public DeleteMailboxPermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()