@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateSkillFromUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateSkillFromUsersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateSkillFromUsersRequest |
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 unavailable for 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 unavailable for enrolled users.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateSkillFromUsersRequest |
withOrganizationArn(String organizationArn)
The ARN of the organization.
|
DisassociateSkillFromUsersRequest |
withSkillId(String skillId)
The private skill ID you want to make unavailable for 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 DisassociateSkillFromUsersRequest 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 unavailable for enrolled users.
skillId - The private skill ID you want to make unavailable for enrolled users.public String getSkillId()
The private skill ID you want to make unavailable for enrolled users.
public DisassociateSkillFromUsersRequest withSkillId(String skillId)
The private skill ID you want to make unavailable for enrolled users.
skillId - The private skill ID you want to make unavailable for enrolled users.public String toString()
toString in class ObjectObject.toString()public DisassociateSkillFromUsersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.