@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Occurrences extends Object implements Serializable, Cloneable, StructuredPojo
The detected occurrences of sensitive data.
Constructor and Description |
---|
Occurrences() |
Modifier and Type | Method and Description |
---|---|
Occurrences |
clone() |
boolean |
equals(Object obj) |
List<Cell> |
getCells()
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
List<Range> |
getLineRanges()
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
List<Range> |
getOffsetRanges()
Occurrences of sensitive data detected in a binary text file.
|
List<Page> |
getPages()
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
List<Record> |
getRecords()
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCells(Collection<Cell> cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
void |
setLineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
void |
setOffsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
void |
setPages(Collection<Page> pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
void |
setRecords(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
String |
toString()
Returns a string representation of this object.
|
Occurrences |
withCells(Cell... cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
Occurrences |
withCells(Collection<Cell> cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
Occurrences |
withLineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences |
withLineRanges(Range... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences |
withOffsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Occurrences |
withOffsetRanges(Range... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Occurrences |
withPages(Collection<Page> pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
Occurrences |
withPages(Page... pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
Occurrences |
withRecords(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
Occurrences |
withRecords(Record... records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
public List<Range> getLineRanges()
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
public void setLineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
lineRanges
- Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text
files include files such as HTML, XML, JSON, and TXT files.public Occurrences withLineRanges(Range... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
NOTE: This method appends the values to the existing list (if any). Use
setLineRanges(java.util.Collection)
or withLineRanges(java.util.Collection)
if you want to
override the existing values.
lineRanges
- Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text
files include files such as HTML, XML, JSON, and TXT files.public Occurrences withLineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
lineRanges
- Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text
files include files such as HTML, XML, JSON, and TXT files.public List<Range> getOffsetRanges()
Occurrences of sensitive data detected in a binary text file.
public void setOffsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
offsetRanges
- Occurrences of sensitive data detected in a binary text file.public Occurrences withOffsetRanges(Range... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
NOTE: This method appends the values to the existing list (if any). Use
setOffsetRanges(java.util.Collection)
or withOffsetRanges(java.util.Collection)
if you want to
override the existing values.
offsetRanges
- Occurrences of sensitive data detected in a binary text file.public Occurrences withOffsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
offsetRanges
- Occurrences of sensitive data detected in a binary text file.public List<Page> getPages()
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
public void setPages(Collection<Page> pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
pages
- Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.public Occurrences withPages(Page... pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
NOTE: This method appends the values to the existing list (if any). Use
setPages(java.util.Collection)
or withPages(java.util.Collection)
if you want to override the
existing values.
pages
- Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.public Occurrences withPages(Collection<Page> pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
pages
- Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.public List<Record> getRecords()
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
public void setRecords(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
records
- Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.public Occurrences withRecords(Record... records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
NOTE: This method appends the values to the existing list (if any). Use
setRecords(java.util.Collection)
or withRecords(java.util.Collection)
if you want to override
the existing values.
records
- Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.public Occurrences withRecords(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
records
- Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.public List<Cell> getCells()
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
public void setCells(Collection<Cell> cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
cells
- Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.public Occurrences withCells(Cell... cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
NOTE: This method appends the values to the existing list (if any). Use
setCells(java.util.Collection)
or withCells(java.util.Collection)
if you want to override the
existing values.
cells
- Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.public Occurrences withCells(Collection<Cell> cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
cells
- Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.public String toString()
toString
in class Object
Object.toString()
public Occurrences clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.