Class ListTagsForResourcesRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.route53.model.ListTagsForResourcesRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class ListTagsForResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

A complex type containing information about a request for a list of the tags that are associated with up to 10 specified resources.

See Also:
  • Constructor Details

    • ListTagsForResourcesRequest

      public ListTagsForResourcesRequest()
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: