@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlatformInput extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PlatformInput() |
| Modifier and Type | Method and Description |
|---|---|
PlatformInput |
clone() |
boolean |
equals(Object obj) |
String |
getComparisonOperator()
|
String |
getValue()
The value of the platform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setComparisonOperator(String comparisonOperator)
|
void |
setValue(String value)
The value of the platform.
|
String |
toString()
Returns a string representation of this object.
|
PlatformInput |
withComparisonOperator(ComparisonOperator comparisonOperator)
|
PlatformInput |
withComparisonOperator(String comparisonOperator)
|
PlatformInput |
withValue(String value)
The value of the platform.
|
public void setComparisonOperator(String comparisonOperator)
comparisonOperator - ComparisonOperatorpublic String getComparisonOperator()
ComparisonOperatorpublic PlatformInput withComparisonOperator(String comparisonOperator)
comparisonOperator - ComparisonOperatorpublic PlatformInput withComparisonOperator(ComparisonOperator comparisonOperator)
comparisonOperator - ComparisonOperatorpublic void setValue(String value)
The value of the platform.
value - The value of the platform.public String getValue()
The value of the platform.
public PlatformInput withValue(String value)
The value of the platform.
value - The value of the platform.public String toString()
toString in class ObjectObject.toString()public PlatformInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.