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


            return(response);
        }
        public static RebootInstanceResponse Unmarshall(UnmarshallerContext context)
        {
            RebootInstanceResponse rebootInstanceResponse = new RebootInstanceResponse();

            rebootInstanceResponse.HttpResponse = context.HttpResponse;
            rebootInstanceResponse.RequestId = context.StringValue("RebootInstance.RequestId");

            return rebootInstanceResponse;
        }
Example #3
0
        public static RebootInstanceResponse Unmarshall(UnmarshallerContext context)
        {
            RebootInstanceResponse rebootInstanceResponse = new RebootInstanceResponse();

            rebootInstanceResponse.HttpResponse = context.HttpResponse;
            rebootInstanceResponse.RequestId    = context.StringValue("RebootInstance.RequestId");

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

            context.Read();
            int targetDepth = context.CurrentDepth;

            while (context.ReadAtDepth(targetDepth))
            {
                if (context.TestExpression("operations", targetDepth))
                {
                    var unmarshaller = new ListUnmarshaller <Operation, OperationUnmarshaller>(OperationUnmarshaller.Instance);
                    response.Operations = unmarshaller.Unmarshall(context);
                    continue;
                }
            }

            return(response);
        }