@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PivotTableFieldSubtotalOptions extends Object implements Serializable, Cloneable, StructuredPojo
The optional configuration of subtotals cells.
| Constructor and Description |
|---|
PivotTableFieldSubtotalOptions() |
| Modifier and Type | Method and Description |
|---|---|
PivotTableFieldSubtotalOptions |
clone() |
boolean |
equals(Object obj) |
String |
getFieldId()
The field ID of the subtotal options.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFieldId(String fieldId)
The field ID of the subtotal options.
|
String |
toString()
Returns a string representation of this object.
|
PivotTableFieldSubtotalOptions |
withFieldId(String fieldId)
The field ID of the subtotal options.
|
public void setFieldId(String fieldId)
The field ID of the subtotal options.
fieldId - The field ID of the subtotal options.public String getFieldId()
The field ID of the subtotal options.
public PivotTableFieldSubtotalOptions withFieldId(String fieldId)
The field ID of the subtotal options.
fieldId - The field ID of the subtotal options.public String toString()
toString in class ObjectObject.toString()public PivotTableFieldSubtotalOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.