@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public AssociateSkillWithSkillGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.