Example #1
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            SetInstanceHealthResponse response = new SetInstanceHealthResponse();

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

            while (context.ReadAtDepth(targetDepth))
            {
                if (context.IsStartElement)
                {
                    if (context.TestExpression("SetInstanceHealthResult", 2))
                    {
                        UnmarshallResult(context, response);
                        continue;
                    }

                    if (context.TestExpression("ResponseMetadata", 2))
                    {
                        response.ResponseMetadata = ResponseMetadataUnmarshaller.Instance.Unmarshall(context);
                    }
                }
            }

            return(response);
        }
        /// <summary>
        /// <para> Sets the health status of an instance. </para>
        /// </summary>
        ///
        /// <param name="setInstanceHealthRequest">Container for the necessary parameters to execute the SetInstanceHealth service method on
        ///           AmazonAutoScaling.</param>
        ///
        public SetInstanceHealthResponse SetInstanceHealth(SetInstanceHealthRequest setInstanceHealthRequest)
        {
            IRequest <SetInstanceHealthRequest> request  = new SetInstanceHealthRequestMarshaller().Marshall(setInstanceHealthRequest);
            SetInstanceHealthResponse           response = Invoke <SetInstanceHealthRequest, SetInstanceHealthResponse> (request, this.signer, SetInstanceHealthResponseUnmarshaller.GetInstance());

            return(response);
        }
        public static SetInstanceHealthResponse Unmarshall(UnmarshallerContext context)
        {
            SetInstanceHealthResponse setInstanceHealthResponse = new SetInstanceHealthResponse();

            setInstanceHealthResponse.HttpResponse = context.HttpResponse;
            setInstanceHealthResponse.RequestId    = context.StringValue("SetInstanceHealth.RequestId");

            return(setInstanceHealthResponse);
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            SetInstanceHealthResponse response = new SetInstanceHealthResponse();

            while (context.Read())
            {
                if (context.IsStartElement)
                {
                    if (context.TestExpression("ResponseMetadata", 2))
                    {
                        response.ResponseMetadata = ResponseMetadataUnmarshaller.GetInstance().Unmarshall(context);
                    }
                }
            }


            return(response);
        }
Example #5
0
        private static void UnmarshallResult(XmlUnmarshallerContext context, SetInstanceHealthResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                }
            }

            return;
        }