@Generated(value="software.amazon.awssdk:codegen") public final class AssociateQualificationWithWorkerRequest extends MTurkRequest implements ToCopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateQualificationWithWorkerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateQualificationWithWorkerRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
String |
workerId()
The ID of the Worker to whom the Qualification is being assigned.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String qualificationTypeId()
The ID of the Qualification type to use for the assigned Qualification.
public final 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 final Integer integerValue()
The value of the Qualification to assign.
public final 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()
toBuilder in interface ToCopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>toBuilder in class MTurkRequestpublic static AssociateQualificationWithWorkerRequest.Builder builder()
public static Class<? extends AssociateQualificationWithWorkerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.