@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableStyleTarget extends Object implements Serializable, Cloneable, StructuredPojo
The table style target.
Constructor and Description |
---|
TableStyleTarget() |
Modifier and Type | Method and Description |
---|---|
TableStyleTarget |
clone() |
boolean |
equals(Object obj) |
String |
getCellType()
The cell type of the table style target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCellType(String cellType)
The cell type of the table style target.
|
String |
toString()
Returns a string representation of this object.
|
TableStyleTarget |
withCellType(String cellType)
The cell type of the table style target.
|
TableStyleTarget |
withCellType(StyledCellType cellType)
The cell type of the table style target.
|
public void setCellType(String cellType)
The cell type of the table style target.
cellType
- The cell type of the table style target.StyledCellType
public String getCellType()
The cell type of the table style target.
StyledCellType
public TableStyleTarget withCellType(String cellType)
The cell type of the table style target.
cellType
- The cell type of the table style target.StyledCellType
public TableStyleTarget withCellType(StyledCellType cellType)
The cell type of the table style target.
cellType
- The cell type of the table style target.StyledCellType
public String toString()
toString
in class Object
Object.toString()
public TableStyleTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.