@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateQualificationFromWorkerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateQualificationFromWorkerRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateQualificationFromWorkerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getQualificationTypeId()
The ID of the Qualification type of the Qualification to be revoked.
|
String |
getReason()
A text message that explains why the Qualification was revoked.
|
String |
getWorkerId()
The ID of the Worker who possesses the Qualification to be revoked.
|
int |
hashCode() |
void |
setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualification to be revoked.
|
void |
setReason(String reason)
A text message that explains why the Qualification was revoked.
|
void |
setWorkerId(String workerId)
The ID of the Worker who possesses the Qualification to be revoked.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateQualificationFromWorkerRequest |
withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualification to be revoked.
|
DisassociateQualificationFromWorkerRequest |
withReason(String reason)
A text message that explains why the Qualification was revoked.
|
DisassociateQualificationFromWorkerRequest |
withWorkerId(String workerId)
The ID of the Worker who possesses the Qualification to be revoked.
|
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 DisassociateQualificationFromWorkerRequest()
public void setWorkerId(String workerId)
The ID of the Worker who possesses the Qualification to be revoked.
workerId
- The ID of the Worker who possesses the Qualification to be revoked.public String getWorkerId()
The ID of the Worker who possesses the Qualification to be revoked.
public DisassociateQualificationFromWorkerRequest withWorkerId(String workerId)
The ID of the Worker who possesses the Qualification to be revoked.
workerId
- The ID of the Worker who possesses the Qualification to be revoked.public void setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualification to be revoked.
qualificationTypeId
- The ID of the Qualification type of the Qualification to be revoked.public String getQualificationTypeId()
The ID of the Qualification type of the Qualification to be revoked.
public DisassociateQualificationFromWorkerRequest withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualification to be revoked.
qualificationTypeId
- The ID of the Qualification type of the Qualification to be revoked.public void setReason(String reason)
A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.
reason
- A text message that explains why the Qualification was revoked. The user who had the Qualification sees
this message.public String getReason()
A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.
public DisassociateQualificationFromWorkerRequest withReason(String reason)
A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.
reason
- A text message that explains why the Qualification was revoked. The user who had the Qualification sees
this message.public String toString()
toString
in class Object
Object.toString()
public DisassociateQualificationFromWorkerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.