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