public static ModifyVolumeAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyVolumeAttributeResponse modifyVolumeAttributeResponse = new ModifyVolumeAttributeResponse();

            modifyVolumeAttributeResponse.HttpResponse = context.HttpResponse;
            modifyVolumeAttributeResponse.RequestId    = context.StringValue("ModifyVolumeAttribute.RequestId");

            return(modifyVolumeAttributeResponse);
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            ModifyVolumeAttributeResponse response = new ModifyVolumeAttributeResponse();

            while (context.Read())
            {
            }


            return(response);
        }
Exemplo n.º 3
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            ModifyVolumeAttributeResponse response = new ModifyVolumeAttributeResponse();

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

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

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

            return(response);
        }