Class NewLaunchProfileMember
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.NewLaunchProfileMember
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NewLaunchProfileMember.Builder,NewLaunchProfileMember>
@Generated("software.amazon.awssdk:codegen") public final class NewLaunchProfileMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NewLaunchProfileMember.Builder,NewLaunchProfileMember>
A new member that is added to a launch profile.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNewLaunchProfileMember.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NewLaunchProfileMember.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LaunchProfilePersonapersona()The persona.StringpersonaAsString()The persona.StringprincipalId()The principal ID.List<SdkField<?>>sdkFields()static Class<? extends NewLaunchProfileMember.Builder>serializableBuilderClass()NewLaunchProfileMember.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
-
persona
public final LaunchProfilePersona persona()
The persona.
If the service returns an enum value that is not available in the current SDK version,
personawill returnLaunchProfilePersona.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompersonaAsString().- Returns:
- The persona.
- See Also:
LaunchProfilePersona
-
personaAsString
public final String personaAsString()
The persona.
If the service returns an enum value that is not available in the current SDK version,
personawill returnLaunchProfilePersona.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompersonaAsString().- Returns:
- The persona.
- See Also:
LaunchProfilePersona
-
principalId
public final String principalId()
The principal ID.
- Returns:
- The principal ID.
-
toBuilder
public NewLaunchProfileMember.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NewLaunchProfileMember.Builder,NewLaunchProfileMember>
-
builder
public static NewLaunchProfileMember.Builder builder()
-
serializableBuilderClass
public static Class<? extends NewLaunchProfileMember.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.
-
-