@Generated(value="software.amazon.awssdk:codegen") public final class GetResourceProfileResponse extends Macie2Response implements ToCopyableBuilder<GetResourceProfileResponse.Builder,GetResourceProfileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResourceProfileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResourceProfileResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
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.
|
List<SdkField<?>> |
sdkFields() |
Integer |
sensitivityScore()
The current sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).
|
Boolean |
sensitivityScoreOverridden()
Specifies whether the bucket's current sensitivity score was set manually.
|
static Class<? extends GetResourceProfileResponse.Builder> |
serializableBuilderClass() |
ResourceStatistics |
statistics()
The sensitive data discovery statistics for the bucket.
|
GetResourceProfileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant 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 final 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.
public final 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.
public final 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.
public GetResourceProfileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResourceProfileResponse.Builder,GetResourceProfileResponse>toBuilder in class AwsResponsepublic static GetResourceProfileResponse.Builder builder()
public static Class<? extends GetResourceProfileResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.