public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            EnableVpcClassicLinkResponse response = new EnableVpcClassicLinkResponse();

            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("return", targetDepth))
                    {
                        var unmarshaller = BoolUnmarshaller.Instance;
                        response.Return = unmarshaller.Unmarshall(context);
                        continue;
                    }
                }
            }

            return(response);
        }
        public static EnableVpcClassicLinkResponse Unmarshall(UnmarshallerContext context)
        {
            EnableVpcClassicLinkResponse enableVpcClassicLinkResponse = new EnableVpcClassicLinkResponse();

            enableVpcClassicLinkResponse.HttpResponse = context.HttpResponse;
            enableVpcClassicLinkResponse.RequestId    = context.StringValue("EnableVpcClassicLink.RequestId");

            return(enableVpcClassicLinkResponse);
        }