@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateSkillFromSkillGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateSkillFromSkillGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateSkillFromSkillGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSkillGroupArn()
The unique identifier of a skill.
|
String |
getSkillId()
The ARN of a skill group to associate to a skill.
|
int |
hashCode() |
void |
setSkillGroupArn(String skillGroupArn)
The unique identifier of a skill.
|
void |
setSkillId(String skillId)
The ARN of a skill group to associate to a skill.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateSkillFromSkillGroupRequest |
withSkillGroupArn(String skillGroupArn)
The unique identifier of a skill.
|
DisassociateSkillFromSkillGroupRequest |
withSkillId(String skillId)
The ARN of a skill group to associate to a 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 DisassociateSkillFromSkillGroupRequest()
public void setSkillGroupArn(String skillGroupArn)
The unique identifier of a skill. Required.
skillGroupArn
- The unique identifier of a skill. Required.public String getSkillGroupArn()
The unique identifier of a skill. Required.
public DisassociateSkillFromSkillGroupRequest withSkillGroupArn(String skillGroupArn)
The unique identifier of a skill. Required.
skillGroupArn
- The unique identifier of a skill. Required.public void setSkillId(String skillId)
The ARN of a skill group to associate to a skill.
skillId
- The ARN of a skill group to associate to a skill.public String getSkillId()
The ARN of a skill group to associate to a skill.
public DisassociateSkillFromSkillGroupRequest withSkillId(String skillId)
The ARN of a skill group to associate to a skill.
skillId
- The ARN of a skill group to associate to a skill.public String toString()
toString
in class Object
Object.toString()
public DisassociateSkillFromSkillGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.