@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMobileDeviceAccessRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListMobileDeviceAccessRulesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListMobileDeviceAccessRulesResult |
clone() |
boolean |
equals(Object obj) |
List<MobileDeviceAccessRule> |
getRules()
The list of mobile device access rules that exist under the specified WorkMail organization.
|
int |
hashCode() |
void |
setRules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
String |
toString()
Returns a string representation of this object.
|
ListMobileDeviceAccessRulesResult |
withRules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
ListMobileDeviceAccessRulesResult |
withRules(MobileDeviceAccessRule... rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<MobileDeviceAccessRule> getRules()
The list of mobile device access rules that exist under the specified WorkMail organization.
public void setRules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
rules - The list of mobile device access rules that exist under the specified WorkMail organization.public ListMobileDeviceAccessRulesResult withRules(MobileDeviceAccessRule... rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection) or withRules(java.util.Collection) if you want to override the
existing values.
rules - The list of mobile device access rules that exist under the specified WorkMail organization.public ListMobileDeviceAccessRulesResult withRules(Collection<MobileDeviceAccessRule> rules)
The list of mobile device access rules that exist under the specified WorkMail organization.
rules - The list of mobile device access rules that exist under the specified WorkMail organization.public String toString()
toString in class ObjectObject.toString()public ListMobileDeviceAccessRulesResult clone()