/// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            StopStreamResponse response = new StopStreamResponse();


            return(response);
        }
예제 #2
0
        public static StopStreamResponse Unmarshall(UnmarshallerContext context)
        {
            StopStreamResponse stopStreamResponse = new StopStreamResponse();

            stopStreamResponse.HttpResponse = context.HttpResponse;
            stopStreamResponse.RequestId    = context.StringValue("StopStream.RequestId");
            stopStreamResponse.Id           = context.StringValue("StopStream.Id");

            return(stopStreamResponse);
        }