@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SkillGroupData extends Object implements Serializable, Cloneable, StructuredPojo
The attributes of a skill group.
Constructor and Description |
---|
SkillGroupData() |
Modifier and Type | Method and Description |
---|---|
SkillGroupData |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of a skill group.
|
String |
getSkillGroupArn()
The skill group ARN of a skill group.
|
String |
getSkillGroupName()
The skill group name of a skill group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of a skill group.
|
void |
setSkillGroupArn(String skillGroupArn)
The skill group ARN of a skill group.
|
void |
setSkillGroupName(String skillGroupName)
The skill group name of a skill group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SkillGroupData |
withDescription(String description)
The description of a skill group.
|
SkillGroupData |
withSkillGroupArn(String skillGroupArn)
The skill group ARN of a skill group.
|
SkillGroupData |
withSkillGroupName(String skillGroupName)
The skill group name of a skill group.
|
public void setSkillGroupArn(String skillGroupArn)
The skill group ARN of a skill group.
skillGroupArn
- The skill group ARN of a skill group.public String getSkillGroupArn()
The skill group ARN of a skill group.
public SkillGroupData withSkillGroupArn(String skillGroupArn)
The skill group ARN of a skill group.
skillGroupArn
- The skill group ARN of a skill group.public void setSkillGroupName(String skillGroupName)
The skill group name of a skill group.
skillGroupName
- The skill group name of a skill group.public String getSkillGroupName()
The skill group name of a skill group.
public SkillGroupData withSkillGroupName(String skillGroupName)
The skill group name of a skill group.
skillGroupName
- The skill group name of a skill group.public void setDescription(String description)
The description of a skill group.
description
- The description of a skill group.public String getDescription()
The description of a skill group.
public SkillGroupData withDescription(String description)
The description of a skill group.
description
- The description of a skill group.public String toString()
toString
in class Object
Object.toString()
public SkillGroupData 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.