@Generated(value="software.amazon.awssdk:codegen") public final class S3BucketOwner extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3BucketOwner.Builder,S3BucketOwner>
Provides information about the Amazon Web Services account that owns an S3 bucket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3BucketOwner.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3BucketOwner.Builder |
builder() |
String |
displayName()
The display name of the account that owns the bucket.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The canonical user ID for the account that owns the bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3BucketOwner.Builder> |
serializableBuilderClass() |
S3BucketOwner.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String displayName()
The display name of the account that owns the bucket.
public final String id()
The canonical user ID for the account that owns the bucket.
public S3BucketOwner.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3BucketOwner.Builder,S3BucketOwner>public static S3BucketOwner.Builder builder()
public static Class<? extends S3BucketOwner.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.