@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3ContentBaseLocationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
The information required to update the S3 base location that holds the application.
Constructor and Description |
---|
S3ContentBaseLocationUpdate() |
Modifier and Type | Method and Description |
---|---|
S3ContentBaseLocationUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getBasePathUpdate()
The updated S3 bucket path.
|
String |
getBucketARNUpdate()
The updated Amazon Resource Name (ARN) of the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBasePathUpdate(String basePathUpdate)
The updated S3 bucket path.
|
void |
setBucketARNUpdate(String bucketARNUpdate)
The updated Amazon Resource Name (ARN) of the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3ContentBaseLocationUpdate |
withBasePathUpdate(String basePathUpdate)
The updated S3 bucket path.
|
S3ContentBaseLocationUpdate |
withBucketARNUpdate(String bucketARNUpdate)
The updated Amazon Resource Name (ARN) of the S3 bucket.
|
public void setBucketARNUpdate(String bucketARNUpdate)
The updated Amazon Resource Name (ARN) of the S3 bucket.
bucketARNUpdate
- The updated Amazon Resource Name (ARN) of the S3 bucket.public String getBucketARNUpdate()
The updated Amazon Resource Name (ARN) of the S3 bucket.
public S3ContentBaseLocationUpdate withBucketARNUpdate(String bucketARNUpdate)
The updated Amazon Resource Name (ARN) of the S3 bucket.
bucketARNUpdate
- The updated Amazon Resource Name (ARN) of the S3 bucket.public void setBasePathUpdate(String basePathUpdate)
The updated S3 bucket path.
basePathUpdate
- The updated S3 bucket path.public String getBasePathUpdate()
The updated S3 bucket path.
public S3ContentBaseLocationUpdate withBasePathUpdate(String basePathUpdate)
The updated S3 bucket path.
basePathUpdate
- The updated S3 bucket path.public String toString()
toString
in class Object
Object.toString()
public S3ContentBaseLocationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.