/// <summary>
        /// Gets information about one or more build projects.
        /// </summary>
        /// <param name="request">Container for the necessary parameters to execute the BatchGetProjects service method.</param>
        ///
        /// <returns>The response from the BatchGetProjects service method, as returned by CodeBuild.</returns>
        /// <exception cref="Amazon.CodeBuild.Model.InvalidInputException">
        /// The input value that was provided is not valid.
        /// </exception>
        /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetProjects">REST API Reference for BatchGetProjects Operation</seealso>
        public BatchGetProjectsResponse BatchGetProjects(BatchGetProjectsRequest request)
        {
            var marshaller   = new BatchGetProjectsRequestMarshaller();
            var unmarshaller = BatchGetProjectsResponseUnmarshaller.Instance;

            return(Invoke <BatchGetProjectsRequest, BatchGetProjectsResponse>(request, marshaller, unmarshaller));
        }
        internal virtual BatchGetProjectsResponse BatchGetProjects(BatchGetProjectsRequest request)
        {
            var marshaller   = BatchGetProjectsRequestMarshaller.Instance;
            var unmarshaller = BatchGetProjectsResponseUnmarshaller.Instance;

            return(Invoke <BatchGetProjectsRequest, BatchGetProjectsResponse>(request, marshaller, unmarshaller));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the BatchGetProjects operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the BatchGetProjects operation on AmazonCodeBuildClient.</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 EndBatchGetProjects
        ///         operation.</returns>
        /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetProjects">REST API Reference for BatchGetProjects Operation</seealso>
        public IAsyncResult BeginBatchGetProjects(BatchGetProjectsRequest request, AsyncCallback callback, object state)
        {
            var marshaller   = new BatchGetProjectsRequestMarshaller();
            var unmarshaller = BatchGetProjectsResponseUnmarshaller.Instance;

            return(BeginInvoke <BatchGetProjectsRequest>(request, marshaller, unmarshaller,
                                                         callback, state));
        }
Exemple #4
0
        /// <summary>
        /// Initiates the asynchronous execution of the BatchGetProjects operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the BatchGetProjects 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/codebuild-2016-10-06/BatchGetProjects">REST API Reference for BatchGetProjects Operation</seealso>
        public virtual Task <BatchGetProjectsResponse> BatchGetProjectsAsync(BatchGetProjectsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new BatchGetProjectsRequestMarshaller();
            var unmarshaller = BatchGetProjectsResponseUnmarshaller.Instance;

            return(InvokeAsync <BatchGetProjectsRequest, BatchGetProjectsResponse>(request, marshaller,
                                                                                   unmarshaller, cancellationToken));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the BatchGetProjects operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the BatchGetProjects 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/codebuild-2016-10-06/BatchGetProjects">REST API Reference for BatchGetProjects Operation</seealso>
        public virtual Task <BatchGetProjectsResponse> BatchGetProjectsAsync(BatchGetProjectsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = BatchGetProjectsRequestMarshaller.Instance;
            options.ResponseUnmarshaller = BatchGetProjectsResponseUnmarshaller.Instance;

            return(InvokeAsync <BatchGetProjectsResponse>(request, options, cancellationToken));
        }
        internal virtual BatchGetProjectsResponse BatchGetProjects(BatchGetProjectsRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = BatchGetProjectsRequestMarshaller.Instance;
            options.ResponseUnmarshaller = BatchGetProjectsResponseUnmarshaller.Instance;

            return(Invoke <BatchGetProjectsResponse>(request, options));
        }
Exemple #7
0
 public Task <BatchGetProjectsResponse> BatchGetProjectsAsync(BatchGetProjectsRequest request)
 {
     return(SendAsync <BatchGetProjectsResponse>(request));
 }