Class SearchResourcesResponse

    • Method Detail

      • hasResourceIdentifiers

        public final boolean hasResourceIdentifiers()
        For responses, this returns true if the service returned a value for the ResourceIdentifiers property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • resourceIdentifiers

        public final List<ResourceIdentifier> resourceIdentifiers()

        The ARNs and resource types of resources that are members of the group that you specified.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasResourceIdentifiers() method.

        Returns:
        The ARNs and resource types of resources that are members of the group that you specified.
      • nextToken

        public final String nextToken()

        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

        Returns:
        If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
      • hasQueryErrors

        public final boolean hasQueryErrors()
        For responses, this returns true if the service returned a value for the QueryErrors property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • queryErrors

        public final List<QueryError> queryErrors()

        A list of QueryError objects. Each error is an object that contains ErrorCode and Message structures.

        Possible values for ErrorCode:

        • CLOUDFORMATION_STACK_INACTIVE

        • CLOUDFORMATION_STACK_NOT_EXISTING

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasQueryErrors() method.

        Returns:
        A list of QueryError objects. Each error is an object that contains ErrorCode and Message structures.

        Possible values for ErrorCode:

        • CLOUDFORMATION_STACK_INACTIVE

        • CLOUDFORMATION_STACK_NOT_EXISTING

      • 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