@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateSkillWithSkillGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateSkillWithSkillGroupRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateSkillWithSkillGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSkillGroupArn()
The ARN of the skill group to associate the skill to.
|
String |
getSkillId()
The unique identifier of the skill.
|
int |
hashCode() |
void |
setSkillGroupArn(String skillGroupArn)
The ARN of the skill group to associate the skill to.
|
void |
setSkillId(String skillId)
The unique identifier of the skill.
|
String |
toString()
Returns a string representation of this object.
|
AssociateSkillWithSkillGroupRequest |
withSkillGroupArn(String skillGroupArn)
The ARN of the skill group to associate the skill to.
|
AssociateSkillWithSkillGroupRequest |
withSkillId(String skillId)
The unique identifier of the skill.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSkillGroupArn(String skillGroupArn)
The ARN of the skill group to associate the skill to. Required.
skillGroupArn
- The ARN of the skill group to associate the skill to. Required.public String getSkillGroupArn()
The ARN of the skill group to associate the skill to. Required.
public AssociateSkillWithSkillGroupRequest withSkillGroupArn(String skillGroupArn)
The ARN of the skill group to associate the skill to. Required.
skillGroupArn
- The ARN of the skill group to associate the skill to. Required.public void setSkillId(String skillId)
The unique identifier of the skill.
skillId
- The unique identifier of the skill.public String getSkillId()
The unique identifier of the skill.
public AssociateSkillWithSkillGroupRequest withSkillId(String skillId)
The unique identifier of the skill.
skillId
- The unique identifier of the skill.public String toString()
toString
in class Object
Object.toString()
public AssociateSkillWithSkillGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.