internal virtual ExportServerEngineAttributeResponse ExportServerEngineAttribute(ExportServerEngineAttributeRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = ExportServerEngineAttributeRequestMarshaller.Instance;
            options.ResponseUnmarshaller = ExportServerEngineAttributeResponseUnmarshaller.Instance;

            return(Invoke <ExportServerEngineAttributeResponse>(request, options));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the ExportServerEngineAttribute operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the ExportServerEngineAttribute 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/opsworkscm-2016-11-01/ExportServerEngineAttribute">REST API Reference for ExportServerEngineAttribute Operation</seealso>
        public virtual Task <ExportServerEngineAttributeResponse> ExportServerEngineAttributeAsync(ExportServerEngineAttributeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = ExportServerEngineAttributeRequestMarshaller.Instance;
            options.ResponseUnmarshaller = ExportServerEngineAttributeResponseUnmarshaller.Instance;

            return(InvokeAsync <ExportServerEngineAttributeResponse>(request, options, cancellationToken));
        }
        internal virtual ExportServerEngineAttributeResponse ExportServerEngineAttribute(ExportServerEngineAttributeRequest request)
        {
            var marshaller   = ExportServerEngineAttributeRequestMarshaller.Instance;
            var unmarshaller = ExportServerEngineAttributeResponseUnmarshaller.Instance;

            return(Invoke <ExportServerEngineAttributeRequest, ExportServerEngineAttributeResponse>(request, marshaller, unmarshaller));
        }