@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArchiveStringToEvaluate extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the email attribute to evaluate in a string expression.
Constructor and Description |
---|
ArchiveStringToEvaluate() |
Modifier and Type | Method and Description |
---|---|
ArchiveStringToEvaluate |
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.
|
ArchiveStringToEvaluate |
withAttribute(ArchiveStringEmailAttribute attribute)
The name of the email attribute to evaluate.
|
ArchiveStringToEvaluate |
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.ArchiveStringEmailAttribute
public String getAttribute()
The name of the email attribute to evaluate.
ArchiveStringEmailAttribute
public ArchiveStringToEvaluate withAttribute(String attribute)
The name of the email attribute to evaluate.
attribute
- The name of the email attribute to evaluate.ArchiveStringEmailAttribute
public ArchiveStringToEvaluate withAttribute(ArchiveStringEmailAttribute attribute)
The name of the email attribute to evaluate.
attribute
- The name of the email attribute to evaluate.ArchiveStringEmailAttribute
public String toString()
toString
in class Object
Object.toString()
public ArchiveStringToEvaluate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.