@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonotonicValues extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises information on monotonic values in the data.
| Constructor and Description |
|---|
MonotonicValues() |
| Modifier and Type | Method and Description |
|---|---|
MonotonicValues |
clone() |
boolean |
equals(Object obj) |
String |
getMonotonicity()
Indicates the monotonicity of values.
|
String |
getStatus()
Indicates whether there is a potential data issue related to having monotonic values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMonotonicity(String monotonicity)
Indicates the monotonicity of values.
|
void |
setStatus(String status)
Indicates whether there is a potential data issue related to having monotonic values.
|
String |
toString()
Returns a string representation of this object.
|
MonotonicValues |
withMonotonicity(Monotonicity monotonicity)
Indicates the monotonicity of values.
|
MonotonicValues |
withMonotonicity(String monotonicity)
Indicates the monotonicity of values.
|
MonotonicValues |
withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to having monotonic values.
|
MonotonicValues |
withStatus(String status)
Indicates whether there is a potential data issue related to having monotonic values.
|
public void setStatus(String status)
Indicates whether there is a potential data issue related to having monotonic values.
status - Indicates whether there is a potential data issue related to having monotonic values.StatisticalIssueStatuspublic String getStatus()
Indicates whether there is a potential data issue related to having monotonic values.
StatisticalIssueStatuspublic MonotonicValues withStatus(String status)
Indicates whether there is a potential data issue related to having monotonic values.
status - Indicates whether there is a potential data issue related to having monotonic values.StatisticalIssueStatuspublic MonotonicValues withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to having monotonic values.
status - Indicates whether there is a potential data issue related to having monotonic values.StatisticalIssueStatuspublic void setMonotonicity(String monotonicity)
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.Monotonicitypublic String getMonotonicity()
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
Monotonicitypublic MonotonicValues withMonotonicity(String monotonicity)
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.Monotonicitypublic MonotonicValues withMonotonicity(Monotonicity monotonicity)
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.Monotonicitypublic String toString()
toString in class ObjectObject.toString()public MonotonicValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.