@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateSkillWithUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateSkillWithUsersRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateSkillWithUsersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSkillId()
The private skill ID you want to make available to enrolled users.
|
int |
hashCode() |
void |
setSkillId(String skillId)
The private skill ID you want to make available to enrolled users.
|
String |
toString()
Returns a string representation of this object.
|
AssociateSkillWithUsersRequest |
withSkillId(String skillId)
The private skill ID you want to make available to enrolled users.
|
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, withSdkRequestTimeoutpublic void setSkillId(String skillId)
The private skill ID you want to make available to enrolled users.
skillId - The private skill ID you want to make available to enrolled users.public String getSkillId()
The private skill ID you want to make available to enrolled users.
public AssociateSkillWithUsersRequest withSkillId(String skillId)
The private skill ID you want to make available to enrolled users.
skillId - The private skill ID you want to make available to enrolled users.public String toString()
toString in class ObjectObject.toString()public AssociateSkillWithUsersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()