@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMobileDeviceAccessOverridesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMobileDeviceAccessOverridesRequest() |
Modifier and Type | Method and Description |
---|---|
ListMobileDeviceAccessOverridesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceId()
The mobile device to which the access override applies.
|
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 WorkMail organization under which to list mobile device access overrides.
|
String |
getUserId()
The WorkMail user under which you list the mobile device access overrides.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
The mobile device to which the access override applies.
|
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 WorkMail organization under which to list mobile device access overrides.
|
void |
setUserId(String userId)
The WorkMail user under which you list the mobile device access overrides.
|
String |
toString()
Returns a string representation of this object.
|
ListMobileDeviceAccessOverridesRequest |
withDeviceId(String deviceId)
The mobile device to which the access override applies.
|
ListMobileDeviceAccessOverridesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListMobileDeviceAccessOverridesRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListMobileDeviceAccessOverridesRequest |
withOrganizationId(String organizationId)
The WorkMail organization under which to list mobile device access overrides.
|
ListMobileDeviceAccessOverridesRequest |
withUserId(String userId)
The WorkMail user under which you list the mobile device access overrides.
|
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 ListMobileDeviceAccessOverridesRequest()
public void setOrganizationId(String organizationId)
The WorkMail organization under which to list mobile device access overrides.
organizationId
- The WorkMail organization under which to list mobile device access overrides.public String getOrganizationId()
The WorkMail organization under which to list mobile device access overrides.
public ListMobileDeviceAccessOverridesRequest withOrganizationId(String organizationId)
The WorkMail organization under which to list mobile device access overrides.
organizationId
- The WorkMail organization under which to list mobile device access overrides.public void setUserId(String userId)
The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:
User ID: 12345678-1234-1234-1234-123456789012
or
S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
userId
- The WorkMail user under which you list the mobile device access overrides. Accepts the following types of
user identities:
User ID: 12345678-1234-1234-1234-123456789012
or
S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
public String getUserId()
The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:
User ID: 12345678-1234-1234-1234-123456789012
or
S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
User ID: 12345678-1234-1234-1234-123456789012
or
S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
public ListMobileDeviceAccessOverridesRequest withUserId(String userId)
The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:
User ID: 12345678-1234-1234-1234-123456789012
or
S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
userId
- The WorkMail user under which you list the mobile device access overrides. Accepts the following types of
user identities:
User ID: 12345678-1234-1234-1234-123456789012
or
S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
public void setDeviceId(String deviceId)
The mobile device to which the access override applies.
deviceId
- The mobile device to which the access override applies.public String getDeviceId()
The mobile device to which the access override applies.
public ListMobileDeviceAccessOverridesRequest withDeviceId(String deviceId)
The mobile device to which the access override applies.
deviceId
- The mobile device to which the access override applies.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not require a token.
nextToken
- The token to use to retrieve the next page of results. The first call does not require a token.public String getNextToken()
The token to use to retrieve the next page of results. The first call does not require a token.
public ListMobileDeviceAccessOverridesRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not require a token.
nextToken
- The token to use to retrieve the next page of results. The first call does not require a token.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 ListMobileDeviceAccessOverridesRequest 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 ListMobileDeviceAccessOverridesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()