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