Class RemoveTagsRequest

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

public class RemoveTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

Container for the parameters to the RemoveTags operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.

See Also:
  • Constructor Details

    • RemoveTagsRequest

      public RemoveTagsRequest()
  • Method Details

    • setARN

      public void setARN(String aRN)

      Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

      Parameters:
      aRN - Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.
    • getARN

      public String getARN()

      Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

      Returns:
      Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.
    • withARN

      public RemoveTagsRequest withARN(String aRN)

      Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

      Parameters:
      aRN - Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • getTagKeys

      public List<String> getTagKeys()

      Specifies the TagKey list which you want to remove from the Elasticsearch domain.

      Returns:
      Specifies the TagKey list which you want to remove from the Elasticsearch domain.
    • setTagKeys

      public void setTagKeys(Collection<String> tagKeys)

      Specifies the TagKey list which you want to remove from the Elasticsearch domain.

      Parameters:
      tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.
    • withTagKeys

      public RemoveTagsRequest withTagKeys(String... tagKeys)

      Specifies the TagKey list which you want to remove from the Elasticsearch domain.

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

      Parameters:
      tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withTagKeys

      public RemoveTagsRequest withTagKeys(Collection<String> tagKeys)

      Specifies the TagKey list which you want to remove from the Elasticsearch domain.

      Parameters:
      tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.
      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

      public RemoveTagsRequest 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: