@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMobileDeviceAccessOverrideRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeleteMobileDeviceAccessOverrideRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteMobileDeviceAccessOverrideRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDeviceId()
 The mobile device for which you delete the override. | 
| String | getOrganizationId()
 The WorkMail organization for which the access override will be deleted. | 
| String | getUserId()
 The WorkMail user for which you want to delete the override. | 
| int | hashCode() | 
| void | setDeviceId(String deviceId)
 The mobile device for which you delete the override. | 
| void | setOrganizationId(String organizationId)
 The WorkMail organization for which the access override will be deleted. | 
| void | setUserId(String userId)
 The WorkMail user for which you want to delete the override. | 
| String | toString()Returns a string representation of this object. | 
| DeleteMobileDeviceAccessOverrideRequest | withDeviceId(String deviceId)
 The mobile device for which you delete the override. | 
| DeleteMobileDeviceAccessOverrideRequest | withOrganizationId(String organizationId)
 The WorkMail organization for which the access override will be deleted. | 
| DeleteMobileDeviceAccessOverrideRequest | withUserId(String userId)
 The WorkMail user for which you want to delete the override. | 
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 DeleteMobileDeviceAccessOverrideRequest()
public void setOrganizationId(String organizationId)
The WorkMail organization for which the access override will be deleted.
organizationId - The WorkMail organization for which the access override will be deleted.public String getOrganizationId()
The WorkMail organization for which the access override will be deleted.
public DeleteMobileDeviceAccessOverrideRequest withOrganizationId(String organizationId)
The WorkMail organization for which the access override will be deleted.
organizationId - The WorkMail organization for which the access override will be deleted.public void setUserId(String userId)
The WorkMail user for which you want to delete 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 - The WorkMail user for which you want to delete 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()
The WorkMail user for which you want to delete 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 DeleteMobileDeviceAccessOverrideRequest withUserId(String userId)
The WorkMail user for which you want to delete 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 - The WorkMail user for which you want to delete 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 for which you delete the override. DeviceId is case insensitive.
 
deviceId - The mobile device for which you delete the override. DeviceId is case insensitive.public String getDeviceId()
 The mobile device for which you delete the override. DeviceId is case insensitive.
 
DeviceId is case insensitive.public DeleteMobileDeviceAccessOverrideRequest withDeviceId(String deviceId)
 The mobile device for which you delete the override. DeviceId is case insensitive.
 
deviceId - The mobile device for which you delete the override. DeviceId is case insensitive.public String toString()
toString in class ObjectObject.toString()public DeleteMobileDeviceAccessOverrideRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()