@Generated(value="software.amazon.awssdk:codegen") public final class Owner extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Owner.Builder,Owner>
Container for the owner's display name and ID
Modifier and Type | Class and Description |
---|---|
static interface |
Owner.Builder |
Modifier and Type | Method and Description |
---|---|
static Owner.Builder |
builder() |
String |
displayName()
Container for the display name of the owner
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Container for the ID of the 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, wait
copy
public String displayName()
Container for the display name of the owner
public String id()
Container for the ID of the owner
public Owner.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Owner.Builder,Owner>
public static Owner.Builder builder()
public static Class<? extends Owner.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.