Class SkillGroup
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.SkillGroup
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SkillGroup.Builder,SkillGroup>
@Generated("software.amazon.awssdk:codegen") public final class SkillGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SkillGroup.Builder,SkillGroup>
A skill group with attributes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSkillGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SkillGroup.Builderbuilder()Stringdescription()The description of a skill group.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SkillGroup.Builder>serializableBuilderClass()StringskillGroupArn()The ARN of a skill group.StringskillGroupName()The name of a skill group.SkillGroup.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
-
skillGroupArn
public final String skillGroupArn()
The ARN of a skill group.
- Returns:
- The ARN of a skill group.
-
skillGroupName
public final String skillGroupName()
The name of a skill group.
- Returns:
- The name of a skill group.
-
description
public final String description()
The description of a skill group.
- Returns:
- The description of a skill group.
-
toBuilder
public SkillGroup.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SkillGroup.Builder,SkillGroup>
-
builder
public static SkillGroup.Builder builder()
-
serializableBuilderClass
public static Class<? extends SkillGroup.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.
-
-