internal virtual InvalidateProjectCacheResponse InvalidateProjectCache(InvalidateProjectCacheRequest request)
        {
            var marshaller   = InvalidateProjectCacheRequestMarshaller.Instance;
            var unmarshaller = InvalidateProjectCacheResponseUnmarshaller.Instance;

            return(Invoke <InvalidateProjectCacheRequest, InvalidateProjectCacheResponse>(request, marshaller, unmarshaller));
        }
        internal virtual InvalidateProjectCacheResponse InvalidateProjectCache(InvalidateProjectCacheRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = InvalidateProjectCacheRequestMarshaller.Instance;
            options.ResponseUnmarshaller = InvalidateProjectCacheResponseUnmarshaller.Instance;

            return(Invoke <InvalidateProjectCacheResponse>(request, options));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the InvalidateProjectCache operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the InvalidateProjectCache 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/InvalidateProjectCache">REST API Reference for InvalidateProjectCache Operation</seealso>
        public virtual Task <InvalidateProjectCacheResponse> InvalidateProjectCacheAsync(InvalidateProjectCacheRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = InvalidateProjectCacheRequestMarshaller.Instance;
            var unmarshaller = InvalidateProjectCacheResponseUnmarshaller.Instance;

            return(InvokeAsync <InvalidateProjectCacheRequest, InvalidateProjectCacheResponse>(request, marshaller,
                                                                                               unmarshaller, cancellationToken));
        }