@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Location extends Object implements Serializable, Cloneable, StructuredPojo
Information about the location of a manifest file.
| Constructor and Description |
|---|
S3Location() |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The S3 bucket that contain the manifest file.
|
String |
getPrefix()
The path and name of the manifest file with the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBucket(String bucket)
The S3 bucket that contain the manifest file.
|
void |
setPrefix(String prefix)
The path and name of the manifest file with the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3Location |
withBucket(String bucket)
The S3 bucket that contain the manifest file.
|
S3Location |
withPrefix(String prefix)
The path and name of the manifest file with the S3 bucket.
|
public void setBucket(String bucket)
The S3 bucket that contain the manifest file.
bucket - The S3 bucket that contain the manifest file.public String getBucket()
The S3 bucket that contain the manifest file.
public S3Location withBucket(String bucket)
The S3 bucket that contain the manifest file.
bucket - The S3 bucket that contain the manifest file.public void setPrefix(String prefix)
The path and name of the manifest file with the S3 bucket.
prefix - The path and name of the manifest file with the S3 bucket.public String getPrefix()
The path and name of the manifest file with the S3 bucket.
public S3Location withPrefix(String prefix)
The path and name of the manifest file with the S3 bucket.
prefix - The path and name of the manifest file with the S3 bucket.public String toString()
toString in class ObjectObject.toString()public S3Location clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.