예제 #1
0
        internal virtual TagProjectResponse TagProject(TagProjectRequest request)
        {
            var marshaller   = TagProjectRequestMarshaller.Instance;
            var unmarshaller = TagProjectResponseUnmarshaller.Instance;

            return(Invoke <TagProjectRequest, TagProjectResponse>(request, marshaller, unmarshaller));
        }
예제 #2
0
        /// <summary>
        /// Initiates the asynchronous execution of the TagProject operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the TagProject 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/codestar-2017-04-19/TagProject">REST API Reference for TagProject Operation</seealso>
        public virtual Task <TagProjectResponse> TagProjectAsync(TagProjectRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = TagProjectRequestMarshaller.Instance;
            var unmarshaller = TagProjectResponseUnmarshaller.Instance;

            return(InvokeAsync <TagProjectRequest, TagProjectResponse>(request, marshaller,
                                                                       unmarshaller, cancellationToken));
        }
예제 #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the TagProject operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the TagProject 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/codestar-2017-04-19/TagProject">REST API Reference for TagProject Operation</seealso>
        public virtual Task <TagProjectResponse> TagProjectAsync(TagProjectRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = TagProjectRequestMarshaller.Instance;
            options.ResponseUnmarshaller = TagProjectResponseUnmarshaller.Instance;

            return(InvokeAsync <TagProjectResponse>(request, options, cancellationToken));
        }
예제 #4
0
        internal virtual TagProjectResponse TagProject(TagProjectRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = TagProjectRequestMarshaller.Instance;
            options.ResponseUnmarshaller = TagProjectResponseUnmarshaller.Instance;

            return(Invoke <TagProjectResponse>(request, options));
        }