@Generated(value="software.amazon.awssdk:codegen") public final class Owner extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Owner.Builder,Owner>
Contains information on the owner of the bucket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Owner.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Owner.Builder |
builder() |
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 of the bucket owner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Owner.Builder> |
serializableBuilderClass() |
Owner.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The canonical user ID of the bucket owner. For information about locating your canonical user ID see Finding Your Account Canonical User ID.
public Owner.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Owner.Builder,Owner>public static Owner.Builder builder()
public static Class<? extends Owner.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.