@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleVerdictToEvaluate extends Object implements Serializable, Cloneable, StructuredPojo
The verdict to evaluate in a verdict condition expression.
| Constructor and Description |
|---|
RuleVerdictToEvaluate() |
| Modifier and Type | Method and Description |
|---|---|
RuleVerdictToEvaluate |
clone() |
boolean |
equals(Object obj) |
Analysis |
getAnalysis()
The Add On ARN and its returned value to evaluate in a verdict condition expression.
|
String |
getAttribute()
The email verdict attribute to evaluate in a string verdict expression.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnalysis(Analysis analysis)
The Add On ARN and its returned value to evaluate in a verdict condition expression.
|
void |
setAttribute(String attribute)
The email verdict attribute to evaluate in a string verdict expression.
|
String |
toString()
Returns a string representation of this object.
|
RuleVerdictToEvaluate |
withAnalysis(Analysis analysis)
The Add On ARN and its returned value to evaluate in a verdict condition expression.
|
RuleVerdictToEvaluate |
withAttribute(RuleVerdictAttribute attribute)
The email verdict attribute to evaluate in a string verdict expression.
|
RuleVerdictToEvaluate |
withAttribute(String attribute)
The email verdict attribute to evaluate in a string verdict expression.
|
public void setAnalysis(Analysis analysis)
The Add On ARN and its returned value to evaluate in a verdict condition expression.
analysis - The Add On ARN and its returned value to evaluate in a verdict condition expression.public Analysis getAnalysis()
The Add On ARN and its returned value to evaluate in a verdict condition expression.
public RuleVerdictToEvaluate withAnalysis(Analysis analysis)
The Add On ARN and its returned value to evaluate in a verdict condition expression.
analysis - The Add On ARN and its returned value to evaluate in a verdict condition expression.public void setAttribute(String attribute)
The email verdict attribute to evaluate in a string verdict expression.
attribute - The email verdict attribute to evaluate in a string verdict expression.RuleVerdictAttributepublic String getAttribute()
The email verdict attribute to evaluate in a string verdict expression.
RuleVerdictAttributepublic RuleVerdictToEvaluate withAttribute(String attribute)
The email verdict attribute to evaluate in a string verdict expression.
attribute - The email verdict attribute to evaluate in a string verdict expression.RuleVerdictAttributepublic RuleVerdictToEvaluate withAttribute(RuleVerdictAttribute attribute)
The email verdict attribute to evaluate in a string verdict expression.
attribute - The email verdict attribute to evaluate in a string verdict expression.RuleVerdictAttributepublic String toString()
toString in class ObjectObject.toString()public RuleVerdictToEvaluate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.