Class TaggableApiConfig

    • Method Detail

      • builder

        public static TaggableApiConfig.Builder builder()
        Creates a builder used to build an TaggableApiConfig.
        Returns:
        Returns the created builder.
      • getTagApi

        public ShapeId getTagApi()
        Gets the ShapeId of the operation which implements TagResource behavior.
        Returns:
        the ShapeId of the tag operation for the resource
      • getUntagApi

        public ShapeId getUntagApi()
        Gets the ShapeId of the operation which implements UntagResource behavior.
        Returns:
        the ShapeId of the untag operation for the resource
      • getListTagsApi

        public ShapeId getListTagsApi()
        Gets the ShapeId of the operation which implements ListTagsForResource behavior for the resource.
        Returns:
        the ShapeId of the list tags operation for the resource
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Specified by:
        toNode in interface ToNode
        Returns:
        Returns the creates Node.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object