@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateQualificationWithWorkerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateQualificationWithWorkerRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateQualificationWithWorkerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getIntegerValue()
The value of the Qualification to assign.
|
String |
getQualificationTypeId()
The ID of the Qualification type to use for the assigned Qualification.
|
Boolean |
getSendNotification()
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned
to the Worker.
|
String |
getWorkerId()
The ID of the Worker to whom the Qualification is being assigned.
|
int |
hashCode() |
Boolean |
isSendNotification()
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned
to the Worker.
|
void |
setIntegerValue(Integer integerValue)
The value of the Qualification to assign.
|
void |
setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use for the assigned Qualification.
|
void |
setSendNotification(Boolean sendNotification)
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned
to the Worker.
|
void |
setWorkerId(String workerId)
The ID of the Worker to whom the Qualification is being assigned.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateQualificationWithWorkerRequest |
withIntegerValue(Integer integerValue)
The value of the Qualification to assign.
|
AssociateQualificationWithWorkerRequest |
withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use for the assigned Qualification.
|
AssociateQualificationWithWorkerRequest |
withSendNotification(Boolean sendNotification)
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned
to the Worker.
|
AssociateQualificationWithWorkerRequest |
withWorkerId(String workerId)
The ID of the Worker to whom the Qualification is being assigned.
|
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 AssociateQualificationWithWorkerRequest()
public void setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use for the assigned Qualification.
qualificationTypeId
- The ID of the Qualification type to use for the assigned Qualification.public String getQualificationTypeId()
The ID of the Qualification type to use for the assigned Qualification.
public AssociateQualificationWithWorkerRequest withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use for the assigned Qualification.
qualificationTypeId
- The ID of the Qualification type to use for the assigned Qualification.public void setWorkerId(String workerId)
The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.
workerId
- The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted
HIT assignments and Qualification requests.public String getWorkerId()
The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.
public AssociateQualificationWithWorkerRequest withWorkerId(String workerId)
The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.
workerId
- The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted
HIT assignments and Qualification requests.public void setIntegerValue(Integer integerValue)
The value of the Qualification to assign.
integerValue
- The value of the Qualification to assign.public Integer getIntegerValue()
The value of the Qualification to assign.
public AssociateQualificationWithWorkerRequest withIntegerValue(Integer integerValue)
The value of the Qualification to assign.
integerValue
- The value of the Qualification to assign.public void setSendNotification(Boolean sendNotification)
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.
sendNotification
- Specifies whether to send a notification email message to the Worker saying that the qualification was
assigned to the Worker. Note: this is true by default.public Boolean getSendNotification()
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.
public AssociateQualificationWithWorkerRequest withSendNotification(Boolean sendNotification)
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.
sendNotification
- Specifies whether to send a notification email message to the Worker saying that the qualification was
assigned to the Worker. Note: this is true by default.public Boolean isSendNotification()
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.
public String toString()
toString
in class Object
Object.toString()
public AssociateQualificationWithWorkerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.