@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BorderStyle extends Object implements Serializable, Cloneable, StructuredPojo
The display options for tile borders for visuals.
Constructor and Description |
---|
BorderStyle() |
Modifier and Type | Method and Description |
---|---|
BorderStyle |
clone() |
boolean |
equals(Object obj) |
Boolean |
getShow()
The option to enable display of borders for visuals.
|
int |
hashCode() |
Boolean |
isShow()
The option to enable display of borders for visuals.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setShow(Boolean show)
The option to enable display of borders for visuals.
|
String |
toString()
Returns a string representation of this object.
|
BorderStyle |
withShow(Boolean show)
The option to enable display of borders for visuals.
|
public void setShow(Boolean show)
The option to enable display of borders for visuals.
show
- The option to enable display of borders for visuals.public Boolean getShow()
The option to enable display of borders for visuals.
public BorderStyle withShow(Boolean show)
The option to enable display of borders for visuals.
show
- The option to enable display of borders for visuals.public Boolean isShow()
The option to enable display of borders for visuals.
public String toString()
toString
in class Object
Object.toString()
public BorderStyle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.