adding all of botlist, initial add
[botlist.git] / botlistprojects / botprojects_lib / java / src / com / amazon / s3 / Owner.java
blob4693bf740c7654005834d91514f8d8cfd7e6dc1e
1 // This software code is made available "AS IS" without warranties of any
2 // kind. You may copy, display, modify and redistribute the software
3 // code either by itself or as incorporated into your code; provided that
4 // you do not remove any proprietary notices. Your use of this software
5 // code is at your own risk and you waive any claim against Amazon
6 // Digital Services, Inc. or its affiliates with respect to your use of
7 // this software code. (c) 2006 Amazon Digital Services, Inc. or its
8 // affiliates.
10 package com.amazon.s3;
12 /**
13 * A structure representing the owner of an object, used as a part of ListEntry.
15 public class Owner {
16 public String id;
17 public String displayName;