@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) |
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 Object
Object.toString()
public TableObject clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.