@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMailboxPermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMailboxPermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMailboxPermissionsRequest |
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 entity (user or group) for which to list mailbox permissions.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
String |
getOrganizationId()
The identifier of the organization under which the entity (user or group) exists.
|
int |
hashCode() |
void |
setEntityId(String entityId)
The identifier of the entity (user or group) for which to list mailbox permissions.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setOrganizationId(String organizationId)
The identifier of the organization under which the entity (user or group) exists.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListMailboxPermissionsRequest |
withEntityId(String entityId)
The identifier of the entity (user or group) for which to list mailbox permissions.
|
ListMailboxPermissionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListMailboxPermissionsRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListMailboxPermissionsRequest |
withOrganizationId(String organizationId)
The identifier of the organization under which the entity (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 entity (user or group) exists.
organizationId
- The identifier of the organization under which the entity (user or group) exists.public String getOrganizationId()
The identifier of the organization under which the entity (user or group) exists.
public ListMailboxPermissionsRequest withOrganizationId(String organizationId)
The identifier of the organization under which the entity (user or group) exists.
organizationId
- The identifier of the organization under which the entity (user or group) exists.public void setEntityId(String entityId)
The identifier of the entity (user or group) for which to list mailbox permissions.
entityId
- The identifier of the entity (user or group) for which to list mailbox permissions.public String getEntityId()
The identifier of the entity (user or group) for which to list mailbox permissions.
public ListMailboxPermissionsRequest withEntityId(String entityId)
The identifier of the entity (user or group) for which to list mailbox permissions.
entityId
- The identifier of the entity (user or group) for which to list mailbox permissions.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public String getNextToken()
The token to use to retrieve the next page of results. The first call does not contain any tokens.
public ListMailboxPermissionsRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListMailboxPermissionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public String toString()
toString
in class Object
Object.toString()
public ListMailboxPermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.