@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngressStringToEvaluate extends Object implements Serializable, Cloneable, StructuredPojo
The union type representing the allowed types for the left hand side of a string condition.
| Constructor and Description |
|---|
IngressStringToEvaluate() |
| Modifier and Type | Method and Description |
|---|---|
IngressStringToEvaluate |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
The enum type representing the allowed attribute types for a string condition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttribute(String attribute)
The enum type representing the allowed attribute types for a string condition.
|
String |
toString()
Returns a string representation of this object.
|
IngressStringToEvaluate |
withAttribute(IngressStringEmailAttribute attribute)
The enum type representing the allowed attribute types for a string condition.
|
IngressStringToEvaluate |
withAttribute(String attribute)
The enum type representing the allowed attribute types for a string condition.
|
public void setAttribute(String attribute)
The enum type representing the allowed attribute types for a string condition.
attribute - The enum type representing the allowed attribute types for a string condition.IngressStringEmailAttributepublic String getAttribute()
The enum type representing the allowed attribute types for a string condition.
IngressStringEmailAttributepublic IngressStringToEvaluate withAttribute(String attribute)
The enum type representing the allowed attribute types for a string condition.
attribute - The enum type representing the allowed attribute types for a string condition.IngressStringEmailAttributepublic IngressStringToEvaluate withAttribute(IngressStringEmailAttribute attribute)
The enum type representing the allowed attribute types for a string condition.
attribute - The enum type representing the allowed attribute types for a string condition.IngressStringEmailAttributepublic String toString()
toString in class ObjectObject.toString()public IngressStringToEvaluate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.