C# Class Amazon.EC2.Model.CreateTagsRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CreateTagsRequest ( ) : System

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

CreateTagsRequest ( List resources, List tags ) : System

Instantiates CreateTagsRequest with the parameterized properties

Private Methods

Method Description
IsSetResources ( ) : bool
IsSetTags ( ) : bool

Method Details

CreateTagsRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public CreateTagsRequest ( ) : System
return System

CreateTagsRequest() public method

Instantiates CreateTagsRequest with the parameterized properties
public CreateTagsRequest ( List resources, List tags ) : System
resources List The IDs of one or more resources to tag. For example, ami-1a2b3c4d.
tags List One or more tags. The value parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.
return System