| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
HITLayoutParameter |
HITLayoutParameter.clone() |
HITLayoutParameter |
HITLayoutParameter.withName(String name)
The name of the parameter in the HITLayout.
|
HITLayoutParameter |
HITLayoutParameter.withValue(String value)
The value substituted for the parameter referenced in the HITLayout.
|
| Modifier and Type | Method and Description |
|---|---|
List<HITLayoutParameter> |
CreateHITRequest.getHITLayoutParameters()
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
List<HITLayoutParameter> |
CreateHITWithHITTypeRequest.getHITLayoutParameters()
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHITRequest |
CreateHITRequest.withHITLayoutParameters(HITLayoutParameter... hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withHITLayoutParameters(HITLayoutParameter... hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHITRequest.setHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
void |
CreateHITWithHITTypeRequest.setHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
CreateHITRequest |
CreateHITRequest.withHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
CreateHITWithHITTypeRequest |
CreateHITWithHITTypeRequest.withHITLayoutParameters(Collection<HITLayoutParameter> hITLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
Copyright © 2024. All rights reserved.