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

            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

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

            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("instanceId", targetDepth))
                    {
                        var unmarshaller = StringUnmarshaller.Instance;
                        response.InstanceId = unmarshaller.Unmarshall(context);
                        continue;
                    }
                    if (context.TestExpression("instanceMetadataOptions", targetDepth))
                    {
                        var unmarshaller = InstanceMetadataOptionsResponseUnmarshaller.Instance;
                        response.InstanceMetadataOptions = unmarshaller.Unmarshall(context);
                        continue;
                    }
                }
            }

            return(response);
        }
コード例 #2
0
        public static ModifyInstanceMetadataOptionsResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyInstanceMetadataOptionsResponse modifyInstanceMetadataOptionsResponse = new ModifyInstanceMetadataOptionsResponse();

            modifyInstanceMetadataOptionsResponse.HttpResponse = context.HttpResponse;
            modifyInstanceMetadataOptionsResponse.RequestId    = context.StringValue("ModifyInstanceMetadataOptions.RequestId");

            return(modifyInstanceMetadataOptionsResponse);
        }