Class SkillSummary
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.SkillSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SkillSummary.Builder,SkillSummary>
@Generated("software.amazon.awssdk:codegen") public final class SkillSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SkillSummary.Builder,SkillSummary>
The summary of skills.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSkillSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SkillSummary.Builderbuilder()EnablementTypeenablementType()Whether the skill is enabled under the user's account, or if it requires linking to be used.StringenablementTypeAsString()Whether the skill is enabled under the user's account, or if it requires linking to be used.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SkillSummary.Builder>serializableBuilderClass()StringskillId()The ARN of the skill summary.StringskillName()The name of the skill.SkillTypeskillType()Whether the skill is publicly available or is a private skill.StringskillTypeAsString()Whether the skill is publicly available or is a private skill.BooleansupportsLinking()Linking support for a skill.SkillSummary.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
-
skillId
public final String skillId()
The ARN of the skill summary.
- Returns:
- The ARN of the skill summary.
-
skillName
public final String skillName()
The name of the skill.
- Returns:
- The name of the skill.
-
supportsLinking
public final Boolean supportsLinking()
Linking support for a skill.
- Returns:
- Linking support for a skill.
-
enablementType
public final EnablementType enablementType()
Whether the skill is enabled under the user's account, or if it requires linking to be used.
If the service returns an enum value that is not available in the current SDK version,
enablementTypewill returnEnablementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenablementTypeAsString().- Returns:
- Whether the skill is enabled under the user's account, or if it requires linking to be used.
- See Also:
EnablementType
-
enablementTypeAsString
public final String enablementTypeAsString()
Whether the skill is enabled under the user's account, or if it requires linking to be used.
If the service returns an enum value that is not available in the current SDK version,
enablementTypewill returnEnablementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenablementTypeAsString().- Returns:
- Whether the skill is enabled under the user's account, or if it requires linking to be used.
- See Also:
EnablementType
-
skillType
public final SkillType skillType()
Whether the skill is publicly available or is a private skill.
If the service returns an enum value that is not available in the current SDK version,
skillTypewill returnSkillType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromskillTypeAsString().- Returns:
- Whether the skill is publicly available or is a private skill.
- See Also:
SkillType
-
skillTypeAsString
public final String skillTypeAsString()
Whether the skill is publicly available or is a private skill.
If the service returns an enum value that is not available in the current SDK version,
skillTypewill returnSkillType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromskillTypeAsString().- Returns:
- Whether the skill is publicly available or is a private skill.
- See Also:
SkillType
-
toBuilder
public SkillSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SkillSummary.Builder,SkillSummary>
-
builder
public static SkillSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends SkillSummary.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.
-
-