@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetResourceProfileResult() |
Modifier and Type | Method and Description |
---|---|
GetResourceProfileResult |
clone() |
boolean |
equals(Object obj) |
Date |
getProfileUpdatedAt()
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive
data discovery statistics and details for the bucket.
|
Integer |
getSensitivityScore()
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
|
Boolean |
getSensitivityScoreOverridden()
Specifies whether the bucket's current sensitivity score was set manually.
|
ResourceStatistics |
getStatistics()
The sensitive data discovery statistics for the bucket.
|
int |
hashCode() |
Boolean |
isSensitivityScoreOverridden()
Specifies whether the bucket's current sensitivity score was set manually.
|
void |
setProfileUpdatedAt(Date profileUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive
data discovery statistics and details for the bucket.
|
void |
setSensitivityScore(Integer sensitivityScore)
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
|
void |
setSensitivityScoreOverridden(Boolean sensitivityScoreOverridden)
Specifies whether the bucket's current sensitivity score was set manually.
|
void |
setStatistics(ResourceStatistics statistics)
The sensitive data discovery statistics for the bucket.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceProfileResult |
withProfileUpdatedAt(Date profileUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive
data discovery statistics and details for the bucket.
|
GetResourceProfileResult |
withSensitivityScore(Integer sensitivityScore)
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
|
GetResourceProfileResult |
withSensitivityScoreOverridden(Boolean sensitivityScoreOverridden)
Specifies whether the bucket's current sensitivity score was set manually.
|
GetResourceProfileResult |
withStatistics(ResourceStatistics statistics)
The sensitive data discovery statistics for the bucket.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfileUpdatedAt(Date profileUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is calculated automatically, this includes the score.
profileUpdatedAt
- The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated
sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is
calculated automatically, this includes the score.public Date getProfileUpdatedAt()
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is calculated automatically, this includes the score.
public GetResourceProfileResult withProfileUpdatedAt(Date profileUpdatedAt)
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is calculated automatically, this includes the score.
profileUpdatedAt
- The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently recalculated
sensitive data discovery statistics and details for the bucket. If the bucket's sensitivity score is
calculated automatically, this includes the score.public void setSensitivityScore(Integer sensitivityScore)
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). By default, this score is calculated automatically based on the amount of data that Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.
sensitivityScore
- The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
By default, this score is calculated automatically based on the amount of data that Amazon Macie has
analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.public Integer getSensitivityScore()
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). By default, this score is calculated automatically based on the amount of data that Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.
public GetResourceProfileResult withSensitivityScore(Integer sensitivityScore)
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive). By default, this score is calculated automatically based on the amount of data that Amazon Macie has analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.
sensitivityScore
- The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
By default, this score is calculated automatically based on the amount of data that Amazon Macie has
analyzed in the bucket and the amount of sensitive data that Macie has found in the bucket.public void setSensitivityScoreOverridden(Boolean sensitivityScoreOverridden)
Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.
sensitivityScoreOverridden
- Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the
score was manually changed to 100. If this value is false, the score was calculated automatically by
Amazon Macie.public Boolean getSensitivityScoreOverridden()
Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.
public GetResourceProfileResult withSensitivityScoreOverridden(Boolean sensitivityScoreOverridden)
Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.
sensitivityScoreOverridden
- Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the
score was manually changed to 100. If this value is false, the score was calculated automatically by
Amazon Macie.public Boolean isSensitivityScoreOverridden()
Specifies whether the bucket's current sensitivity score was set manually. If this value is true, the score was manually changed to 100. If this value is false, the score was calculated automatically by Amazon Macie.
public void setStatistics(ResourceStatistics statistics)
The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.
statistics
- The sensitive data discovery statistics for the bucket. The statistics capture the results of automated
sensitive data discovery activities that Amazon Macie has performed for the bucket.public ResourceStatistics getStatistics()
The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.
public GetResourceProfileResult withStatistics(ResourceStatistics statistics)
The sensitive data discovery statistics for the bucket. The statistics capture the results of automated sensitive data discovery activities that Amazon Macie has performed for the bucket.
statistics
- The sensitive data discovery statistics for the bucket. The statistics capture the results of automated
sensitive data discovery activities that Amazon Macie has performed for the bucket.public String toString()
toString
in class Object
Object.toString()
public GetResourceProfileResult clone()