@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CalculatedMeasureField extends Object implements Serializable, Cloneable, StructuredPojo
The table calculation measure field for pivot tables.
Constructor and Description |
---|
CalculatedMeasureField() |
Modifier and Type | Method and Description |
---|---|
CalculatedMeasureField |
clone() |
boolean |
equals(Object obj) |
String |
getExpression()
The expression in the table calculation.
|
String |
getFieldId()
The custom field ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExpression(String expression)
The expression in the table calculation.
|
void |
setFieldId(String fieldId)
The custom field ID.
|
String |
toString()
Returns a string representation of this object.
|
CalculatedMeasureField |
withExpression(String expression)
The expression in the table calculation.
|
CalculatedMeasureField |
withFieldId(String fieldId)
The custom field ID.
|
public void setFieldId(String fieldId)
The custom field ID.
fieldId
- The custom field ID.public String getFieldId()
The custom field ID.
public CalculatedMeasureField withFieldId(String fieldId)
The custom field ID.
fieldId
- The custom field ID.public void setExpression(String expression)
The expression in the table calculation.
expression
- The expression in the table calculation.public String getExpression()
The expression in the table calculation.
public CalculatedMeasureField withExpression(String expression)
The expression in the table calculation.
expression
- The expression in the table calculation.public String toString()
toString
in class Object
Object.toString()
public CalculatedMeasureField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.