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