@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GrowthRateComputation extends Object implements Serializable, Cloneable, StructuredPojo
The growth rate computation configuration.
| Constructor and Description |
|---|
GrowthRateComputation() |
| Modifier and Type | Method and Description |
|---|---|
GrowthRateComputation |
clone() |
boolean |
equals(Object obj) |
String |
getComputationId()
The ID for a computation.
|
String |
getName()
The name of a computation.
|
Integer |
getPeriodSize()
The period size setup of a growth rate computation.
|
DimensionField |
getTime()
The time field that is used in a 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 |
setPeriodSize(Integer periodSize)
The period size setup of a growth rate computation.
|
void |
setTime(DimensionField time)
The time field that is used in a computation.
|
void |
setValue(MeasureField value)
The value field that is used in a computation.
|
String |
toString()
Returns a string representation of this object.
|
GrowthRateComputation |
withComputationId(String computationId)
The ID for a computation.
|
GrowthRateComputation |
withName(String name)
The name of a computation.
|
GrowthRateComputation |
withPeriodSize(Integer periodSize)
The period size setup of a growth rate computation.
|
GrowthRateComputation |
withTime(DimensionField time)
The time field that is used in a computation.
|
GrowthRateComputation |
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 GrowthRateComputation 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 GrowthRateComputation 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 GrowthRateComputation 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 GrowthRateComputation withValue(MeasureField value)
The value field that is used in a computation.
value - The value field that is used in a computation.public void setPeriodSize(Integer periodSize)
The period size setup of a growth rate computation.
periodSize - The period size setup of a growth rate computation.public Integer getPeriodSize()
The period size setup of a growth rate computation.
public GrowthRateComputation withPeriodSize(Integer periodSize)
The period size setup of a growth rate computation.
periodSize - The period size setup of a growth rate computation.public String toString()
toString in class ObjectObject.toString()public GrowthRateComputation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.