@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Threshold extends Object implements Serializable, Cloneable, StructuredPojo
The threshold for the calculated attribute.
| Constructor and Description |
|---|
Threshold() |
| Modifier and Type | Method and Description |
|---|---|
Threshold |
clone() |
boolean |
equals(Object obj) |
String |
getOperator()
The operator of the threshold.
|
String |
getValue()
The value of the threshold.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOperator(String operator)
The operator of the threshold.
|
void |
setValue(String value)
The value of the threshold.
|
String |
toString()
Returns a string representation of this object.
|
Threshold |
withOperator(Operator operator)
The operator of the threshold.
|
Threshold |
withOperator(String operator)
The operator of the threshold.
|
Threshold |
withValue(String value)
The value of the threshold.
|
public void setValue(String value)
The value of the threshold.
value - The value of the threshold.public String getValue()
The value of the threshold.
public Threshold withValue(String value)
The value of the threshold.
value - The value of the threshold.public void setOperator(String operator)
The operator of the threshold.
operator - The operator of the threshold.Operatorpublic String getOperator()
The operator of the threshold.
Operatorpublic Threshold withOperator(String operator)
The operator of the threshold.
operator - The operator of the threshold.Operatorpublic Threshold withOperator(Operator operator)
The operator of the threshold.
operator - The operator of the threshold.Operatorpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.