@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UiConfig extends Object implements Serializable, Cloneable, StructuredPojo
Provided configuration information for the worker UI for a labeling job.
| Constructor and Description |
|---|
UiConfig() |
| Modifier and Type | Method and Description |
|---|---|
UiConfig |
clone() |
boolean |
equals(Object obj) |
String |
getUiTemplateS3Uri()
The Amazon S3 bucket location of the UI template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUiTemplateS3Uri(String uiTemplateS3Uri)
The Amazon S3 bucket location of the UI template.
|
String |
toString()
Returns a string representation of this object.
|
UiConfig |
withUiTemplateS3Uri(String uiTemplateS3Uri)
The Amazon S3 bucket location of the UI template.
|
public void setUiTemplateS3Uri(String uiTemplateS3Uri)
The Amazon S3 bucket location of the UI template. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.
uiTemplateS3Uri - The Amazon S3 bucket location of the UI template. For more information about the contents of a UI
template, see
Creating Your Custom Labeling Task Template.public String getUiTemplateS3Uri()
The Amazon S3 bucket location of the UI template. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.
public UiConfig withUiTemplateS3Uri(String uiTemplateS3Uri)
The Amazon S3 bucket location of the UI template. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.
uiTemplateS3Uri - The Amazon S3 bucket location of the UI template. For more information about the contents of a UI
template, see
Creating Your Custom Labeling Task Template.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.