@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSkillGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateSkillGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateSkillGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getSkillGroupArn()
The ARN of the newly created skill group in the response.
|
int |
hashCode() |
void |
setSkillGroupArn(String skillGroupArn)
The ARN of the newly created skill group in the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateSkillGroupResult |
withSkillGroupArn(String skillGroupArn)
The ARN of the newly created skill group in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSkillGroupArn(String skillGroupArn)
The ARN of the newly created skill group in the response.
skillGroupArn - The ARN of the newly created skill group in the response.public String getSkillGroupArn()
The ARN of the newly created skill group in the response.
public CreateSkillGroupResult withSkillGroupArn(String skillGroupArn)
The ARN of the newly created skill group in the response.
skillGroupArn - The ARN of the newly created skill group in the response.public String toString()
toString in class ObjectObject.toString()public CreateSkillGroupResult clone()
Copyright © 2017. All rights reserved.