@Generated(value="software.amazon.awssdk:codegen") public final class GetClassificationScopeResponse extends Macie2Response implements ToCopyableBuilder<GetClassificationScopeResponse.Builder,GetClassificationScopeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetClassificationScopeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetClassificationScopeResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the classification scope.
|
String |
name()
The name of the classification scope: automated-sensitive-data-discovery.
|
S3ClassificationScope |
s3()
The S3 buckets that are excluded from automated sensitive data discovery.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetClassificationScopeResponse.Builder> |
serializableBuilderClass() |
GetClassificationScopeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier for the classification scope.
public final String name()
The name of the classification scope: automated-sensitive-data-discovery.
public final S3ClassificationScope s3()
The S3 buckets that are excluded from automated sensitive data discovery.
public GetClassificationScopeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetClassificationScopeResponse.Builder,GetClassificationScopeResponse>toBuilder in class AwsResponsepublic static GetClassificationScopeResponse.Builder builder()
public static Class<? extends GetClassificationScopeResponse.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.