@Generated(value="software.amazon.awssdk:codegen") public final class S3LocationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3LocationDescription.Builder,S3LocationDescription>
The description of the location of an object in Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3LocationDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketArn()
The Amazon Resource Name (ARN) of an S3 bucket.
|
static S3LocationDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileKey()
The file key for an object in an S3 bucket.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectVersion()
The version of an object in an S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3LocationDescription.Builder> |
serializableBuilderClass() |
S3LocationDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketArn()
The Amazon Resource Name (ARN) of an S3 bucket.
public final String fileKey()
The file key for an object in an S3 bucket.
public final String objectVersion()
The version of an object in an S3 bucket.
public S3LocationDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3LocationDescription.Builder,S3LocationDescription>public static S3LocationDescription.Builder builder()
public static Class<? extends S3LocationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.