internal virtual AssociateDRTRoleResponse AssociateDRTRole(AssociateDRTRoleRequest request) { var marshaller = AssociateDRTRoleRequestMarshaller.Instance; var unmarshaller = AssociateDRTRoleResponseUnmarshaller.Instance; return(Invoke <AssociateDRTRoleRequest, AssociateDRTRoleResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the AssociateDRTRole operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the AssociateDRTRole 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> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/AssociateDRTRole">REST API Reference for AssociateDRTRole Operation</seealso> public virtual Task <AssociateDRTRoleResponse> AssociateDRTRoleAsync(AssociateDRTRoleRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = AssociateDRTRoleRequestMarshaller.Instance; var unmarshaller = AssociateDRTRoleResponseUnmarshaller.Instance; return(InvokeAsync <AssociateDRTRoleRequest, AssociateDRTRoleResponse>(request, marshaller, unmarshaller, cancellationToken)); }
/// <summary> /// Initiates the asynchronous execution of the AssociateDRTRole operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the AssociateDRTRole 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> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/AssociateDRTRole">REST API Reference for AssociateDRTRole Operation</seealso> public virtual Task <AssociateDRTRoleResponse> AssociateDRTRoleAsync(AssociateDRTRoleRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = AssociateDRTRoleRequestMarshaller.Instance; options.ResponseUnmarshaller = AssociateDRTRoleResponseUnmarshaller.Instance; return(InvokeAsync <AssociateDRTRoleResponse>(request, options, cancellationToken)); }
internal virtual AssociateDRTRoleResponse AssociateDRTRole(AssociateDRTRoleRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = AssociateDRTRoleRequestMarshaller.Instance; options.ResponseUnmarshaller = AssociateDRTRoleResponseUnmarshaller.Instance; return(Invoke <AssociateDRTRoleResponse>(request, options)); }