@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Record extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the location of an occurrence of sensitive data in an Apache Parquet file.
| Constructor and Description |
|---|
Record() |
| Modifier and Type | Method and Description |
|---|---|
Record |
clone() |
boolean |
equals(Object obj) |
Long |
getRecordIndex()
The row index, starting from 0, for the row that contains the data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRecordIndex(Long recordIndex)
The row index, starting from 0, for the row that contains the data.
|
String |
toString()
Returns a string representation of this object.
|
Record |
withRecordIndex(Long recordIndex)
The row index, starting from 0, for the row that contains the data.
|
public void setRecordIndex(Long recordIndex)
The row index, starting from 0, for the row that contains the data.
recordIndex - The row index, starting from 0, for the row that contains the data.public Long getRecordIndex()
The row index, starting from 0, for the row that contains the data.
public Record withRecordIndex(Long recordIndex)
The row index, starting from 0, for the row that contains the data.
recordIndex - The row index, starting from 0, for the row that contains the data.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.