@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BucketStatisticsBySensitivity extends Object implements Serializable, Cloneable, StructuredPojo
Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets, grouped by bucket sensitivity score (sensitivityScore). If automated sensitive data discovery is currently disabled for your account, the value for each metric is 0.
Constructor and Description |
---|
BucketStatisticsBySensitivity() |
Modifier and Type | Method and Description |
---|---|
BucketStatisticsBySensitivity |
clone() |
boolean |
equals(Object obj) |
SensitivityAggregations |
getClassificationError()
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
SensitivityAggregations |
getNotClassified()
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
SensitivityAggregations |
getNotSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
SensitivityAggregations |
getSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClassificationError(SensitivityAggregations classificationError)
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
void |
setNotClassified(SensitivityAggregations notClassified)
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
void |
setNotSensitive(SensitivityAggregations notSensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
void |
setSensitive(SensitivityAggregations sensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
String |
toString()
Returns a string representation of this object.
|
BucketStatisticsBySensitivity |
withClassificationError(SensitivityAggregations classificationError)
The aggregated statistical data for all buckets that have a sensitivity score of -1.
|
BucketStatisticsBySensitivity |
withNotClassified(SensitivityAggregations notClassified)
The aggregated statistical data for all buckets that have a sensitivity score of 50.
|
BucketStatisticsBySensitivity |
withNotSensitive(SensitivityAggregations notSensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
|
BucketStatisticsBySensitivity |
withSensitive(SensitivityAggregations sensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
|
public void setClassificationError(SensitivityAggregations classificationError)
The aggregated statistical data for all buckets that have a sensitivity score of -1.
classificationError
- The aggregated statistical data for all buckets that have a sensitivity score of -1.public SensitivityAggregations getClassificationError()
The aggregated statistical data for all buckets that have a sensitivity score of -1.
public BucketStatisticsBySensitivity withClassificationError(SensitivityAggregations classificationError)
The aggregated statistical data for all buckets that have a sensitivity score of -1.
classificationError
- The aggregated statistical data for all buckets that have a sensitivity score of -1.public void setNotClassified(SensitivityAggregations notClassified)
The aggregated statistical data for all buckets that have a sensitivity score of 50.
notClassified
- The aggregated statistical data for all buckets that have a sensitivity score of 50.public SensitivityAggregations getNotClassified()
The aggregated statistical data for all buckets that have a sensitivity score of 50.
public BucketStatisticsBySensitivity withNotClassified(SensitivityAggregations notClassified)
The aggregated statistical data for all buckets that have a sensitivity score of 50.
notClassified
- The aggregated statistical data for all buckets that have a sensitivity score of 50.public void setNotSensitive(SensitivityAggregations notSensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
notSensitive
- The aggregated statistical data for all buckets that have a sensitivity score of 1-49.public SensitivityAggregations getNotSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
public BucketStatisticsBySensitivity withNotSensitive(SensitivityAggregations notSensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 1-49.
notSensitive
- The aggregated statistical data for all buckets that have a sensitivity score of 1-49.public void setSensitive(SensitivityAggregations sensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
sensitive
- The aggregated statistical data for all buckets that have a sensitivity score of 51-100.public SensitivityAggregations getSensitive()
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
public BucketStatisticsBySensitivity withSensitive(SensitivityAggregations sensitive)
The aggregated statistical data for all buckets that have a sensitivity score of 51-100.
sensitive
- The aggregated statistical data for all buckets that have a sensitivity score of 51-100.public String toString()
toString
in class Object
Object.toString()
public BucketStatisticsBySensitivity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.