@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCardinalityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCardinalityResult() |
Modifier and Type | Method and Description |
---|---|
GetCardinalityResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getCardinality()
The approximate count of unique values that match the query.
|
int |
hashCode() |
void |
setCardinality(Integer cardinality)
The approximate count of unique values that match the query.
|
String |
toString()
Returns a string representation of this object.
|
GetCardinalityResult |
withCardinality(Integer cardinality)
The approximate count of unique values that match the query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCardinality(Integer cardinality)
The approximate count of unique values that match the query.
cardinality
- The approximate count of unique values that match the query.public Integer getCardinality()
The approximate count of unique values that match the query.
public GetCardinalityResult withCardinality(Integer cardinality)
The approximate count of unique values that match the query.
cardinality
- The approximate count of unique values that match the query.public String toString()
toString
in class Object
Object.toString()
public GetCardinalityResult clone()