@Generated(value="software.amazon.awssdk:codegen") public final class Cell extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Cell.Builder,Cell>
An occurrence of sensitive data detected in a Microsoft Excel workbook, comma-separated value (CSV) file, or tab-separated value (TSV) file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Cell.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Cell.Builder |
builder() |
String |
cellReference()
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains
the data.
|
Long |
column()
The column number of the column that contains the data.
|
String |
columnName()
The name of the column that contains the data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
row()
The row number of the row that contains the data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Cell.Builder> |
serializableBuilderClass() |
Cell.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final Long row()
The row number of the row that contains the data.
public final String columnName()
The name of the column that contains the data.
public final 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.
public Cell.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Cell.Builder,Cell>public static Cell.Builder builder()
public static Class<? extends Cell.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.