@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SheetLayoutElementMaximizationOption extends Object implements Serializable, Cloneable, StructuredPojo
The sheet layout maximization options of a dashbaord.
Constructor and Description |
---|
SheetLayoutElementMaximizationOption() |
Modifier and Type | Method and Description |
---|---|
SheetLayoutElementMaximizationOption |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityStatus()
The status of the sheet layout maximization options of a dashbaord.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityStatus(String availabilityStatus)
The status of the sheet layout maximization options of a dashbaord.
|
String |
toString()
Returns a string representation of this object.
|
SheetLayoutElementMaximizationOption |
withAvailabilityStatus(DashboardBehavior availabilityStatus)
The status of the sheet layout maximization options of a dashbaord.
|
SheetLayoutElementMaximizationOption |
withAvailabilityStatus(String availabilityStatus)
The status of the sheet layout maximization options of a dashbaord.
|
public SheetLayoutElementMaximizationOption()
public void setAvailabilityStatus(String availabilityStatus)
The status of the sheet layout maximization options of a dashbaord.
availabilityStatus
- The status of the sheet layout maximization options of a dashbaord.DashboardBehavior
public String getAvailabilityStatus()
The status of the sheet layout maximization options of a dashbaord.
DashboardBehavior
public SheetLayoutElementMaximizationOption withAvailabilityStatus(String availabilityStatus)
The status of the sheet layout maximization options of a dashbaord.
availabilityStatus
- The status of the sheet layout maximization options of a dashbaord.DashboardBehavior
public SheetLayoutElementMaximizationOption withAvailabilityStatus(DashboardBehavior availabilityStatus)
The status of the sheet layout maximization options of a dashbaord.
availabilityStatus
- The status of the sheet layout maximization options of a dashbaord.DashboardBehavior
public String toString()
toString
in class Object
Object.toString()
public SheetLayoutElementMaximizationOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.