@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SkillSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of skills.
Constructor and Description |
---|
SkillSummary() |
Modifier and Type | Method and Description |
---|---|
SkillSummary |
clone() |
boolean |
equals(Object obj) |
String |
getSkillId()
The ARN of the skill summary.
|
String |
getSkillName()
The name of the skill.
|
Boolean |
getSupportsLinking()
Linking support for a skill.
|
int |
hashCode() |
Boolean |
isSupportsLinking()
Linking support for a skill.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSkillId(String skillId)
The ARN of the skill summary.
|
void |
setSkillName(String skillName)
The name of the skill.
|
void |
setSupportsLinking(Boolean supportsLinking)
Linking support for a skill.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SkillSummary |
withSkillId(String skillId)
The ARN of the skill summary.
|
SkillSummary |
withSkillName(String skillName)
The name of the skill.
|
SkillSummary |
withSupportsLinking(Boolean supportsLinking)
Linking support for a skill.
|
public void setSkillId(String skillId)
The ARN of the skill summary.
skillId
- The ARN of the skill summary.public String getSkillId()
The ARN of the skill summary.
public SkillSummary withSkillId(String skillId)
The ARN of the skill summary.
skillId
- The ARN of the skill summary.public void setSkillName(String skillName)
The name of the skill.
skillName
- The name of the skill.public String getSkillName()
The name of the skill.
public SkillSummary withSkillName(String skillName)
The name of the skill.
skillName
- The name of the skill.public void setSupportsLinking(Boolean supportsLinking)
Linking support for a skill.
supportsLinking
- Linking support for a skill.public Boolean getSupportsLinking()
Linking support for a skill.
public SkillSummary withSupportsLinking(Boolean supportsLinking)
Linking support for a skill.
supportsLinking
- Linking support for a skill.public Boolean isSupportsLinking()
Linking support for a skill.
public String toString()
toString
in class Object
Object.toString()
public SkillSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.