@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CategoricalValues extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises information on categorical values in data.
| Constructor and Description |
|---|
CategoricalValues() |
| Modifier and Type | Method and Description |
|---|---|
CategoricalValues |
clone() |
boolean |
equals(Object obj) |
Integer |
getNumberOfCategory()
Indicates the number of categories in the data.
|
String |
getStatus()
Indicates whether there is a potential data issue related to categorical values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNumberOfCategory(Integer numberOfCategory)
Indicates the number of categories in the data.
|
void |
setStatus(String status)
Indicates whether there is a potential data issue related to categorical values.
|
String |
toString()
Returns a string representation of this object.
|
CategoricalValues |
withNumberOfCategory(Integer numberOfCategory)
Indicates the number of categories in the data.
|
CategoricalValues |
withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to categorical values.
|
CategoricalValues |
withStatus(String status)
Indicates whether there is a potential data issue related to categorical values.
|
public void setStatus(String status)
Indicates whether there is a potential data issue related to categorical values.
status - Indicates whether there is a potential data issue related to categorical values.StatisticalIssueStatuspublic String getStatus()
Indicates whether there is a potential data issue related to categorical values.
StatisticalIssueStatuspublic CategoricalValues withStatus(String status)
Indicates whether there is a potential data issue related to categorical values.
status - Indicates whether there is a potential data issue related to categorical values.StatisticalIssueStatuspublic CategoricalValues withStatus(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to categorical values.
status - Indicates whether there is a potential data issue related to categorical values.StatisticalIssueStatuspublic void setNumberOfCategory(Integer numberOfCategory)
Indicates the number of categories in the data.
numberOfCategory - Indicates the number of categories in the data.public Integer getNumberOfCategory()
Indicates the number of categories in the data.
public CategoricalValues withNumberOfCategory(Integer numberOfCategory)
Indicates the number of categories in the data.
numberOfCategory - Indicates the number of categories in the data.public String toString()
toString in class ObjectObject.toString()public CategoricalValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.