@Generated(value="software.amazon.awssdk:codegen") public final class ListStandardsControlAssociationsRequest extends SecurityHubRequest implements ToCopyableBuilder<ListStandardsControlAssociationsRequest.Builder,ListStandardsControlAssociationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListStandardsControlAssociationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListStandardsControlAssociationsRequest.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() |
String |
securityControlId()
The identifier of the control (identified with
SecurityControlId, SecurityControlArn,
or a mix of both parameters) that you want to determine the enablement status of in each enabled standard. |
static Class<? extends ListStandardsControlAssociationsRequest.Builder> |
serializableBuilderClass() |
ListStandardsControlAssociationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String securityControlId()
The identifier of the control (identified with SecurityControlId, SecurityControlArn,
or a mix of both parameters) that you want to determine the enablement status of in each enabled standard.
SecurityControlId,
SecurityControlArn, or a mix of both parameters) that you want to determine the enablement
status of in each enabled standard.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 standard and control associations. The
results also include a NextToken parameter that you can use in a subsequent API call to get the next
25 associations. This repeats until all associations for the specified control are returned. The number of
results is limited by the number of supported Security Hub standards that you've enabled in the calling account.
NextToken parameter that you can use in a
subsequent API call to get the next 25 associations. This repeats until all associations for the
specified control are returned. The number of results is limited by the number of supported Security Hub
standards that you've enabled in the calling account.public ListStandardsControlAssociationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListStandardsControlAssociationsRequest.Builder,ListStandardsControlAssociationsRequest>toBuilder in class SecurityHubRequestpublic static ListStandardsControlAssociationsRequest.Builder builder()
public static Class<? extends ListStandardsControlAssociationsRequest.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.