@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FreeFormLayoutElementBackgroundStyle extends Object implements Serializable, Cloneable, StructuredPojo
The background style configuration of a free-form layout element.
Constructor and Description |
---|
FreeFormLayoutElementBackgroundStyle() |
Modifier and Type | Method and Description |
---|---|
FreeFormLayoutElementBackgroundStyle |
clone() |
boolean |
equals(Object obj) |
String |
getColor()
The background color of a free-form layout element.
|
String |
getVisibility()
The background visibility of a free-form layout element.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColor(String color)
The background color of a free-form layout element.
|
void |
setVisibility(String visibility)
The background visibility of a free-form layout element.
|
String |
toString()
Returns a string representation of this object.
|
FreeFormLayoutElementBackgroundStyle |
withColor(String color)
The background color of a free-form layout element.
|
FreeFormLayoutElementBackgroundStyle |
withVisibility(String visibility)
The background visibility of a free-form layout element.
|
FreeFormLayoutElementBackgroundStyle |
withVisibility(Visibility visibility)
The background visibility of a free-form layout element.
|
public FreeFormLayoutElementBackgroundStyle()
public void setVisibility(String visibility)
The background visibility of a free-form layout element.
visibility
- The background visibility of a free-form layout element.Visibility
public String getVisibility()
The background visibility of a free-form layout element.
Visibility
public FreeFormLayoutElementBackgroundStyle withVisibility(String visibility)
The background visibility of a free-form layout element.
visibility
- The background visibility of a free-form layout element.Visibility
public FreeFormLayoutElementBackgroundStyle withVisibility(Visibility visibility)
The background visibility of a free-form layout element.
visibility
- The background visibility of a free-form layout element.Visibility
public void setColor(String color)
The background color of a free-form layout element.
color
- The background color of a free-form layout element.public String getColor()
The background color of a free-form layout element.
public FreeFormLayoutElementBackgroundStyle withColor(String color)
The background color of a free-form layout element.
color
- The background color of a free-form layout element.public String toString()
toString
in class Object
Object.toString()
public FreeFormLayoutElementBackgroundStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.