Class OwnerUserProperties
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.OwnerUserProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OwnerUserProperties.Builder,OwnerUserProperties>
@Generated("software.amazon.awssdk:codegen") public final class OwnerUserProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OwnerUserProperties.Builder,OwnerUserProperties>
The properties of the owner user.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOwnerUserProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OwnerUserProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OwnerUserProperties.Builder>serializableBuilderClass()OwnerUserProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserIdentifier()The ID of the owner user.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userIdentifier
public final String userIdentifier()
The ID of the owner user.
- Returns:
- The ID of the owner user.
-
toBuilder
public OwnerUserProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OwnerUserProperties.Builder,OwnerUserProperties>
-
builder
public static OwnerUserProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends OwnerUserProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-