@Generated(value="software.amazon.awssdk:codegen") public final class SkillDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SkillDetails.Builder,SkillDetails>
Granular information about the skill.
Modifier and Type | Class and Description |
---|---|
static interface |
SkillDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static SkillDetails.Builder |
builder() |
List<String> |
bulletPoints()
The details about what the skill supports organized as bullet points.
|
DeveloperInfo |
developerInfo()
The details about the developer that published the skill.
|
String |
endUserLicenseAgreement()
The URL of the end user license agreement.
|
boolean |
equals(Object obj) |
List<String> |
genericKeywords()
The generic keywords associated with the skill that can be used to find a skill.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
invocationPhrase()
The phrase used to trigger the skill.
|
List<String> |
newInThisVersionBulletPoints()
The updates added in bullet points.
|
String |
productDescription()
The description of the product.
|
String |
releaseDate()
The date when the skill was released.
|
Map<String,String> |
reviews()
The list of reviews for the skill, including Key and Value pair.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SkillDetails.Builder> |
serializableBuilderClass() |
List<String> |
skillTypes()
The types of skills.
|
SkillDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String productDescription()
The description of the product.
public String invocationPhrase()
The phrase used to trigger the skill.
public String releaseDate()
The date when the skill was released.
public String endUserLicenseAgreement()
The URL of the end user license agreement.
public List<String> genericKeywords()
The generic keywords associated with the skill that can be used to find a skill.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> bulletPoints()
The details about what the skill supports organized as bullet points.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> newInThisVersionBulletPoints()
The updates added in bullet points.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> skillTypes()
The types of skills.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,String> reviews()
The list of reviews for the skill, including Key and Value pair.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DeveloperInfo developerInfo()
The details about the developer that published the skill.
public SkillDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SkillDetails.Builder,SkillDetails>
public static SkillDetails.Builder builder()
public static Class<? extends SkillDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.