public static ModifyHaVipAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyHaVipAttributeResponse modifyHaVipAttributeResponse = new ModifyHaVipAttributeResponse();

            modifyHaVipAttributeResponse.HttpResponse = context.HttpResponse;
            modifyHaVipAttributeResponse.RequestId = context.StringValue("ModifyHaVipAttribute.RequestId");

            return modifyHaVipAttributeResponse;
        }
示例#2
0
        public static ModifyHaVipAttributeResponse Unmarshall(UnmarshallerContext _ctx)
        {
            ModifyHaVipAttributeResponse modifyHaVipAttributeResponse = new ModifyHaVipAttributeResponse();

            modifyHaVipAttributeResponse.HttpResponse = _ctx.HttpResponse;
            modifyHaVipAttributeResponse.RequestId    = _ctx.StringValue("ModifyHaVipAttribute.RequestId");

            return(modifyHaVipAttributeResponse);
        }
        public static ModifyHaVipAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyHaVipAttributeResponse modifyHaVipAttributeResponse = new ModifyHaVipAttributeResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("ModifyHaVipAttribute.RequestId")
            };

            return(modifyHaVipAttributeResponse);
        }