@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Identifier extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the S3 object containing the resource.
| Constructor and Description |
|---|
S3Identifier() |
| Modifier and Type | Method and Description |
|---|---|
S3Identifier |
clone() |
boolean |
equals(Object obj) |
String |
getS3BucketName()
The name of the S3 bucket.
|
String |
getS3ObjectKey()
The S3 object key containing the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3BucketName(String s3BucketName)
The name of the S3 bucket.
|
void |
setS3ObjectKey(String s3ObjectKey)
The S3 object key containing the resource.
|
String |
toString()
Returns a string representation of this object.
|
S3Identifier |
withS3BucketName(String s3BucketName)
The name of the S3 bucket.
|
S3Identifier |
withS3ObjectKey(String s3ObjectKey)
The S3 object key containing the resource.
|
public void setS3BucketName(String s3BucketName)
The name of the S3 bucket.
s3BucketName - The name of the S3 bucket.public String getS3BucketName()
The name of the S3 bucket.
public S3Identifier withS3BucketName(String s3BucketName)
The name of the S3 bucket.
s3BucketName - The name of the S3 bucket.public void setS3ObjectKey(String s3ObjectKey)
The S3 object key containing the resource.
s3ObjectKey - The S3 object key containing the resource.public String getS3ObjectKey()
The S3 object key containing the resource.
public S3Identifier withS3ObjectKey(String s3ObjectKey)
The S3 object key containing the resource.
s3ObjectKey - The S3 object key containing the resource.public String toString()
toString in class ObjectObject.toString()public S3Identifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.