@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
- ComparisonOperator
public String getComparisonOperator()
ComparisonOperator
public PlatformInput withComparisonOperator(String comparisonOperator)
comparisonOperator
- ComparisonOperator
public PlatformInput withComparisonOperator(ComparisonOperator comparisonOperator)
comparisonOperator
- ComparisonOperator
public 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 Object
Object.toString()
public PlatformInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.