Example #1
0
        internal virtual ListTopicsDetectionJobsResponse ListTopicsDetectionJobs(ListTopicsDetectionJobsRequest request)
        {
            var marshaller   = new ListTopicsDetectionJobsRequestMarshaller();
            var unmarshaller = ListTopicsDetectionJobsResponseUnmarshaller.Instance;

            return(Invoke <ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResponse>(request, marshaller, unmarshaller));
        }
Example #2
0
        public void ListTopicsDetectionJobsMarshallTest()
        {
            var request    = InstantiateClassGenerator.Execute <ListTopicsDetectionJobsRequest>();
            var marshaller = new ListTopicsDetectionJobsRequestMarshaller();

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

            Comparer.CompareObjectToJson <ListTopicsDetectionJobsRequest>(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("ListTopicsDetectionJobs").ResponseStructure).Execute();

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

            InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
        }
Example #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the ListTopicsDetectionJobs operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the ListTopicsDetectionJobs 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/comprehend-2017-11-27/ListTopicsDetectionJobs">REST API Reference for ListTopicsDetectionJobs Operation</seealso>
        public virtual Task <ListTopicsDetectionJobsResponse> ListTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new ListTopicsDetectionJobsRequestMarshaller();
            var unmarshaller = ListTopicsDetectionJobsResponseUnmarshaller.Instance;

            return(InvokeAsync <ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResponse>(request, marshaller,
                                                                                                 unmarshaller, cancellationToken));
        }