@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMobileDeviceAccessEffectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetMobileDeviceAccessEffectRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetMobileDeviceAccessEffectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeviceModel()
Device model the simulated user will report.
|
String |
getDeviceOperatingSystem()
Device operating system the simulated user will report.
|
String |
getDeviceType()
Device type the simulated user will report.
|
String |
getDeviceUserAgent()
Device user agent the simulated user will report.
|
String |
getOrganizationId()
The WorkMail organization to simulate the access effect for.
|
int |
hashCode() |
void |
setDeviceModel(String deviceModel)
Device model the simulated user will report.
|
void |
setDeviceOperatingSystem(String deviceOperatingSystem)
Device operating system the simulated user will report.
|
void |
setDeviceType(String deviceType)
Device type the simulated user will report.
|
void |
setDeviceUserAgent(String deviceUserAgent)
Device user agent the simulated user will report.
|
void |
setOrganizationId(String organizationId)
The WorkMail organization to simulate the access effect for.
|
String |
toString()
Returns a string representation of this object.
|
GetMobileDeviceAccessEffectRequest |
withDeviceModel(String deviceModel)
Device model the simulated user will report.
|
GetMobileDeviceAccessEffectRequest |
withDeviceOperatingSystem(String deviceOperatingSystem)
Device operating system the simulated user will report.
|
GetMobileDeviceAccessEffectRequest |
withDeviceType(String deviceType)
Device type the simulated user will report.
|
GetMobileDeviceAccessEffectRequest |
withDeviceUserAgent(String deviceUserAgent)
Device user agent the simulated user will report.
|
GetMobileDeviceAccessEffectRequest |
withOrganizationId(String organizationId)
The WorkMail organization to simulate the access effect for.
|
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 void setOrganizationId(String organizationId)
The WorkMail organization to simulate the access effect for.
organizationId - The WorkMail organization to simulate the access effect for.public String getOrganizationId()
The WorkMail organization to simulate the access effect for.
public GetMobileDeviceAccessEffectRequest withOrganizationId(String organizationId)
The WorkMail organization to simulate the access effect for.
organizationId - The WorkMail organization to simulate the access effect for.public void setDeviceType(String deviceType)
Device type the simulated user will report.
deviceType - Device type the simulated user will report.public String getDeviceType()
Device type the simulated user will report.
public GetMobileDeviceAccessEffectRequest withDeviceType(String deviceType)
Device type the simulated user will report.
deviceType - Device type the simulated user will report.public void setDeviceModel(String deviceModel)
Device model the simulated user will report.
deviceModel - Device model the simulated user will report.public String getDeviceModel()
Device model the simulated user will report.
public GetMobileDeviceAccessEffectRequest withDeviceModel(String deviceModel)
Device model the simulated user will report.
deviceModel - Device model the simulated user will report.public void setDeviceOperatingSystem(String deviceOperatingSystem)
Device operating system the simulated user will report.
deviceOperatingSystem - Device operating system the simulated user will report.public String getDeviceOperatingSystem()
Device operating system the simulated user will report.
public GetMobileDeviceAccessEffectRequest withDeviceOperatingSystem(String deviceOperatingSystem)
Device operating system the simulated user will report.
deviceOperatingSystem - Device operating system the simulated user will report.public void setDeviceUserAgent(String deviceUserAgent)
Device user agent the simulated user will report.
deviceUserAgent - Device user agent the simulated user will report.public String getDeviceUserAgent()
Device user agent the simulated user will report.
public GetMobileDeviceAccessEffectRequest withDeviceUserAgent(String deviceUserAgent)
Device user agent the simulated user will report.
deviceUserAgent - Device user agent the simulated user will report.public String toString()
toString in class ObjectObject.toString()public GetMobileDeviceAccessEffectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()