public static ModifySnapshotAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifySnapshotAttributeResponse modifySnapshotAttributeResponse = new ModifySnapshotAttributeResponse();

            modifySnapshotAttributeResponse.HttpResponse = context.HttpResponse;
            modifySnapshotAttributeResponse.RequestId    = context.StringValue("ModifySnapshotAttribute.RequestId");

            return(modifySnapshotAttributeResponse);
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            ModifySnapshotAttributeResponse response = new ModifySnapshotAttributeResponse();

            while (context.Read())
            {
            }


            return(response);
        }
Esempio n. 3
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            ModifySnapshotAttributeResponse response = new ModifySnapshotAttributeResponse();

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

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

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

            return(response);
        }