@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KPIVisualLayoutOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the layout a KPI visual.
| Constructor and Description |
|---|
KPIVisualLayoutOptions() |
| Modifier and Type | Method and Description |
|---|---|
KPIVisualLayoutOptions |
clone() |
boolean |
equals(Object obj) |
KPIVisualStandardLayout |
getStandardLayout()
The standard layout of the KPI visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStandardLayout(KPIVisualStandardLayout standardLayout)
The standard layout of the KPI visual.
|
String |
toString()
Returns a string representation of this object.
|
KPIVisualLayoutOptions |
withStandardLayout(KPIVisualStandardLayout standardLayout)
The standard layout of the KPI visual.
|
public void setStandardLayout(KPIVisualStandardLayout standardLayout)
The standard layout of the KPI visual.
standardLayout - The standard layout of the KPI visual.public KPIVisualStandardLayout getStandardLayout()
The standard layout of the KPI visual.
public KPIVisualLayoutOptions withStandardLayout(KPIVisualStandardLayout standardLayout)
The standard layout of the KPI visual.
standardLayout - The standard layout of the KPI visual.public String toString()
toString in class ObjectObject.toString()public KPIVisualLayoutOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.