@Generated(value="software.amazon.awssdk:codegen") public final class ListClassificationScopesRequest extends Macie2Request implements ToCopyableBuilder<ListClassificationScopesRequest.Builder,ListClassificationScopesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListClassificationScopesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListClassificationScopesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the classification scope to retrieve the unique identifier for.
|
String |
nextToken()
The nextToken string that specifies which page of results to return in a paginated response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListClassificationScopesRequest.Builder> |
serializableBuilderClass() |
ListClassificationScopesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the classification scope to retrieve the unique identifier for.
public final String nextToken()
The nextToken string that specifies which page of results to return in a paginated response.
public ListClassificationScopesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListClassificationScopesRequest.Builder,ListClassificationScopesRequest>toBuilder in class Macie2Requestpublic static ListClassificationScopesRequest.Builder builder()
public static Class<? extends ListClassificationScopesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.