C# Класс 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 .

Наследование: AmazonElasticMapReduceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetResourceId ( ) : bool
IsSetTags ( ) : bool

Описание методов

AddTagsRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public AddTagsRequest ( ) : System
Результат System

AddTagsRequest() публичный Метод

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.
Результат System

AddTagsRequest() публичный Метод

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.
Результат System