@Generated(value="software.amazon.awssdk:codegen") public final class ProfileTemplateChoice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileTemplateChoice.Builder,ProfileTemplateChoice>
A profile template choice.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfileTemplateChoice.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProfileTemplateChoice.Builder |
builder() |
String |
choiceDescription()
Returns the value of the ChoiceDescription property for this object.
|
String |
choiceId()
Returns the value of the ChoiceId property for this object.
|
String |
choiceTitle()
Returns the value of the ChoiceTitle property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProfileTemplateChoice.Builder> |
serializableBuilderClass() |
ProfileTemplateChoice.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String choiceId()
public final String choiceTitle()
public final String choiceDescription()
public ProfileTemplateChoice.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProfileTemplateChoice.Builder,ProfileTemplateChoice>public static ProfileTemplateChoice.Builder builder()
public static Class<? extends ProfileTemplateChoice.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.