@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalLocation extends Object implements Serializable, Cloneable, StructuredPojo
Defines an external storage location.
Constructor and Description |
---|
ExternalLocation() |
Modifier and Type | Method and Description |
---|---|
ExternalLocation |
clone() |
boolean |
equals(Object obj) |
String |
getS3Location()
The URI of the Amazon S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Location(String s3Location)
The URI of the Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
ExternalLocation |
withS3Location(String s3Location)
The URI of the Amazon S3 bucket.
|
public void setS3Location(String s3Location)
The URI of the Amazon S3 bucket.
s3Location
- The URI of the Amazon S3 bucket.public String getS3Location()
The URI of the Amazon S3 bucket.
public ExternalLocation withS3Location(String s3Location)
The URI of the Amazon S3 bucket.
s3Location
- The URI of the Amazon S3 bucket.public String toString()
toString
in class Object
Object.toString()
public ExternalLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.