Class ListTagsForResourceRequest

    • Constructor Detail

      • ListTagsForResourceRequest

        public ListTagsForResourceRequest()
    • Method Detail

      • setResourceType

        public void setResourceType​(String resourceType)

        The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Parameters:
        resourceType - The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        See Also:
        TagResourceType
      • getResourceType

        public String getResourceType()

        The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Returns:
        The type of the resource.

        - The resource type for health checks is healthcheck .

        - The resource type for hosted zones is hostedzone.

        See Also:
        TagResourceType
      • withResourceType

        public ListTagsForResourceRequest withResourceType​(String resourceType)

        The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Parameters:
        resourceType - The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TagResourceType
      • setResourceType

        public void setResourceType​(TagResourceType resourceType)

        The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Parameters:
        resourceType - The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        See Also:
        TagResourceType
      • withResourceType

        public ListTagsForResourceRequest withResourceType​(TagResourceType resourceType)

        The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Parameters:
        resourceType - The type of the resource.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TagResourceType
      • setResourceId

        public void setResourceId​(String resourceId)

        The ID of the resource for which you want to retrieve tags.

        Parameters:
        resourceId - The ID of the resource for which you want to retrieve tags.
      • getResourceId

        public String getResourceId()

        The ID of the resource for which you want to retrieve tags.

        Returns:
        The ID of the resource for which you want to retrieve tags.
      • withResourceId

        public ListTagsForResourceRequest withResourceId​(String resourceId)

        The ID of the resource for which you want to retrieve tags.

        Parameters:
        resourceId - The ID of the resource for which you want to retrieve tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object