@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KPIConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a KPI visual.
Constructor and Description |
---|
KPIConfiguration() |
Modifier and Type | Method and Description |
---|---|
KPIConfiguration |
clone() |
boolean |
equals(Object obj) |
KPIFieldWells |
getFieldWells()
The field well configuration of a KPI visual.
|
KPIOptions |
getKPIOptions()
The options that determine the presentation of a KPI visual.
|
KPISortConfiguration |
getSortConfiguration()
The sort configuration of a KPI visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFieldWells(KPIFieldWells fieldWells)
The field well configuration of a KPI visual.
|
void |
setKPIOptions(KPIOptions kPIOptions)
The options that determine the presentation of a KPI visual.
|
void |
setSortConfiguration(KPISortConfiguration sortConfiguration)
The sort configuration of a KPI visual.
|
String |
toString()
Returns a string representation of this object.
|
KPIConfiguration |
withFieldWells(KPIFieldWells fieldWells)
The field well configuration of a KPI visual.
|
KPIConfiguration |
withKPIOptions(KPIOptions kPIOptions)
The options that determine the presentation of a KPI visual.
|
KPIConfiguration |
withSortConfiguration(KPISortConfiguration sortConfiguration)
The sort configuration of a KPI visual.
|
public void setFieldWells(KPIFieldWells fieldWells)
The field well configuration of a KPI visual.
fieldWells
- The field well configuration of a KPI visual.public KPIFieldWells getFieldWells()
The field well configuration of a KPI visual.
public KPIConfiguration withFieldWells(KPIFieldWells fieldWells)
The field well configuration of a KPI visual.
fieldWells
- The field well configuration of a KPI visual.public void setSortConfiguration(KPISortConfiguration sortConfiguration)
The sort configuration of a KPI visual.
sortConfiguration
- The sort configuration of a KPI visual.public KPISortConfiguration getSortConfiguration()
The sort configuration of a KPI visual.
public KPIConfiguration withSortConfiguration(KPISortConfiguration sortConfiguration)
The sort configuration of a KPI visual.
sortConfiguration
- The sort configuration of a KPI visual.public void setKPIOptions(KPIOptions kPIOptions)
The options that determine the presentation of a KPI visual.
kPIOptions
- The options that determine the presentation of a KPI visual.public KPIOptions getKPIOptions()
The options that determine the presentation of a KPI visual.
public KPIConfiguration withKPIOptions(KPIOptions kPIOptions)
The options that determine the presentation of a KPI visual.
kPIOptions
- The options that determine the presentation of a KPI visual.public String toString()
toString
in class Object
Object.toString()
public KPIConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.