C# Class Amazon.ElasticMapReduce.Model.AddTagsRequest

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 .

Inheritance: AmazonElasticMapReduceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AddTagsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

AddTagsRequest ( string resourceId ) : System

Instantiates AddTagsRequest with the parameterized properties

AddTagsRequest ( string resourceId, List tags ) : System

Instantiates AddTagsRequest with the parameterized properties

Private Methods

Méthode Description
IsSetResourceId ( ) : bool
IsSetTags ( ) : bool

Method Details

AddTagsRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public AddTagsRequest ( ) : System
Résultat System

AddTagsRequest() public méthode

Instantiates AddTagsRequest with the parameterized properties
public AddTagsRequest ( string resourceId ) : System
resourceId string The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.
Résultat System

AddTagsRequest() public méthode

Instantiates AddTagsRequest with the parameterized properties
public AddTagsRequest ( string resourceId, List tags ) : System
resourceId string The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.
tags List A list of tags to associate with a cluster and propagate to 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.
Résultat System