@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateSkillGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.