@Generated(value="software.amazon.awssdk:codegen") public final class ListSecurityControlDefinitionsRequest extends SecurityHubRequest implements ToCopyableBuilder<ListSecurityControlDefinitionsRequest.Builder,ListSecurityControlDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSecurityControlDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSecurityControlDefinitionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional parameter that limits the total results of the API response to the specified number.
|
String |
nextToken()
Optional pagination parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSecurityControlDefinitionsRequest.Builder> |
serializableBuilderClass() |
String |
standardsArn()
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
|
ListSecurityControlDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String standardsArn()
The Amazon Resource Name (ARN) of the standard that you want to view controls for.
public final String nextToken()
Optional pagination parameter.
public final Integer maxResults()
An optional parameter that limits the total results of the API response to the specified number. If this
parameter isn't provided in the request, the results include the first 25 security controls that apply to the
specified standard. The results also include a NextToken parameter that you can use in a subsequent
API call to get the next 25 controls. This repeats until all controls for the standard are returned.
NextToken parameter that you can use in a
subsequent API call to get the next 25 controls. This repeats until all controls for the standard are
returned.public ListSecurityControlDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSecurityControlDefinitionsRequest.Builder,ListSecurityControlDefinitionsRequest>toBuilder in class SecurityHubRequestpublic static ListSecurityControlDefinitionsRequest.Builder builder()
public static Class<? extends ListSecurityControlDefinitionsRequest.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.