public void UpdateBrokerMarshallTest() { var operation = service_model.FindOperation("UpdateBroker"); var request = InstantiateClassGenerator.Execute <UpdateBrokerRequest>(); var marshaller = new UpdateBrokerRequestMarshaller(); var internalRequest = marshaller.Marshall(request); TestTools.RequestValidator.Validate("UpdateBroker", 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 = UpdateBrokerResponseUnmarshaller.Instance; var response = unmarshaller.Unmarshall(context) as UpdateBrokerResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
internal virtual UpdateBrokerResponse UpdateBroker(UpdateBrokerRequest request) { var marshaller = new UpdateBrokerRequestMarshaller(); var unmarshaller = UpdateBrokerResponseUnmarshaller.Instance; return(Invoke <UpdateBrokerRequest, UpdateBrokerResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the UpdateBroker operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the UpdateBroker 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/mq-2017-11-27/UpdateBroker">REST API Reference for UpdateBroker Operation</seealso> public virtual Task <UpdateBrokerResponse> UpdateBrokerAsync(UpdateBrokerRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new UpdateBrokerRequestMarshaller(); var unmarshaller = UpdateBrokerResponseUnmarshaller.Instance; return(InvokeAsync <UpdateBrokerRequest, UpdateBrokerResponse>(request, marshaller, unmarshaller, cancellationToken)); }