@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.RuleIpEmailAttributepublic String getAttribute()
The attribute of the email to evaluate.
RuleIpEmailAttributepublic RuleIpToEvaluate withAttribute(String attribute)
The attribute of the email to evaluate.
attribute - The attribute of the email to evaluate.RuleIpEmailAttributepublic RuleIpToEvaluate withAttribute(RuleIpEmailAttribute attribute)
The attribute of the email to evaluate.
attribute - The attribute of the email to evaluate.RuleIpEmailAttributepublic String toString()
toString in class ObjectObject.toString()public RuleIpToEvaluate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.