@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ContentBaseLocationDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the S3 base location that holds the application.
Constructor and Description |
---|
S3ContentBaseLocationDescription() |
Modifier and Type | Method and Description |
---|---|
S3ContentBaseLocationDescription |
clone() |
boolean |
equals(Object obj) |
String |
getBasePath()
The base path for the S3 bucket.
|
String |
getBucketARN()
The Amazon Resource Name (ARN) of the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBasePath(String basePath)
The base path for the S3 bucket.
|
void |
setBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3ContentBaseLocationDescription |
withBasePath(String basePath)
The base path for the S3 bucket.
|
S3ContentBaseLocationDescription |
withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
|
public void setBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
bucketARN
- The Amazon Resource Name (ARN) of the S3 bucket.public String getBucketARN()
The Amazon Resource Name (ARN) of the S3 bucket.
public S3ContentBaseLocationDescription withBucketARN(String bucketARN)
The Amazon Resource Name (ARN) of the S3 bucket.
bucketARN
- The Amazon Resource Name (ARN) of the S3 bucket.public void setBasePath(String basePath)
The base path for the S3 bucket.
basePath
- The base path for the S3 bucket.public String getBasePath()
The base path for the S3 bucket.
public S3ContentBaseLocationDescription withBasePath(String basePath)
The base path for the S3 bucket.
basePath
- The base path for the S3 bucket.public String toString()
toString
in class Object
Object.toString()
public S3ContentBaseLocationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.