@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VideoAttribute extends Object implements Serializable, Cloneable, StructuredPojo
Defines the settings for a video tile.
Constructor and Description |
---|
VideoAttribute() |
Modifier and Type | Method and Description |
---|---|
VideoAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getBorderColor()
Defines the border color of all video tiles.
|
Integer |
getBorderThickness()
Defines the border thickness for all video tiles.
|
Integer |
getCornerRadius()
Sets the corner radius of all video tiles.
|
String |
getHighlightColor()
Defines the highlight color for the active video tile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBorderColor(String borderColor)
Defines the border color of all video tiles.
|
void |
setBorderThickness(Integer borderThickness)
Defines the border thickness for all video tiles.
|
void |
setCornerRadius(Integer cornerRadius)
Sets the corner radius of all video tiles.
|
void |
setHighlightColor(String highlightColor)
Defines the highlight color for the active video tile.
|
String |
toString()
Returns a string representation of this object.
|
VideoAttribute |
withBorderColor(BorderColor borderColor)
Defines the border color of all video tiles.
|
VideoAttribute |
withBorderColor(String borderColor)
Defines the border color of all video tiles.
|
VideoAttribute |
withBorderThickness(Integer borderThickness)
Defines the border thickness for all video tiles.
|
VideoAttribute |
withCornerRadius(Integer cornerRadius)
Sets the corner radius of all video tiles.
|
VideoAttribute |
withHighlightColor(HighlightColor highlightColor)
Defines the highlight color for the active video tile.
|
VideoAttribute |
withHighlightColor(String highlightColor)
Defines the highlight color for the active video tile.
|
public void setCornerRadius(Integer cornerRadius)
Sets the corner radius of all video tiles.
cornerRadius
- Sets the corner radius of all video tiles.public Integer getCornerRadius()
Sets the corner radius of all video tiles.
public VideoAttribute withCornerRadius(Integer cornerRadius)
Sets the corner radius of all video tiles.
cornerRadius
- Sets the corner radius of all video tiles.public void setBorderColor(String borderColor)
Defines the border color of all video tiles.
borderColor
- Defines the border color of all video tiles.BorderColor
public String getBorderColor()
Defines the border color of all video tiles.
BorderColor
public VideoAttribute withBorderColor(String borderColor)
Defines the border color of all video tiles.
borderColor
- Defines the border color of all video tiles.BorderColor
public VideoAttribute withBorderColor(BorderColor borderColor)
Defines the border color of all video tiles.
borderColor
- Defines the border color of all video tiles.BorderColor
public void setHighlightColor(String highlightColor)
Defines the highlight color for the active video tile.
highlightColor
- Defines the highlight color for the active video tile.HighlightColor
public String getHighlightColor()
Defines the highlight color for the active video tile.
HighlightColor
public VideoAttribute withHighlightColor(String highlightColor)
Defines the highlight color for the active video tile.
highlightColor
- Defines the highlight color for the active video tile.HighlightColor
public VideoAttribute withHighlightColor(HighlightColor highlightColor)
Defines the highlight color for the active video tile.
highlightColor
- Defines the highlight color for the active video tile.HighlightColor
public void setBorderThickness(Integer borderThickness)
Defines the border thickness for all video tiles.
borderThickness
- Defines the border thickness for all video tiles.public Integer getBorderThickness()
Defines the border thickness for all video tiles.
public VideoAttribute withBorderThickness(Integer borderThickness)
Defines the border thickness for all video tiles.
borderThickness
- Defines the border thickness for all video tiles.public String toString()
toString
in class Object
Object.toString()
public VideoAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.