本文整理汇总了C#中CreateTagsRequestMarshaller类的典型用法代码示例。如果您正苦于以下问题:C# CreateTagsRequestMarshaller类的具体用法?C# CreateTagsRequestMarshaller怎么用?C# CreateTagsRequestMarshaller使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
CreateTagsRequestMarshaller类属于命名空间,在下文中一共展示了CreateTagsRequestMarshaller类的9个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: CreateTagsMarshallTest
public void CreateTagsMarshallTest()
{
var request = InstantiateClassGenerator.Execute<CreateTagsRequest>();
var marshaller = new CreateTagsRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content);
Comparer.CompareObjectToJson<CreateTagsRequest>(request,jsonRequest);
var webResponse = new WebResponseData
{
Headers = {
{"x-amzn-RequestId", Guid.NewGuid().ToString()},
{"x-amz-crc32","0"}
}
};
var jsonResponse = new JsonSampleGenerator(service_model, service_model.FindOperation("CreateTags").ResponseStructure).Execute();
webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString());
UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse);
var response = CreateTagsResponseUnmarshaller.Instance.Unmarshall(context)
as CreateTagsResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}
示例2: CreateTagsMarshallTest
public void CreateTagsMarshallTest()
{
var operation = service_model.FindOperation("CreateTags");
var request = InstantiateClassGenerator.Execute<CreateTagsRequest>();
var marshaller = new CreateTagsRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
}
示例3: CreateTagsAsync
/// <summary>
/// Initiates the asynchronous execution of the CreateTags operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateTags operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
public Task<CreateTagsResponse> CreateTagsAsync(CreateTagsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var marshaller = new CreateTagsRequestMarshaller();
var unmarshaller = CreateTagsResponseUnmarshaller.Instance;
return InvokeAsync<CreateTagsRequest,CreateTagsResponse>(request, marshaller,
unmarshaller, cancellationToken);
}
示例4: CreateTags
/// <summary>
/// Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.
/// Each resource can have a maximum of 10 tags. Each tag consists of a key and optional
/// value. Tag keys must be unique per resource.
///
///
/// <para>
/// For more information about tags, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging
/// Your Resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.
/// </para>
/// </summary>
/// <param name="request">Container for the necessary parameters to execute the CreateTags service method.</param>
///
/// <returns>The response from the CreateTags service method, as returned by EC2.</returns>
public CreateTagsResponse CreateTags(CreateTagsRequest request)
{
var marshaller = new CreateTagsRequestMarshaller();
var unmarshaller = CreateTagsResponseUnmarshaller.Instance;
return Invoke<CreateTagsRequest,CreateTagsResponse>(request, marshaller, unmarshaller);
}
示例5: BeginCreateTags
/// <summary>
/// Initiates the asynchronous execution of the CreateTags operation.
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateTags operation on AmazonEC2Client.</param>
/// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
/// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.</param>
///
/// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateTags
/// operation.</returns>
public IAsyncResult BeginCreateTags(CreateTagsRequest request, AsyncCallback callback, object state)
{
var marshaller = new CreateTagsRequestMarshaller();
var unmarshaller = CreateTagsResponseUnmarshaller.Instance;
return BeginInvoke<CreateTagsRequest>(request, marshaller, unmarshaller,
callback, state);
}
示例6: invokeCreateTags
IAsyncResult invokeCreateTags(CreateTagsRequest createTagsRequest, AsyncCallback callback, object state, bool synchronized)
{
IRequest irequest = new CreateTagsRequestMarshaller().Marshall(createTagsRequest);
var unmarshaller = CreateTagsResponseUnmarshaller.GetInstance();
AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller);
Invoke(result);
return result;
}
示例7: CreateTagsAsync
/// <summary>
/// <para>Adds or overwrites one or more tags for the specified EC2 resource or resources. Each resource can have a maximum of 10 tags. Each tag
/// consists of a key and optional value. Tag keys must be unique per resource.</para> <para>For more information about tags, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging Your Resources</a> in the <i>Amazon Elastic Compute Cloud
/// User Guide</i> .</para>
/// </summary>
///
/// <param name="createTagsRequest">Container for the necessary parameters to execute the CreateTags service method on AmazonEC2.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
public Task<CreateTagsResponse> CreateTagsAsync(CreateTagsRequest createTagsRequest, CancellationToken cancellationToken = default(CancellationToken))
{
var marshaller = new CreateTagsRequestMarshaller();
var unmarshaller = CreateTagsResponseUnmarshaller.GetInstance();
return Invoke<IRequest, CreateTagsRequest, CreateTagsResponse>(createTagsRequest, marshaller, unmarshaller, signer, cancellationToken);
}
示例8: CreateTagsAsync
/// <summary>
/// Initiates the asynchronous execution of the CreateTags operation.
/// <seealso cref="Amazon.EC2.IAmazonEC2.CreateTags"/>
/// </summary>
///
/// <param name="request">Container for the necessary parameters to execute the CreateTags operation.</param>
/// <param name="cancellationToken">
/// A cancellation token that can be used by other objects or threads to receive notice of cancellation.
/// </param>
/// <returns>The task object representing the asynchronous operation.</returns>
public async Task<CreateTagsResponse> CreateTagsAsync(CreateTagsRequest request, CancellationToken cancellationToken = default(CancellationToken))
{
var marshaller = new CreateTagsRequestMarshaller();
var unmarshaller = CreateTagsResponseUnmarshaller.GetInstance();
var response = await Invoke<IRequest, CreateTagsRequest, CreateTagsResponse>(request, marshaller, unmarshaller, signer, cancellationToken)
.ConfigureAwait(continueOnCapturedContext: false);
return response;
}
示例9: CreateTagsMarshallTest
public void CreateTagsMarshallTest()
{
var operation = service_model.FindOperation("CreateTags");
var request = InstantiateClassGenerator.Execute<CreateTagsRequest>();
var marshaller = new CreateTagsRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
RequestValidator.Validate("CreateTags", request, internalRequest, service_model);
}