@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleGroupVariables extends Object implements Serializable, Cloneable, StructuredPojo
Additional settings to use in the specified rules.
Constructor and Description |
---|
RuleGroupVariables() |
Modifier and Type | Method and Description |
---|---|
RuleGroupVariables |
clone() |
boolean |
equals(Object obj) |
RuleGroupVariablesIpSetsDetails |
getIpSets()
A list of IP addresses and address ranges, in CIDR notation.
|
RuleGroupVariablesPortSetsDetails |
getPortSets()
A list of port ranges.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIpSets(RuleGroupVariablesIpSetsDetails ipSets)
A list of IP addresses and address ranges, in CIDR notation.
|
void |
setPortSets(RuleGroupVariablesPortSetsDetails portSets)
A list of port ranges.
|
String |
toString()
Returns a string representation of this object.
|
RuleGroupVariables |
withIpSets(RuleGroupVariablesIpSetsDetails ipSets)
A list of IP addresses and address ranges, in CIDR notation.
|
RuleGroupVariables |
withPortSets(RuleGroupVariablesPortSetsDetails portSets)
A list of port ranges.
|
public void setIpSets(RuleGroupVariablesIpSetsDetails ipSets)
A list of IP addresses and address ranges, in CIDR notation.
ipSets
- A list of IP addresses and address ranges, in CIDR notation.public RuleGroupVariablesIpSetsDetails getIpSets()
A list of IP addresses and address ranges, in CIDR notation.
public RuleGroupVariables withIpSets(RuleGroupVariablesIpSetsDetails ipSets)
A list of IP addresses and address ranges, in CIDR notation.
ipSets
- A list of IP addresses and address ranges, in CIDR notation.public void setPortSets(RuleGroupVariablesPortSetsDetails portSets)
A list of port ranges.
portSets
- A list of port ranges.public RuleGroupVariablesPortSetsDetails getPortSets()
A list of port ranges.
public RuleGroupVariables withPortSets(RuleGroupVariablesPortSetsDetails portSets)
A list of port ranges.
portSets
- A list of port ranges.public String toString()
toString
in class Object
Object.toString()
public RuleGroupVariables clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.