コード例 #1
0
        public void UpdatePresetMarshallTest()
        {
            var operation = service_model.FindOperation("UpdatePreset");

            var request    = InstantiateClassGenerator.Execute <UpdatePresetRequest>();
            var marshaller = new UpdatePresetRequestMarshaller();

            var internalRequest = marshaller.Marshall(request);

            TestTools.RequestValidator.Validate("UpdatePreset", request, internalRequest, service_model);

            var webResponse = new WebResponseData
            {
                Headers =
                {
                    { "x-amzn-RequestId", Guid.NewGuid().ToString() },
                    { "x-amz-crc32",      "0"                       }
                }
            };

            var payloadResponse = new JsonSampleGenerator(service_model, operation.ResponseStructure).Execute();

            webResponse.Headers["Content-Length"] = UTF8Encoding.UTF8.GetBytes(payloadResponse).Length.ToString();
            var context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, webResponse);
            ResponseUnmarshaller unmarshaller = UpdatePresetResponseUnmarshaller.Instance;
            var response = unmarshaller.Unmarshall(context)
                           as UpdatePresetResponse;

            InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
        }
コード例 #2
0
        internal virtual UpdatePresetResponse UpdatePreset(UpdatePresetRequest request)
        {
            var marshaller   = new UpdatePresetRequestMarshaller();
            var unmarshaller = UpdatePresetResponseUnmarshaller.Instance;

            return(Invoke <UpdatePresetRequest, UpdatePresetResponse>(request, marshaller, unmarshaller));
        }
コード例 #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the UpdatePreset operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the UpdatePreset 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/mediaconvert-2017-08-29/UpdatePreset">REST API Reference for UpdatePreset Operation</seealso>
        public virtual Task <UpdatePresetResponse> UpdatePresetAsync(UpdatePresetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new UpdatePresetRequestMarshaller();
            var unmarshaller = UpdatePresetResponseUnmarshaller.Instance;

            return(InvokeAsync <UpdatePresetRequest, UpdatePresetResponse>(request, marshaller,
                                                                           unmarshaller, cancellationToken));
        }