@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.Visibilitypublic String getVisibility()
The border visibility of a free-form layout element.
Visibilitypublic FreeFormLayoutElementBorderStyle withVisibility(String visibility)
The border visibility of a free-form layout element.
visibility - The border visibility of a free-form layout element.Visibilitypublic FreeFormLayoutElementBorderStyle withVisibility(Visibility visibility)
The border visibility of a free-form layout element.
visibility - The border visibility of a free-form layout element.Visibilitypublic 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 ObjectObject.toString()public FreeFormLayoutElementBorderStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.