@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Cell extends Object implements Serializable, Cloneable, StructuredPojo
An occurrence of sensitive data detected in a Microsoft Excel workbook, comma-separated value (CSV) file, or tab-separated value (TSV) file.
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
Cell |
clone() |
boolean |
equals(Object obj) |
String |
getCellReference()
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains
the data.
|
Long |
getColumn()
The column number of the column that contains the data.
|
String |
getColumnName()
The name of the column that contains the data.
|
Long |
getRow()
The row number of the row that contains the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCellReference(String cellReference)
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains
the data.
|
void |
setColumn(Long column)
The column number of the column that contains the data.
|
void |
setColumnName(String columnName)
The name of the column that contains the data.
|
void |
setRow(Long row)
The row number of the row that contains the data.
|
String |
toString()
Returns a string representation of this object.
|
Cell |
withCellReference(String cellReference)
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains
the data.
|
Cell |
withColumn(Long column)
The column number of the column that contains the data.
|
Cell |
withColumnName(String columnName)
The name of the column that contains the data.
|
Cell |
withRow(Long row)
The row number of the row that contains the data.
|
public void setColumn(Long column)
The column number of the column that contains the data. For a Microsoft Excel workbook, the column number corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to the A column in the workbook.
column
- The column number of the column that contains the data. For a Microsoft Excel workbook, the column number
corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to
the A column in the workbook.public Long getColumn()
The column number of the column that contains the data. For a Microsoft Excel workbook, the column number corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to the A column in the workbook.
public Cell withColumn(Long column)
The column number of the column that contains the data. For a Microsoft Excel workbook, the column number corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to the A column in the workbook.
column
- The column number of the column that contains the data. For a Microsoft Excel workbook, the column number
corresponds to the alphabetical column identifiers. For example, a value of 1 for Column corresponds to
the A column in the workbook.public void setRow(Long row)
The row number of the row that contains the data.
row
- The row number of the row that contains the data.public Long getRow()
The row number of the row that contains the data.
public Cell withRow(Long row)
The row number of the row that contains the data.
row
- The row number of the row that contains the data.public void setColumnName(String columnName)
The name of the column that contains the data.
columnName
- The name of the column that contains the data.public String getColumnName()
The name of the column that contains the data.
public Cell withColumnName(String columnName)
The name of the column that contains the data.
columnName
- The name of the column that contains the data.public void setCellReference(String cellReference)
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.
cellReference
- For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that
contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.public String getCellReference()
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.
public Cell withCellReference(String cellReference)
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.
cellReference
- For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that
contains the data. For example, Sheet2!C5 for cell C5 on Sheet2.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.