public static AllocateEipAddressResponse Unmarshall(UnmarshallerContext context)
 {
     AllocateEipAddressResponse allocateEipAddressResponse = new AllocateEipAddressResponse()
     {
         HttpResponse = context.HttpResponse,
         RequestId = context.StringValue("AllocateEipAddress.RequestId"),
         AllocationId = context.StringValue("AllocateEipAddress.AllocationId"),
         EipAddress = context.StringValue("AllocateEipAddress.EipAddress")
     };
     return allocateEipAddressResponse;
 }
        public static AllocateEipAddressResponse Unmarshall(UnmarshallerContext _ctx)
        {
            AllocateEipAddressResponse allocateEipAddressResponse = new AllocateEipAddressResponse();

            allocateEipAddressResponse.HttpResponse = _ctx.HttpResponse;
            allocateEipAddressResponse.RequestId    = _ctx.StringValue("AllocateEipAddress.RequestId");
            allocateEipAddressResponse.AllocationId = _ctx.StringValue("AllocateEipAddress.AllocationId");
            allocateEipAddressResponse.EipAddress   = _ctx.StringValue("AllocateEipAddress.EipAddress");

            return(allocateEipAddressResponse);
        }
        public static AllocateEipAddressResponse Unmarshall(UnmarshallerContext context)
        {
            AllocateEipAddressResponse allocateEipAddressResponse = new AllocateEipAddressResponse();

            allocateEipAddressResponse.HttpResponse = context.HttpResponse;
            allocateEipAddressResponse.RequestId    = context.StringValue("AllocateEipAddress.RequestId");
            allocateEipAddressResponse.AllocationId = context.StringValue("AllocateEipAddress.AllocationId");
            allocateEipAddressResponse.EipAddress   = context.StringValue("AllocateEipAddress.EipAddress");
            allocateEipAddressResponse.OrderId      = context.LongValue("AllocateEipAddress.OrderId");

            return(allocateEipAddressResponse);
        }