@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSkillGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetSkillGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSkillGroupResult |
clone() |
boolean |
equals(Object obj) |
SkillGroup |
getSkillGroup()
The details of the skill group requested.
|
int |
hashCode() |
void |
setSkillGroup(SkillGroup skillGroup)
The details of the skill group requested.
|
String |
toString()
Returns a string representation of this object.
|
GetSkillGroupResult |
withSkillGroup(SkillGroup skillGroup)
The details of the skill group requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSkillGroup(SkillGroup skillGroup)
The details of the skill group requested. Required.
skillGroup - The details of the skill group requested. Required.public SkillGroup getSkillGroup()
The details of the skill group requested. Required.
public GetSkillGroupResult withSkillGroup(SkillGroup skillGroup)
The details of the skill group requested. Required.
skillGroup - The details of the skill group requested. Required.public String toString()
toString in class ObjectObject.toString()public GetSkillGroupResult clone()
Copyright © 2020. All rights reserved.