@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UniqueValuesComputation extends Object implements Serializable, Cloneable, StructuredPojo
The unique values computation configuration.
Constructor and Description |
---|
UniqueValuesComputation() |
Modifier and Type | Method and Description |
---|---|
UniqueValuesComputation |
clone() |
boolean |
equals(Object obj) |
DimensionField |
getCategory()
The category field that is used in a computation.
|
String |
getComputationId()
The ID for a computation.
|
String |
getName()
The name of a computation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategory(DimensionField category)
The category field that is used in a computation.
|
void |
setComputationId(String computationId)
The ID for a computation.
|
void |
setName(String name)
The name of a computation.
|
String |
toString()
Returns a string representation of this object.
|
UniqueValuesComputation |
withCategory(DimensionField category)
The category field that is used in a computation.
|
UniqueValuesComputation |
withComputationId(String computationId)
The ID for a computation.
|
UniqueValuesComputation |
withName(String name)
The name of a computation.
|
public void setComputationId(String computationId)
The ID for a computation.
computationId
- The ID for a computation.public String getComputationId()
The ID for a computation.
public UniqueValuesComputation withComputationId(String computationId)
The ID for a computation.
computationId
- The ID for a computation.public void setName(String name)
The name of a computation.
name
- The name of a computation.public String getName()
The name of a computation.
public UniqueValuesComputation withName(String name)
The name of a computation.
name
- The name of a computation.public void setCategory(DimensionField category)
The category field that is used in a computation.
category
- The category field that is used in a computation.public DimensionField getCategory()
The category field that is used in a computation.
public UniqueValuesComputation withCategory(DimensionField category)
The category field that is used in a computation.
category
- The category field that is used in a computation.public String toString()
toString
in class Object
Object.toString()
public UniqueValuesComputation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.