@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TopBottomRankedComputation extends Object implements Serializable, Cloneable, StructuredPojo
The top ranked and bottom ranked computation configuration.
| Constructor and Description |
|---|
TopBottomRankedComputation() |
| Modifier and Type | Method and Description |
|---|---|
TopBottomRankedComputation |
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.
|
Integer |
getResultSize()
The result size of a top and bottom ranked computation.
|
String |
getType()
The computation type.
|
MeasureField |
getValue()
The value field that is used in 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.
|
void |
setResultSize(Integer resultSize)
The result size of a top and bottom ranked computation.
|
void |
setType(String type)
The computation type.
|
void |
setValue(MeasureField value)
The value field that is used in a computation.
|
String |
toString()
Returns a string representation of this object.
|
TopBottomRankedComputation |
withCategory(DimensionField category)
The category field that is used in a computation.
|
TopBottomRankedComputation |
withComputationId(String computationId)
The ID for a computation.
|
TopBottomRankedComputation |
withName(String name)
The name of a computation.
|
TopBottomRankedComputation |
withResultSize(Integer resultSize)
The result size of a top and bottom ranked computation.
|
TopBottomRankedComputation |
withType(String type)
The computation type.
|
TopBottomRankedComputation |
withType(TopBottomComputationType type)
The computation type.
|
TopBottomRankedComputation |
withValue(MeasureField value)
The value field that is used in 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 TopBottomRankedComputation 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 TopBottomRankedComputation 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 TopBottomRankedComputation withCategory(DimensionField category)
The category field that is used in a computation.
category - The category field that is used in a computation.public void setValue(MeasureField value)
The value field that is used in a computation.
value - The value field that is used in a computation.public MeasureField getValue()
The value field that is used in a computation.
public TopBottomRankedComputation withValue(MeasureField value)
The value field that is used in a computation.
value - The value field that is used in a computation.public void setResultSize(Integer resultSize)
The result size of a top and bottom ranked computation.
resultSize - The result size of a top and bottom ranked computation.public Integer getResultSize()
The result size of a top and bottom ranked computation.
public TopBottomRankedComputation withResultSize(Integer resultSize)
The result size of a top and bottom ranked computation.
resultSize - The result size of a top and bottom ranked computation.public void setType(String type)
The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
type - The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
TopBottomComputationTypepublic String getType()
The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
TopBottomComputationTypepublic TopBottomRankedComputation withType(String type)
The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
type - The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
TopBottomComputationTypepublic TopBottomRankedComputation withType(TopBottomComputationType type)
The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
type - The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
TopBottomComputationTypepublic String toString()
toString in class ObjectObject.toString()public TopBottomRankedComputation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.