public static MigrateToOtherZoneResponse Unmarshall(UnmarshallerContext context)
        {
            MigrateToOtherZoneResponse migrateToOtherZoneResponse = new MigrateToOtherZoneResponse();

            migrateToOtherZoneResponse.HttpResponse = context.HttpResponse;
            migrateToOtherZoneResponse.RequestId = context.StringValue("MigrateToOtherZone.RequestId");

            return migrateToOtherZoneResponse;
        }
        public static MigrateToOtherZoneResponse Unmarshall(UnmarshallerContext _ctx)
        {
            MigrateToOtherZoneResponse migrateToOtherZoneResponse = new MigrateToOtherZoneResponse();

            migrateToOtherZoneResponse.HttpResponse = _ctx.HttpResponse;
            migrateToOtherZoneResponse.RequestId    = _ctx.StringValue("MigrateToOtherZone.RequestId");

            return(migrateToOtherZoneResponse);
        }
        public static MigrateToOtherZoneResponse Unmarshall(UnmarshallerContext context)
        {
            MigrateToOtherZoneResponse migrateToOtherZoneResponse = new MigrateToOtherZoneResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("MigrateToOtherZone.RequestId")
            };

            return(migrateToOtherZoneResponse);
        }
Example #4
0
        public static MigrateToOtherZoneResponse Unmarshall(UnmarshallerContext context)
        {
            MigrateToOtherZoneResponse migrateToOtherZoneResponse = new MigrateToOtherZoneResponse();

            migrateToOtherZoneResponse.HttpResponse = context.HttpResponse;
            migrateToOtherZoneResponse.RequestId    = context.StringValue("MigrateToOtherZone.RequestId");
            migrateToOtherZoneResponse.Result       = context.BooleanValue("MigrateToOtherZone.Result");

            return(migrateToOtherZoneResponse);
        }