@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleIpToEvaluate extends Object implements Serializable, Cloneable, StructuredPojo
The IP address to evaluate for this condition.
Constructor and Description |
---|
RuleIpToEvaluate() |
Modifier and Type | Method and Description |
---|---|
RuleIpToEvaluate |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
The attribute of the email to evaluate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttribute(String attribute)
The attribute of the email to evaluate.
|
String |
toString()
Returns a string representation of this object.
|
RuleIpToEvaluate |
withAttribute(RuleIpEmailAttribute attribute)
The attribute of the email to evaluate.
|
RuleIpToEvaluate |
withAttribute(String attribute)
The attribute of the email to evaluate.
|
public void setAttribute(String attribute)
The attribute of the email to evaluate.
attribute
- The attribute of the email to evaluate.RuleIpEmailAttribute
public String getAttribute()
The attribute of the email to evaluate.
RuleIpEmailAttribute
public RuleIpToEvaluate withAttribute(String attribute)
The attribute of the email to evaluate.
attribute
- The attribute of the email to evaluate.RuleIpEmailAttribute
public RuleIpToEvaluate withAttribute(RuleIpEmailAttribute attribute)
The attribute of the email to evaluate.
attribute
- The attribute of the email to evaluate.RuleIpEmailAttribute
public String toString()
toString
in class Object
Object.toString()
public RuleIpToEvaluate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.