@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) |
void |
setUiTemplateS3Uri(String uiTemplateS3Uri)
The Amazon S3 bucket location of the UI template.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
uiTemplateS3Uri - The Amazon S3 bucket location of the UI template.public String getUiTemplateS3Uri()
The Amazon S3 bucket location of the UI template.
public UiConfig withUiTemplateS3Uri(String uiTemplateS3Uri)
The Amazon S3 bucket location of the UI template.
uiTemplateS3Uri - The Amazon S3 bucket location of the UI template.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.