Class ListCisScanResultsAggregatedByTargetResourceRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.inspector2.model.Inspector2Request
-
- software.amazon.awssdk.services.inspector2.model.ListCisScanResultsAggregatedByTargetResourceRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListCisScanResultsAggregatedByTargetResourceRequest.Builder,ListCisScanResultsAggregatedByTargetResourceRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListCisScanResultsAggregatedByTargetResourceRequest extends Inspector2Request implements ToCopyableBuilder<ListCisScanResultsAggregatedByTargetResourceRequest.Builder,ListCisScanResultsAggregatedByTargetResourceRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListCisScanResultsAggregatedByTargetResourceRequest.Builder
-
Method Summary
-
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
-
filterCriteria
public final CisScanResultsAggregatedByTargetResourceFilterCriteria filterCriteria()
The filter criteria.
- Returns:
- The filter criteria.
-
maxResults
public final Integer maxResults()
The maximum number of scan results aggregated by a target resource to be returned in a single page of results.
- Returns:
- The maximum number of scan results aggregated by a target resource to be returned in a single page of results.
-
nextToken
public final String nextToken()
The pagination token from a previous request that's used to retrieve the next page of results.
- Returns:
- The pagination token from a previous request that's used to retrieve the next page of results.
-
scanArn
public final String scanArn()
The scan ARN.
- Returns:
- The scan ARN.
-
sortBy
public final CisScanResultsAggregatedByTargetResourceSortBy sortBy()
The sort by order.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnCisScanResultsAggregatedByTargetResourceSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The sort by order.
- See Also:
CisScanResultsAggregatedByTargetResourceSortBy
-
sortByAsString
public final String sortByAsString()
The sort by order.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnCisScanResultsAggregatedByTargetResourceSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The sort by order.
- See Also:
CisScanResultsAggregatedByTargetResourceSortBy
-
sortOrder
public final CisSortOrder sortOrder()
The sort order.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnCisSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sort order.
- See Also:
CisSortOrder
-
sortOrderAsString
public final String sortOrderAsString()
The sort order.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnCisSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The sort order.
- See Also:
CisSortOrder
-
toBuilder
public ListCisScanResultsAggregatedByTargetResourceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListCisScanResultsAggregatedByTargetResourceRequest.Builder,ListCisScanResultsAggregatedByTargetResourceRequest>- Specified by:
toBuilderin classInspector2Request
-
builder
public static ListCisScanResultsAggregatedByTargetResourceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListCisScanResultsAggregatedByTargetResourceRequest.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
-
-