@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.Operator
public String getOperator()
The operator of the threshold.
Operator
public Threshold withOperator(String operator)
The operator of the threshold.
operator
- The operator of the threshold.Operator
public Threshold withOperator(Operator operator)
The operator of the threshold.
operator
- The operator of the threshold.Operator
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.