@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 |
getOrganizationArn()
The ARN of the organization.
|
String |
getSkillId()
The private skill ID you want to make available to enrolled users.>
|
int |
hashCode() |
void |
setOrganizationArn(String organizationArn)
The ARN of the organization.
|
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 |
withOrganizationArn(String organizationArn)
The ARN of the organization.
|
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 setOrganizationArn(String organizationArn)
The ARN of the organization.
organizationArn - The ARN of the organization.public String getOrganizationArn()
The ARN of the organization.
public AssociateSkillWithUsersRequest withOrganizationArn(String organizationArn)
The ARN of the organization.
organizationArn - The ARN of the organization.public 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()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.