Class ListTagsForResourcesRequest

    • Constructor Detail

      • ListTagsForResourcesRequest

        public ListTagsForResourcesRequest()
    • Method Detail

      • setResourceType

        public void setResourceType​(String resourceType)

        The type of the resources.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Parameters:
        resourceType - The type of the resources.

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

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Returns:
        The type of the resources.

        - The resource type for health checks is healthcheck .

        - The resource type for hosted zones is hostedzone.

        See Also:
        TagResourceType
      • withResourceType

        public ListTagsForResourcesRequest withResourceType​(String resourceType)

        The type of the resources.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Parameters:
        resourceType - The type of the resources.

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

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Parameters:
        resourceType - The type of the resources.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        See Also:
        TagResourceType
      • withResourceType

        public ListTagsForResourcesRequest withResourceType​(TagResourceType resourceType)

        The type of the resources.

        - The resource type for health checks is healthcheck.

        - The resource type for hosted zones is hostedzone.

        Parameters:
        resourceType - The type of the resources.

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

        public List<String> getResourceIds()

        A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

        Returns:
        A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
      • setResourceIds

        public void setResourceIds​(Collection<String> resourceIds)

        A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

        Parameters:
        resourceIds - A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
      • withResourceIds

        public ListTagsForResourcesRequest withResourceIds​(String... resourceIds)

        A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

        NOTE: This method appends the values to the existing list (if any). Use setResourceIds(java.util.Collection) or withResourceIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        resourceIds - A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withResourceIds

        public ListTagsForResourcesRequest withResourceIds​(Collection<String> resourceIds)

        A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

        Parameters:
        resourceIds - A complex type that contains the ResourceId element for each resource for which you want to get a list of 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