Class UserStackAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.appstream.model.UserStackAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserStackAssociation.Builder,UserStackAssociation>
@Generated("software.amazon.awssdk:codegen") public final class UserStackAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserStackAssociation.Builder,UserStackAssociation>
Describes a user in the user pool and the associated stack.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserStackAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypeauthenticationType()The authentication type for the user.StringauthenticationTypeAsString()The authentication type for the user.static UserStackAssociation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()BooleansendEmailNotification()Specifies whether a welcome email is sent to a user after the user is created in the user pool.static Class<? extends UserStackAssociation.Builder>serializableBuilderClass()StringstackName()The name of the stack that is associated with the user.UserStackAssociation.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserName()The email address of the user who is associated with the stack.-
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
-
stackName
public final String stackName()
The name of the stack that is associated with the user.
- Returns:
- The name of the stack that is associated with the user.
-
userName
public final String userName()
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
- Returns:
- The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
-
authenticationType
public final AuthenticationType authenticationType()
The authentication type for the user.
If the service returns an enum value that is not available in the current SDK version,
authenticationTypewill returnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationTypeAsString().- Returns:
- The authentication type for the user.
- See Also:
AuthenticationType
-
authenticationTypeAsString
public final String authenticationTypeAsString()
The authentication type for the user.
If the service returns an enum value that is not available in the current SDK version,
authenticationTypewill returnAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromauthenticationTypeAsString().- Returns:
- The authentication type for the user.
- See Also:
AuthenticationType
-
sendEmailNotification
public final Boolean sendEmailNotification()
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
- Returns:
- Specifies whether a welcome email is sent to a user after the user is created in the user pool.
-
toBuilder
public UserStackAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserStackAssociation.Builder,UserStackAssociation>
-
builder
public static UserStackAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserStackAssociation.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
-
-