Class ListConfigurationPolicyAssociationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.securityhub.model.SecurityHubRequest
-
- software.amazon.awssdk.services.securityhub.model.ListConfigurationPolicyAssociationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListConfigurationPolicyAssociationsRequest.Builder,ListConfigurationPolicyAssociationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListConfigurationPolicyAssociationsRequest extends SecurityHubRequest implements ToCopyableBuilder<ListConfigurationPolicyAssociationsRequest.Builder,ListConfigurationPolicyAssociationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListConfigurationPolicyAssociationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListConfigurationPolicyAssociationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)AssociationFiltersfilters()Options for filtering theListConfigurationPolicyAssociationsresponse.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results that's returned byListConfigurationPoliciesin each page of the response.StringnextToken()TheNextTokenvalue that's returned from a previous paginatedListConfigurationPolicyAssociationsrequest whereMaxResultswas used but the results exceeded the value of that parameter.List<SdkField<?>>sdkFields()static Class<? extends ListConfigurationPolicyAssociationsRequest.Builder>serializableBuilderClass()ListConfigurationPolicyAssociationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
The
NextTokenvalue that's returned from a previous paginatedListConfigurationPolicyAssociationsrequest whereMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned theNextTokenvalue. This value isnullwhen there are no more results to return.- Returns:
- The
NextTokenvalue that's returned from a previous paginatedListConfigurationPolicyAssociationsrequest whereMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned theNextTokenvalue. This value isnullwhen there are no more results to return.
-
maxResults
public final Integer maxResults()
The maximum number of results that's returned by
ListConfigurationPoliciesin each page of the response. When this parameter is used,ListConfigurationPolicyAssociationsreturns the specified number of results in a single page and aNextTokenresponse element. You can see the remaining results of the initial request by sending anotherListConfigurationPolicyAssociationsrequest with the returnedNextTokenvalue. A valid range forMaxResultsis between 1 and 100.- Returns:
- The maximum number of results that's returned by
ListConfigurationPoliciesin each page of the response. When this parameter is used,ListConfigurationPolicyAssociationsreturns the specified number of results in a single page and aNextTokenresponse element. You can see the remaining results of the initial request by sending anotherListConfigurationPolicyAssociationsrequest with the returnedNextTokenvalue. A valid range forMaxResultsis between 1 and 100.
-
filters
public final AssociationFilters filters()
Options for filtering the
ListConfigurationPolicyAssociationsresponse. You can filter by the Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration,AssociationType, orAssociationStatus.- Returns:
- Options for filtering the
ListConfigurationPolicyAssociationsresponse. You can filter by the Amazon Resource Name (ARN) or universally unique identifier (UUID) of a configuration,AssociationType, orAssociationStatus.
-
toBuilder
public ListConfigurationPolicyAssociationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListConfigurationPolicyAssociationsRequest.Builder,ListConfigurationPolicyAssociationsRequest>- Specified by:
toBuilderin classSecurityHubRequest
-
builder
public static ListConfigurationPolicyAssociationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListConfigurationPolicyAssociationsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-