@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PivotTableConditionalFormattingScope extends Object implements Serializable, Cloneable, StructuredPojo
The scope of the cell for conditional formatting.
Constructor and Description |
---|
PivotTableConditionalFormattingScope() |
Modifier and Type | Method and Description |
---|---|
PivotTableConditionalFormattingScope |
clone() |
boolean |
equals(Object obj) |
String |
getRole()
The role (field, field total, grand total) of the cell for conditional formatting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRole(String role)
The role (field, field total, grand total) of the cell for conditional formatting.
|
String |
toString()
Returns a string representation of this object.
|
PivotTableConditionalFormattingScope |
withRole(PivotTableConditionalFormattingScopeRole role)
The role (field, field total, grand total) of the cell for conditional formatting.
|
PivotTableConditionalFormattingScope |
withRole(String role)
The role (field, field total, grand total) of the cell for conditional formatting.
|
public PivotTableConditionalFormattingScope()
public void setRole(String role)
The role (field, field total, grand total) of the cell for conditional formatting.
role
- The role (field, field total, grand total) of the cell for conditional formatting.PivotTableConditionalFormattingScopeRole
public String getRole()
The role (field, field total, grand total) of the cell for conditional formatting.
PivotTableConditionalFormattingScopeRole
public PivotTableConditionalFormattingScope withRole(String role)
The role (field, field total, grand total) of the cell for conditional formatting.
role
- The role (field, field total, grand total) of the cell for conditional formatting.PivotTableConditionalFormattingScopeRole
public PivotTableConditionalFormattingScope withRole(PivotTableConditionalFormattingScopeRole role)
The role (field, field total, grand total) of the cell for conditional formatting.
role
- The role (field, field total, grand total) of the cell for conditional formatting.PivotTableConditionalFormattingScopeRole
public String toString()
toString
in class Object
Object.toString()
public PivotTableConditionalFormattingScope clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.