Class Cell
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.Cell
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Cell.Builder,Cell>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCell.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Cell.Builderbuilder()StringcellReference()For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data.Longcolumn()The column number of the column that contains the data.StringcolumnName()The name of the column that contains the data.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Longrow()The row number of the row that contains the data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Cell.Builder>serializableBuilderClass()Cell.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
column
public 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.
- Returns:
- 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.
-
row
public final Long row()
The row number of the row that contains the data.
- Returns:
- The row number of the row that contains the data.
-
columnName
public final String columnName()
The name of the column that contains the data.
- Returns:
- The name of the column that contains the data.
-
cellReference
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.
- Returns:
- 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.
-
toBuilder
public Cell.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Cell.Builder,Cell>
-
builder
public static Cell.Builder builder()
-
serializableBuilderClass
public static Class<? extends Cell.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-