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

            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 DisableVpcClassicLinkResponse Unmarshall(UnmarshallerContext context)
        {
            DisableVpcClassicLinkResponse disableVpcClassicLinkResponse = new DisableVpcClassicLinkResponse();

            disableVpcClassicLinkResponse.HttpResponse = context.HttpResponse;
            disableVpcClassicLinkResponse.RequestId    = context.StringValue("DisableVpcClassicLink.RequestId");

            return(disableVpcClassicLinkResponse);
        }