@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleGroupSourceStatelessRuleMatchAttributesDestinations extends Object implements Serializable, Cloneable, StructuredPojo
A destination IP address or range.
| Constructor and Description | 
|---|
| RuleGroupSourceStatelessRuleMatchAttributesDestinations() | 
| Modifier and Type | Method and Description | 
|---|---|
| RuleGroupSourceStatelessRuleMatchAttributesDestinations | clone() | 
| boolean | equals(Object obj) | 
| String | getAddressDefinition()
 An IP address or a block of IP addresses. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAddressDefinition(String addressDefinition)
 An IP address or a block of IP addresses. | 
| String | toString()Returns a string representation of this object. | 
| RuleGroupSourceStatelessRuleMatchAttributesDestinations | withAddressDefinition(String addressDefinition)
 An IP address or a block of IP addresses. | 
public RuleGroupSourceStatelessRuleMatchAttributesDestinations()
public void setAddressDefinition(String addressDefinition)
An IP address or a block of IP addresses.
addressDefinition - An IP address or a block of IP addresses.public String getAddressDefinition()
An IP address or a block of IP addresses.
public RuleGroupSourceStatelessRuleMatchAttributesDestinations withAddressDefinition(String addressDefinition)
An IP address or a block of IP addresses.
addressDefinition - An IP address or a block of IP addresses.public String toString()
toString in class ObjectObject.toString()public RuleGroupSourceStatelessRuleMatchAttributesDestinations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.