Class UntagResourceRequest

    • Method Detail

      • resourceId

        public final String resourceId()

        The ID of the resource to remove a tag from.

        You can specify any of the following taggable resources.

        • Amazon Web Services account – specify the account ID number.

        • Organizational unit – specify the OU ID that begins with ou- and looks similar to: ou-1a2b-34uvwxyz

        • Root – specify the root ID that begins with r- and looks similar to: r-1a2b

        • Policy – specify the policy ID that begins with p- andlooks similar to: p-12abcdefg3

        Returns:
        The ID of the resource to remove a tag from.

        You can specify any of the following taggable resources.

        • Amazon Web Services account – specify the account ID number.

        • Organizational unit – specify the OU ID that begins with ou- and looks similar to: ou-1a2b-34uvwxyz

        • Root – specify the root ID that begins with r- and looks similar to: r-1a2b

        • Policy – specify the policy ID that begins with p- andlooks similar to: p-12abcdefg3

      • hasTagKeys

        public final boolean hasTagKeys()
        For responses, this returns true if the service returned a value for the TagKeys 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.
      • tagKeys

        public final List<String> tagKeys()

        The list of keys for tags to remove from the specified resource.

        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 hasTagKeys() method.

        Returns:
        The list of keys for tags to remove from the specified resource.
      • 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