@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetSkillGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.