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