@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngressAnalysis extends Object implements Serializable, Cloneable, StructuredPojo
The Add On ARN and its returned value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.
Constructor and Description |
---|
IngressAnalysis() |
Modifier and Type | Method and Description |
---|---|
IngressAnalysis |
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.
|
IngressAnalysis |
withAnalyzer(String analyzer)
The Amazon Resource Name (ARN) of an Add On.
|
IngressAnalysis |
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 IngressAnalysis 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 IngressAnalysis 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 IngressAnalysis clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.