Class SuperuserParameters
- java.lang.Object
-
- software.amazon.awssdk.services.finspace.model.SuperuserParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SuperuserParameters.Builder,SuperuserParameters>
@Generated("software.amazon.awssdk:codegen") public final class SuperuserParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuperuserParameters.Builder,SuperuserParameters>
Configuration information for the superuser.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSuperuserParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SuperuserParameters.Builderbuilder()StringemailAddress()The email address of the superuser.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirstName()The first name of the superuser.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastName()The last name of the superuser.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SuperuserParameters.Builder>serializableBuilderClass()SuperuserParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
emailAddress
public final String emailAddress()
The email address of the superuser.
- Returns:
- The email address of the superuser.
-
firstName
public final String firstName()
The first name of the superuser.
- Returns:
- The first name of the superuser.
-
lastName
public final String lastName()
The last name of the superuser.
- Returns:
- The last name of the superuser.
-
toBuilder
public SuperuserParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SuperuserParameters.Builder,SuperuserParameters>
-
builder
public static SuperuserParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends SuperuserParameters.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-