@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMobileDeviceAccessOverrideRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetMobileDeviceAccessOverrideRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetMobileDeviceAccessOverrideRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceId()
The mobile device to which the override applies.
|
String |
getOrganizationId()
The Amazon WorkMail organization to which you want to apply the override.
|
String |
getUserId()
Identifies the WorkMail user for the override.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
The mobile device to which the override applies.
|
void |
setOrganizationId(String organizationId)
The Amazon WorkMail organization to which you want to apply the override.
|
void |
setUserId(String userId)
Identifies the WorkMail user for the override.
|
String |
toString()
Returns a string representation of this object.
|
GetMobileDeviceAccessOverrideRequest |
withDeviceId(String deviceId)
The mobile device to which the override applies.
|
GetMobileDeviceAccessOverrideRequest |
withOrganizationId(String organizationId)
The Amazon WorkMail organization to which you want to apply the override.
|
GetMobileDeviceAccessOverrideRequest |
withUserId(String userId)
Identifies the WorkMail user for the override.
|
addHandlerContext, copyBaseTo, 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 GetMobileDeviceAccessOverrideRequest()
public void setOrganizationId(String organizationId)
The Amazon WorkMail organization to which you want to apply the override.
organizationId - The Amazon WorkMail organization to which you want to apply the override.public String getOrganizationId()
The Amazon WorkMail organization to which you want to apply the override.
public GetMobileDeviceAccessOverrideRequest withOrganizationId(String organizationId)
The Amazon WorkMail organization to which you want to apply the override.
organizationId - The Amazon WorkMail organization to which you want to apply the override.public void setUserId(String userId)
Identifies the WorkMail user for the override. 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 - Identifies the WorkMail user for the override. 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()
Identifies the WorkMail user for the override. 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 GetMobileDeviceAccessOverrideRequest withUserId(String userId)
Identifies the WorkMail user for the override. 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 - Identifies the WorkMail user for the override. 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 override applies. DeviceId is case insensitive.
deviceId - The mobile device to which the override applies. DeviceId is case insensitive.public String getDeviceId()
The mobile device to which the override applies. DeviceId is case insensitive.
DeviceId is case insensitive.public GetMobileDeviceAccessOverrideRequest withDeviceId(String deviceId)
The mobile device to which the override applies. DeviceId is case insensitive.
deviceId - The mobile device to which the override applies. DeviceId is case insensitive.public String toString()
toString in class ObjectObject.toString()public GetMobileDeviceAccessOverrideRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.