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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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