示例#1
0
        public void AddApplicationInputProcessingConfigurationMarshallTest()
        {
            var request    = InstantiateClassGenerator.Execute <AddApplicationInputProcessingConfigurationRequest>();
            var marshaller = new AddApplicationInputProcessingConfigurationRequestMarshaller();

            var internalRequest = marshaller.Marshall(request);
            var jsonRequest     = UTF8Encoding.UTF8.GetString(internalRequest.Content);

            Comparer.CompareObjectToJson <AddApplicationInputProcessingConfigurationRequest>(request, jsonRequest);

            var webResponse = new WebResponseData
            {
                Headers =
                {
                    { "x-amzn-RequestId", Guid.NewGuid().ToString() },
                    { "x-amz-crc32",      "0"                       }
                }
            };
            var jsonResponse = new JsonSampleGenerator(service_model, service_model.FindOperation("AddApplicationInputProcessingConfiguration").ResponseStructure).Execute();

            webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString());
            UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse);
            var response = AddApplicationInputProcessingConfigurationResponseUnmarshaller.Instance.Unmarshall(context)
                           as AddApplicationInputProcessingConfigurationResponse;

            InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
        }
        internal AddApplicationInputProcessingConfigurationResponse AddApplicationInputProcessingConfiguration(AddApplicationInputProcessingConfigurationRequest request)
        {
            var marshaller   = new AddApplicationInputProcessingConfigurationRequestMarshaller();
            var unmarshaller = AddApplicationInputProcessingConfigurationResponseUnmarshaller.Instance;

            return(Invoke <AddApplicationInputProcessingConfigurationRequest, AddApplicationInputProcessingConfigurationResponse>(request, marshaller, unmarshaller));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the AddApplicationInputProcessingConfiguration operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the AddApplicationInputProcessingConfiguration 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/kinesisanalytics-2015-08-14/AddApplicationInputProcessingConfiguration">REST API Reference for AddApplicationInputProcessingConfiguration Operation</seealso>
        public Task <AddApplicationInputProcessingConfigurationResponse> AddApplicationInputProcessingConfigurationAsync(AddApplicationInputProcessingConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new AddApplicationInputProcessingConfigurationRequestMarshaller();
            var unmarshaller = AddApplicationInputProcessingConfigurationResponseUnmarshaller.Instance;

            return(InvokeAsync <AddApplicationInputProcessingConfigurationRequest, AddApplicationInputProcessingConfigurationResponse>(request, marshaller,
                                                                                                                                       unmarshaller, cancellationToken));
        }