@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.