Class ListResourceScanResourcesRequest

    • Method Detail

      • 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.
      • 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