@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableObject extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the details of a governed table.
| Constructor and Description |
|---|
TableObject() |
| Modifier and Type | Method and Description |
|---|---|
TableObject |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The Amazon S3 ETag of the object.
|
Long |
getSize()
The size of the Amazon S3 object in bytes.
|
String |
getUri()
The Amazon S3 location of the object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setETag(String eTag)
The Amazon S3 ETag of the object.
|
void |
setSize(Long size)
The size of the Amazon S3 object in bytes.
|
void |
setUri(String uri)
The Amazon S3 location of the object.
|
String |
toString()
Returns a string representation of this object.
|
TableObject |
withETag(String eTag)
The Amazon S3 ETag of the object.
|
TableObject |
withSize(Long size)
The size of the Amazon S3 object in bytes.
|
TableObject |
withUri(String uri)
The Amazon S3 location of the object.
|
public void setUri(String uri)
The Amazon S3 location of the object.
uri - The Amazon S3 location of the object.public String getUri()
The Amazon S3 location of the object.
public TableObject withUri(String uri)
The Amazon S3 location of the object.
uri - The Amazon S3 location of the object.public void setETag(String eTag)
The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify
changes to the underlying data.
eTag - The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to
identify changes to the underlying data.public String getETag()
The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify
changes to the underlying data.
GetTableObjects for validation and used to
identify changes to the underlying data.public TableObject withETag(String eTag)
The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify
changes to the underlying data.
eTag - The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to
identify changes to the underlying data.public void setSize(Long size)
The size of the Amazon S3 object in bytes.
size - The size of the Amazon S3 object in bytes.public Long getSize()
The size of the Amazon S3 object in bytes.
public TableObject withSize(Long size)
The size of the Amazon S3 object in bytes.
size - The size of the Amazon S3 object in bytes.public String toString()
toString in class ObjectObject.toString()public TableObject clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.