@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 number of things that match the query.
|
int |
hashCode() |
void |
setCardinality(Integer cardinality)
The number of things that match the query.
|
String |
toString()
Returns a string representation of this object.
|
GetCardinalityResult |
withCardinality(Integer cardinality)
The number of things that match the query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCardinality(Integer cardinality)
The number of things that match the query.
cardinality
- The number of things that match the query.public Integer getCardinality()
The number of things that match the query.
public GetCardinalityResult withCardinality(Integer cardinality)
The number of things that match the query.
cardinality
- The number of things that match the query.public String toString()
toString
in class Object
Object.toString()
public GetCardinalityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.