@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Analysis extends Object implements Serializable, Cloneable, StructuredPojo
The result of an analysis can be used in conditions to trigger actions. Analyses can inspect the email content and report a certain aspect of the email.
Constructor and Description |
---|
Analysis() |
Modifier and Type | Method and Description |
---|---|
Analysis |
clone() |
boolean |
equals(Object obj) |
String |
getAnalyzer()
The Amazon Resource Name (ARN) of an Add On.
|
String |
getResultField()
The returned value from an Add On.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnalyzer(String analyzer)
The Amazon Resource Name (ARN) of an Add On.
|
void |
setResultField(String resultField)
The returned value from an Add On.
|
String |
toString()
Returns a string representation of this object.
|
Analysis |
withAnalyzer(String analyzer)
The Amazon Resource Name (ARN) of an Add On.
|
Analysis |
withResultField(String resultField)
The returned value from an Add On.
|
public void setAnalyzer(String analyzer)
The Amazon Resource Name (ARN) of an Add On.
analyzer
- The Amazon Resource Name (ARN) of an Add On.public String getAnalyzer()
The Amazon Resource Name (ARN) of an Add On.
public Analysis withAnalyzer(String analyzer)
The Amazon Resource Name (ARN) of an Add On.
analyzer
- The Amazon Resource Name (ARN) of an Add On.public void setResultField(String resultField)
The returned value from an Add On.
resultField
- The returned value from an Add On.public String getResultField()
The returned value from an Add On.
public Analysis withResultField(String resultField)
The returned value from an Add On.
resultField
- The returned value from an Add On.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.