@Generated(value="software.amazon.awssdk:codegen") public final class ListAssessmentFrameworksRequest extends AuditManagerRequest implements ToCopyableBuilder<ListAssessmentFrameworksRequest.Builder,ListAssessmentFrameworksRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAssessmentFrameworksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAssessmentFrameworksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FrameworkType |
frameworkType()
The type of framework, such as a standard framework or a custom framework.
|
String |
frameworkTypeAsString()
The type of framework, such as a standard framework or a custom framework.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Represents the maximum number of results on a page or for an API request call.
|
String |
nextToken()
The pagination token that's used to fetch the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAssessmentFrameworksRequest.Builder> |
serializableBuilderClass() |
ListAssessmentFrameworksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FrameworkType frameworkType()
The type of framework, such as a standard framework or a custom framework.
If the service returns an enum value that is not available in the current SDK version, frameworkType
will return FrameworkType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
frameworkTypeAsString().
FrameworkTypepublic final String frameworkTypeAsString()
The type of framework, such as a standard framework or a custom framework.
If the service returns an enum value that is not available in the current SDK version, frameworkType
will return FrameworkType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
frameworkTypeAsString().
FrameworkTypepublic final String nextToken()
The pagination token that's used to fetch the next set of results.
public final Integer maxResults()
Represents the maximum number of results on a page or for an API request call.
public ListAssessmentFrameworksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAssessmentFrameworksRequest.Builder,ListAssessmentFrameworksRequest>toBuilder in class AuditManagerRequestpublic static ListAssessmentFrameworksRequest.Builder builder()
public static Class<? extends ListAssessmentFrameworksRequest.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 © 2022. All rights reserved.