@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMobileDeviceAccessRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMobileDeviceAccessRuleResult() |
Modifier and Type | Method and Description |
---|---|
CreateMobileDeviceAccessRuleResult |
clone() |
boolean |
equals(Object obj) |
String |
getMobileDeviceAccessRuleId()
The identifier for the newly created mobile device access rule.
|
int |
hashCode() |
void |
setMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
The identifier for the newly created mobile device access rule.
|
String |
toString()
Returns a string representation of this object.
|
CreateMobileDeviceAccessRuleResult |
withMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
The identifier for the newly created mobile device access rule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
The identifier for the newly created mobile device access rule.
mobileDeviceAccessRuleId
- The identifier for the newly created mobile device access rule.public String getMobileDeviceAccessRuleId()
The identifier for the newly created mobile device access rule.
public CreateMobileDeviceAccessRuleResult withMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
The identifier for the newly created mobile device access rule.
mobileDeviceAccessRuleId
- The identifier for the newly created mobile device access rule.public String toString()
toString
in class Object
Object.toString()
public CreateMobileDeviceAccessRuleResult clone()