@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SkillGroup extends Object implements Serializable, Cloneable, StructuredPojo
A skill group with attributes.
| Constructor and Description |
|---|
SkillGroup() |
| Modifier and Type | Method and Description |
|---|---|
SkillGroup |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of a skill group.
|
String |
getSkillGroupArn()
The ARN of a skill group.
|
String |
getSkillGroupName()
The name of a skill group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The description of a skill group.
|
void |
setSkillGroupArn(String skillGroupArn)
The ARN of a skill group.
|
void |
setSkillGroupName(String skillGroupName)
The name of a skill group.
|
String |
toString()
Returns a string representation of this object.
|
SkillGroup |
withDescription(String description)
The description of a skill group.
|
SkillGroup |
withSkillGroupArn(String skillGroupArn)
The ARN of a skill group.
|
SkillGroup |
withSkillGroupName(String skillGroupName)
The name of a skill group.
|
public void setSkillGroupArn(String skillGroupArn)
The ARN of a skill group.
skillGroupArn - The ARN of a skill group.public String getSkillGroupArn()
The ARN of a skill group.
public SkillGroup withSkillGroupArn(String skillGroupArn)
The ARN of a skill group.
skillGroupArn - The ARN of a skill group.public void setSkillGroupName(String skillGroupName)
The name of a skill group.
skillGroupName - The name of a skill group.public String getSkillGroupName()
The name of a skill group.
public SkillGroup withSkillGroupName(String skillGroupName)
The name of a skill group.
skillGroupName - The 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 SkillGroup withDescription(String description)
The description of a skill group.
description - The description of a skill group.public String toString()
toString in class ObjectObject.toString()public SkillGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.