@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngressBooleanToEvaluate extends Object implements Serializable, Cloneable, StructuredPojo
The union type representing the allowed types of operands for a boolean condition.
| Constructor and Description |
|---|
IngressBooleanToEvaluate() |
| Modifier and Type | Method and Description |
|---|---|
IngressBooleanToEvaluate |
clone() |
boolean |
equals(Object obj) |
IngressAnalysis |
getAnalysis()
The structure type for a boolean condition stating the Add On ARN and its returned value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnalysis(IngressAnalysis analysis)
The structure type for a boolean condition stating the Add On ARN and its returned value.
|
String |
toString()
Returns a string representation of this object.
|
IngressBooleanToEvaluate |
withAnalysis(IngressAnalysis analysis)
The structure type for a boolean condition stating the Add On ARN and its returned value.
|
public void setAnalysis(IngressAnalysis analysis)
The structure type for a boolean condition stating the Add On ARN and its returned value.
analysis - The structure type for a boolean condition stating the Add On ARN and its returned value.public IngressAnalysis getAnalysis()
The structure type for a boolean condition stating the Add On ARN and its returned value.
public IngressBooleanToEvaluate withAnalysis(IngressAnalysis analysis)
The structure type for a boolean condition stating the Add On ARN and its returned value.
analysis - The structure type for a boolean condition stating the Add On ARN and its returned value.public String toString()
toString in class ObjectObject.toString()public IngressBooleanToEvaluate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.