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

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

            while (context.ReadAtDepth(targetDepth))
            {
                if (context.TestExpression("jobTemplateArn", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.JobTemplateArn = unmarshaller.Unmarshall(context);
                    continue;
                }
                if (context.TestExpression("jobTemplateId", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.JobTemplateId = unmarshaller.Unmarshall(context);
                    continue;
                }
            }

            return(response);
        }
        public static CreateJobTemplateResponse Unmarshall(UnmarshallerContext context)
        {
            CreateJobTemplateResponse createJobTemplateResponse = new CreateJobTemplateResponse();

            createJobTemplateResponse.HttpResponse = context.HttpResponse;
            createJobTemplateResponse.RequestId    = context.StringValue("CreateJobTemplate.RequestId");
            createJobTemplateResponse.TemplateId   = context.StringValue("CreateJobTemplate.TemplateId");

            return(createJobTemplateResponse);
        }