@Generated(value="software.amazon.awssdk:codegen") public final class PublicWorkforceTaskPrice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PublicWorkforceTaskPrice.Builder,PublicWorkforceTaskPrice>
Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. For more information, see Public Workforce Task Price.
Modifier and Type | Class and Description |
---|---|
static interface |
PublicWorkforceTaskPrice.Builder |
Modifier and Type | Method and Description |
---|---|
USD |
amountInUsd()
Defines the amount of money paid to a worker in United States dollars.
|
static PublicWorkforceTaskPrice.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PublicWorkforceTaskPrice.Builder> |
serializableBuilderClass() |
PublicWorkforceTaskPrice.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public USD amountInUsd()
Defines the amount of money paid to a worker in United States dollars.
public PublicWorkforceTaskPrice.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PublicWorkforceTaskPrice.Builder,PublicWorkforceTaskPrice>
public static PublicWorkforceTaskPrice.Builder builder()
public static Class<? extends PublicWorkforceTaskPrice.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.