@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Location extends Object implements Serializable, Cloneable, StructuredPojo
Describes the S3 location.
| Constructor and Description |
|---|
S3Location() |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The S3 bucket of the S3 object.
|
String |
getS3Key()
The S3 key of the S3 object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Bucket(String s3Bucket)
The S3 bucket of the S3 object.
|
void |
setS3Key(String s3Key)
The S3 key of the S3 object.
|
String |
toString()
Returns a string representation of this object.
|
S3Location |
withS3Bucket(String s3Bucket)
The S3 bucket of the S3 object.
|
S3Location |
withS3Key(String s3Key)
The S3 key of the S3 object.
|
public void setS3Bucket(String s3Bucket)
The S3 bucket of the S3 object.
s3Bucket - The S3 bucket of the S3 object.public String getS3Bucket()
The S3 bucket of the S3 object.
public S3Location withS3Bucket(String s3Bucket)
The S3 bucket of the S3 object.
s3Bucket - The S3 bucket of the S3 object.public void setS3Key(String s3Key)
The S3 key of the S3 object.
s3Key - The S3 key of the S3 object.public String getS3Key()
The S3 key of the S3 object.
public S3Location withS3Key(String s3Key)
The S3 key of the S3 object.
s3Key - The S3 key of the S3 object.public String toString()
toString in class ObjectObject.toString()public S3Location clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.