@Generated(value="software.amazon.awssdk:codegen") public final class HITLayoutParameter extends Object implements StructuredPojo, ToCopyableBuilder<HITLayoutParameter.Builder,HITLayoutParameter>
The HITLayoutParameter data structure defines parameter values used with a HITLayout. A HITLayout is a reusable Amazon Mechanical Turk project template used to provide Human Intelligence Task (HIT) question data for CreateHIT.
Modifier and Type | Class and Description |
---|---|
static interface |
HITLayoutParameter.Builder |
Modifier and Type | Method and Description |
---|---|
static HITLayoutParameter.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
The name of the parameter in the HITLayout.
|
static Class<? extends HITLayoutParameter.Builder> |
serializableBuilderClass() |
HITLayoutParameter.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
value()
The value substituted for the parameter referenced in the HITLayout.
|
copy
public String name()
The name of the parameter in the HITLayout.
public String value()
The value substituted for the parameter referenced in the HITLayout.
public HITLayoutParameter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HITLayoutParameter.Builder,HITLayoutParameter>
public static HITLayoutParameter.Builder builder()
public static Class<? extends HITLayoutParameter.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.