AWS SDK for .NET Documentation
AddTagsRequest Class
AmazonAmazon.ElasticMapReduce.ModelAddTagsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AddTags operation. Adds tags to an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tagging Amazon EMR Resources.
Declaration Syntax
C#
public class AddTagsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AddTagsRequest()()()()
Initializes a new instance of the AddTagsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ResourceId
Gets and sets the property ResourceId.

The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.


Tags
Gets and sets the property Tags.

A list of tags to associate with a cluster and propagate to Amazon EC2 instances. Tags are user-defined key/value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithResourceId(String) Obsolete.
Sets the ResourceId property

WithTags(array<Tag>[]()[][]) Obsolete.
Sets the Tags property

WithTags(IEnumerable<(Of <<'(Tag>)>>)) Obsolete.
Sets the Tags property

Inheritance Hierarchy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)