@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MobileDeviceAccessMatchedRule extends Object implements Serializable, Cloneable, StructuredPojo
The rule that a simulated user matches.
| Constructor and Description |
|---|
MobileDeviceAccessMatchedRule() |
| Modifier and Type | Method and Description |
|---|---|
MobileDeviceAccessMatchedRule |
clone() |
boolean |
equals(Object obj) |
String |
getMobileDeviceAccessRuleId()
Identifier of the rule that a simulated user matches.
|
String |
getName()
Name of a rule that a simulated user matches.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
Identifier of the rule that a simulated user matches.
|
void |
setName(String name)
Name of a rule that a simulated user matches.
|
String |
toString()
Returns a string representation of this object.
|
MobileDeviceAccessMatchedRule |
withMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
Identifier of the rule that a simulated user matches.
|
MobileDeviceAccessMatchedRule |
withName(String name)
Name of a rule that a simulated user matches.
|
public void setMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
Identifier of the rule that a simulated user matches.
mobileDeviceAccessRuleId - Identifier of the rule that a simulated user matches.public String getMobileDeviceAccessRuleId()
Identifier of the rule that a simulated user matches.
public MobileDeviceAccessMatchedRule withMobileDeviceAccessRuleId(String mobileDeviceAccessRuleId)
Identifier of the rule that a simulated user matches.
mobileDeviceAccessRuleId - Identifier of the rule that a simulated user matches.public void setName(String name)
Name of a rule that a simulated user matches.
name - Name of a rule that a simulated user matches.public String getName()
Name of a rule that a simulated user matches.
public MobileDeviceAccessMatchedRule withName(String name)
Name of a rule that a simulated user matches.
name - Name of a rule that a simulated user matches.public String toString()
toString in class ObjectObject.toString()public MobileDeviceAccessMatchedRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.