@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMobileDeviceAccessRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMobileDeviceAccessRulesRequest() |
Modifier and Type | Method and Description |
---|---|
ListMobileDeviceAccessRulesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOrganizationId()
The Amazon WorkMail organization for which to list the rules.
|
int |
hashCode() |
void |
setOrganizationId(String organizationId)
The Amazon WorkMail organization for which to list the rules.
|
String |
toString()
Returns a string representation of this object.
|
ListMobileDeviceAccessRulesRequest |
withOrganizationId(String organizationId)
The Amazon WorkMail organization for which to list the rules.
|
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 Amazon WorkMail organization for which to list the rules.
organizationId
- The Amazon WorkMail organization for which to list the rules.public String getOrganizationId()
The Amazon WorkMail organization for which to list the rules.
public ListMobileDeviceAccessRulesRequest withOrganizationId(String organizationId)
The Amazon WorkMail organization for which to list the rules.
organizationId
- The Amazon WorkMail organization for which to list the rules.public String toString()
toString
in class Object
Object.toString()
public ListMobileDeviceAccessRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()