public static SwitchDBInstanceNetTypeResponse Unmarshall(UnmarshallerContext context)
        {
            SwitchDBInstanceNetTypeResponse switchDBInstanceNetTypeResponse = new SwitchDBInstanceNetTypeResponse();

            switchDBInstanceNetTypeResponse.HttpResponse = context.HttpResponse;
            switchDBInstanceNetTypeResponse.RequestId    = context.StringValue("SwitchDBInstanceNetType.RequestId");

            return(switchDBInstanceNetTypeResponse);
        }
        public static SwitchDBInstanceNetTypeResponse Unmarshall(UnmarshallerContext context)
        {
            SwitchDBInstanceNetTypeResponse switchDBInstanceNetTypeResponse = new SwitchDBInstanceNetTypeResponse();

            switchDBInstanceNetTypeResponse.HttpResponse = context.HttpResponse;
            switchDBInstanceNetTypeResponse.RequestId = context.StringValue("SwitchDBInstanceNetType.RequestId");

            return switchDBInstanceNetTypeResponse;
        }
        public static SwitchDBInstanceNetTypeResponse Unmarshall(UnmarshallerContext _ctx)
        {
            SwitchDBInstanceNetTypeResponse switchDBInstanceNetTypeResponse = new SwitchDBInstanceNetTypeResponse();

            switchDBInstanceNetTypeResponse.HttpResponse        = _ctx.HttpResponse;
            switchDBInstanceNetTypeResponse.RequestId           = _ctx.StringValue("SwitchDBInstanceNetType.RequestId");
            switchDBInstanceNetTypeResponse.OldConnectionString = _ctx.StringValue("SwitchDBInstanceNetType.OldConnectionString");
            switchDBInstanceNetTypeResponse.NewConnectionString = _ctx.StringValue("SwitchDBInstanceNetType.NewConnectionString");

            return(switchDBInstanceNetTypeResponse);
        }