public static CreateHaVipResponse Unmarshall(UnmarshallerContext _ctx) { CreateHaVipResponse createHaVipResponse = new CreateHaVipResponse(); createHaVipResponse.HttpResponse = _ctx.HttpResponse; createHaVipResponse.RequestId = _ctx.StringValue("CreateHaVip.RequestId"); createHaVipResponse.HaVipId = _ctx.StringValue("CreateHaVip.HaVipId"); return(createHaVipResponse); }
public static CreateHaVipResponse Unmarshall(UnmarshallerContext context) { CreateHaVipResponse createHaVipResponse = new CreateHaVipResponse(); createHaVipResponse.HttpResponse = context.HttpResponse; createHaVipResponse.RequestId = context.StringValue("CreateHaVip.RequestId"); createHaVipResponse.HaVipId = context.StringValue("CreateHaVip.HaVipId"); createHaVipResponse.IpAddress = context.StringValue("CreateHaVip.IpAddress"); return(createHaVipResponse); }
public static CreateHaVipResponse Unmarshall(UnmarshallerContext context) { CreateHaVipResponse createHaVipResponse = new CreateHaVipResponse { HttpResponse = context.HttpResponse, RequestId = context.StringValue("CreateHaVip.RequestId"), HaVipId = context.StringValue("CreateHaVip.HaVipId") }; return(createHaVipResponse); }