@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MaximumMinimumComputation extends Object implements Serializable, Cloneable, StructuredPojo
The maximum and minimum computation configuration.
Constructor and Description |
---|
MaximumMinimumComputation() |
Modifier and Type | Method and Description |
---|---|
MaximumMinimumComputation |
clone() |
boolean |
equals(Object obj) |
String |
getComputationId()
The ID for a computation.
|
String |
getName()
The name of a computation.
|
DimensionField |
getTime()
The time field that is used in a computation.
|
String |
getType()
The type of computation.
|
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 |
setComputationId(String computationId)
The ID for a computation.
|
void |
setName(String name)
The name of a computation.
|
void |
setTime(DimensionField time)
The time field that is used in a computation.
|
void |
setType(String type)
The type of computation.
|
void |
setValue(MeasureField value)
The value field that is used in a computation.
|
String |
toString()
Returns a string representation of this object.
|
MaximumMinimumComputation |
withComputationId(String computationId)
The ID for a computation.
|
MaximumMinimumComputation |
withName(String name)
The name of a computation.
|
MaximumMinimumComputation |
withTime(DimensionField time)
The time field that is used in a computation.
|
MaximumMinimumComputation |
withType(MaximumMinimumComputationType type)
The type of computation.
|
MaximumMinimumComputation |
withType(String type)
The type of computation.
|
MaximumMinimumComputation |
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 MaximumMinimumComputation 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 MaximumMinimumComputation withName(String name)
The name of a computation.
name
- The name of a computation.public void setTime(DimensionField time)
The time field that is used in a computation.
time
- The time field that is used in a computation.public DimensionField getTime()
The time field that is used in a computation.
public MaximumMinimumComputation withTime(DimensionField time)
The time field that is used in a computation.
time
- The time 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 MaximumMinimumComputation withValue(MeasureField value)
The value field that is used in a computation.
value
- The value field that is used in a computation.public void setType(String type)
The type of computation. Choose one of the following options:
MAXIMUM: A maximum computation.
MINIMUM: A minimum computation.
type
- The type of computation. Choose one of the following options:
MAXIMUM: A maximum computation.
MINIMUM: A minimum computation.
MaximumMinimumComputationType
public String getType()
The type of computation. Choose one of the following options:
MAXIMUM: A maximum computation.
MINIMUM: A minimum computation.
MAXIMUM: A maximum computation.
MINIMUM: A minimum computation.
MaximumMinimumComputationType
public MaximumMinimumComputation withType(String type)
The type of computation. Choose one of the following options:
MAXIMUM: A maximum computation.
MINIMUM: A minimum computation.
type
- The type of computation. Choose one of the following options:
MAXIMUM: A maximum computation.
MINIMUM: A minimum computation.
MaximumMinimumComputationType
public MaximumMinimumComputation withType(MaximumMinimumComputationType type)
The type of computation. Choose one of the following options:
MAXIMUM: A maximum computation.
MINIMUM: A minimum computation.
type
- The type of computation. Choose one of the following options:
MAXIMUM: A maximum computation.
MINIMUM: A minimum computation.
MaximumMinimumComputationType
public String toString()
toString
in class Object
Object.toString()
public MaximumMinimumComputation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.