Class ListResourceScansRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<ListResourceScansRequest.Builder,ListResourceScansRequest>

@Generated("software.amazon.awssdk:codegen") public final class ListResourceScansRequest extends CloudFormationRequest implements ToCopyableBuilder<ListResourceScansRequest.Builder,ListResourceScansRequest>
  • Method Details

    • nextToken

      public final String nextToken()

      The token for the next set of items to return. (You received this token from a previous call.)

      Returns:
      The token for the next set of items to return. (You received this token from a previous call.)
    • maxResults

      public final Integer maxResults()

      If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. The default value is 10. The maximum value is 100.

      Returns:
      If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. The default value is 10. The maximum value is 100.
    • scanTypeFilter

      public final ScanType scanTypeFilter()

      The scan type that you want to get summary information about. The default is FULL.

      If the service returns an enum value that is not available in the current SDK version, scanTypeFilter will return ScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scanTypeFilterAsString().

      Returns:
      The scan type that you want to get summary information about. The default is FULL.
      See Also:
    • scanTypeFilterAsString

      public final String scanTypeFilterAsString()

      The scan type that you want to get summary information about. The default is FULL.

      If the service returns an enum value that is not available in the current SDK version, scanTypeFilter will return ScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scanTypeFilterAsString().

      Returns:
      The scan type that you want to get summary information about. The default is FULL.
      See Also:
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<ListResourceScansRequest.Builder,ListResourceScansRequest>
      Specified by:
      toBuilder in class CloudFormationRequest
    • builder

      public static ListResourceScansRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ListResourceScansRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo