@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSkillGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSkillGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSkillGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The updated description for the skill group.
|
String |
getSkillGroupArn()
The ARN of the skill group to update.
|
String |
getSkillGroupName()
The updated name for the skill group.
|
int |
hashCode() |
void |
setDescription(String description)
The updated description for the skill group.
|
void |
setSkillGroupArn(String skillGroupArn)
The ARN of the skill group to update.
|
void |
setSkillGroupName(String skillGroupName)
The updated name for the skill group.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSkillGroupRequest |
withDescription(String description)
The updated description for the skill group.
|
UpdateSkillGroupRequest |
withSkillGroupArn(String skillGroupArn)
The ARN of the skill group to update.
|
UpdateSkillGroupRequest |
withSkillGroupName(String skillGroupName)
The updated name for the skill group.
|
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 update.
skillGroupArn - The ARN of the skill group to update.public String getSkillGroupArn()
The ARN of the skill group to update.
public UpdateSkillGroupRequest withSkillGroupArn(String skillGroupArn)
The ARN of the skill group to update.
skillGroupArn - The ARN of the skill group to update.public void setSkillGroupName(String skillGroupName)
The updated name for the skill group.
skillGroupName - The updated name for the skill group.public String getSkillGroupName()
The updated name for the skill group.
public UpdateSkillGroupRequest withSkillGroupName(String skillGroupName)
The updated name for the skill group.
skillGroupName - The updated name for the skill group.public void setDescription(String description)
The updated description for the skill group.
description - The updated description for the skill group.public String getDescription()
The updated description for the skill group.
public UpdateSkillGroupRequest withDescription(String description)
The updated description for the skill group.
description - The updated description for the skill group.public String toString()
toString in class ObjectObject.toString()public UpdateSkillGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.