@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomDataIdentifiers extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the number of occurrences of the data that produced a sensitive data finding, and the custom data identifiers that detected the data for the finding.
Constructor and Description |
---|
CustomDataIdentifiers() |
Modifier and Type | Method and Description |
---|---|
CustomDataIdentifiers |
clone() |
boolean |
equals(Object obj) |
List<CustomDetection> |
getDetections()
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
Long |
getTotalCount()
The total number of occurrences of the data that was detected by the custom data identifiers and produced the
finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDetections(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
void |
setTotalCount(Long totalCount)
The total number of occurrences of the data that was detected by the custom data identifiers and produced the
finding.
|
String |
toString()
Returns a string representation of this object.
|
CustomDataIdentifiers |
withDetections(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers |
withDetections(CustomDetection... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers |
withTotalCount(Long totalCount)
The total number of occurrences of the data that was detected by the custom data identifiers and produced the
finding.
|
public List<CustomDetection> getDetections()
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
public void setDetections(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
detections
- The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.public CustomDataIdentifiers withDetections(CustomDetection... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
NOTE: This method appends the values to the existing list (if any). Use
setDetections(java.util.Collection)
or withDetections(java.util.Collection)
if you want to
override the existing values.
detections
- The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.public CustomDataIdentifiers withDetections(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
detections
- The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.public void setTotalCount(Long totalCount)
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
totalCount
- The total number of occurrences of the data that was detected by the custom data identifiers and produced
the finding.public Long getTotalCount()
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
public CustomDataIdentifiers withTotalCount(Long totalCount)
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
totalCount
- The total number of occurrences of the data that was detected by the custom data identifiers and produced
the finding.public String toString()
toString
in class Object
Object.toString()
public CustomDataIdentifiers clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.