@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomDataIdentifiersDetections extends Object implements Serializable, Cloneable, StructuredPojo
The list of detected instances of sensitive data.
Constructor and Description |
---|
CustomDataIdentifiersDetections() |
Modifier and Type | Method and Description |
---|---|
CustomDataIdentifiersDetections |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the custom identifier that was used to detect the sensitive data.
|
Long |
getCount()
The total number of occurrences of sensitive data that were detected.
|
String |
getName()
he name of the custom identifier that detected the sensitive data.
|
Occurrences |
getOccurrences()
Details about the sensitive data that was detected.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the custom identifier that was used to detect the sensitive data.
|
void |
setCount(Long count)
The total number of occurrences of sensitive data that were detected.
|
void |
setName(String name)
he name of the custom identifier that detected the sensitive data.
|
void |
setOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
String |
toString()
Returns a string representation of this object.
|
CustomDataIdentifiersDetections |
withArn(String arn)
The ARN of the custom identifier that was used to detect the sensitive data.
|
CustomDataIdentifiersDetections |
withCount(Long count)
The total number of occurrences of sensitive data that were detected.
|
CustomDataIdentifiersDetections |
withName(String name)
he name of the custom identifier that detected the sensitive data.
|
CustomDataIdentifiersDetections |
withOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
public void setCount(Long count)
The total number of occurrences of sensitive data that were detected.
count
- The total number of occurrences of sensitive data that were detected.public Long getCount()
The total number of occurrences of sensitive data that were detected.
public CustomDataIdentifiersDetections withCount(Long count)
The total number of occurrences of sensitive data that were detected.
count
- The total number of occurrences of sensitive data that were detected.public void setArn(String arn)
The ARN of the custom identifier that was used to detect the sensitive data.
arn
- The ARN of the custom identifier that was used to detect the sensitive data.public String getArn()
The ARN of the custom identifier that was used to detect the sensitive data.
public CustomDataIdentifiersDetections withArn(String arn)
The ARN of the custom identifier that was used to detect the sensitive data.
arn
- The ARN of the custom identifier that was used to detect the sensitive data.public void setName(String name)
he name of the custom identifier that detected the sensitive data.
name
- he name of the custom identifier that detected the sensitive data.public String getName()
he name of the custom identifier that detected the sensitive data.
public CustomDataIdentifiersDetections withName(String name)
he name of the custom identifier that detected the sensitive data.
name
- he name of the custom identifier that detected the sensitive data.public void setOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
occurrences
- Details about the sensitive data that was detected.public Occurrences getOccurrences()
Details about the sensitive data that was detected.
public CustomDataIdentifiersDetections withOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
occurrences
- Details about the sensitive data that was detected.public String toString()
toString
in class Object
Object.toString()
public CustomDataIdentifiersDetections clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.