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