Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
@Generated("software.amazon.awssdk:codegen") public class AssociateQualificationWithWorkerRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateQualificationWithWorkerRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AssociateQualificationWithWorkerRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
integerValue() |
The value of the Qualification to assign.
|
String |
qualificationTypeId() |
The ID of the Qualification type to use for the assigned Qualification.
|
Boolean |
sendNotification() |
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned
to the Worker.
|
static Class<? extends AssociateQualificationWithWorkerRequest.Builder> |
serializableBuilderClass() |
|
AssociateQualificationWithWorkerRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
workerId() |
The ID of the Worker to whom the Qualification is being assigned.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String qualificationTypeId()
The ID of the Qualification type to use for the assigned Qualification.
public 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.
public Integer integerValue()
The value of the Qualification to assign.
public 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.
public AssociateQualificationWithWorkerRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
public static AssociateQualificationWithWorkerRequest.Builder builder()
public static Class<? extends AssociateQualificationWithWorkerRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.