@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ObjectDoc extends Object implements Serializable, Cloneable, StructuredPojo
The unique wrapper object of the document from the S3 location.
Constructor and Description |
---|
S3ObjectDoc() |
Modifier and Type | Method and Description |
---|---|
S3ObjectDoc |
clone() |
boolean |
equals(Object obj) |
String |
getUri()
The file location of the S3 wrapper object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUri(String uri)
The file location of the S3 wrapper object.
|
String |
toString()
Returns a string representation of this object.
|
S3ObjectDoc |
withUri(String uri)
The file location of the S3 wrapper object.
|
public void setUri(String uri)
The file location of the S3 wrapper object.
uri
- The file location of the S3 wrapper object.public String getUri()
The file location of the S3 wrapper object.
public S3ObjectDoc withUri(String uri)
The file location of the S3 wrapper object.
uri
- The file location of the S3 wrapper object.public String toString()
toString
in class Object
Object.toString()
public S3ObjectDoc clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.