Class ListResourceScanResourcesRequest

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

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

    • resourceScanId

      public final String resourceScanId()

      The Amazon Resource Name (ARN) of the resource scan.

      Returns:
      The Amazon Resource Name (ARN) of the resource scan.
    • resourceIdentifier

      public final String resourceIdentifier()

      If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).

      Returns:
      If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).
    • resourceTypePrefix

      public final String resourceTypePrefix()

      If specified, the returned resources will be of any of the resource types with the specified prefix.

      Returns:
      If specified, the returned resources will be of any of the resource types with the specified prefix.
    • tagKey

      public final String tagKey()

      If specified, the returned resources will have a matching tag key.

      Returns:
      If specified, the returned resources will have a matching tag key.
    • tagValue

      public final String tagValue()

      If specified, the returned resources will have a matching tag value.

      Returns:
      If specified, the returned resources will have a matching tag value.
    • 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. By default the ListResourceScanResources API action will return at most 100 results in each response. 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. By default the ListResourceScanResources API action will return at most 100 results in each response. The maximum value is 100.
    • toBuilder

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

    • serializableBuilderClass

      public static Class<? extends ListResourceScanResourcesRequest.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