@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UiTemplate extends Object implements Serializable, Cloneable, StructuredPojo
The Liquid template for the worker user interface.
| Constructor and Description |
|---|
UiTemplate() |
| Modifier and Type | Method and Description |
|---|---|
UiTemplate |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The content of the Liquid template for the worker user interface.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContent(String content)
The content of the Liquid template for the worker user interface.
|
String |
toString()
Returns a string representation of this object.
|
UiTemplate |
withContent(String content)
The content of the Liquid template for the worker user interface.
|
public void setContent(String content)
The content of the Liquid template for the worker user interface.
content - The content of the Liquid template for the worker user interface.public String getContent()
The content of the Liquid template for the worker user interface.
public UiTemplate withContent(String content)
The content of the Liquid template for the worker user interface.
content - The content of the Liquid template for the worker user interface.public String toString()
toString in class ObjectObject.toString()public UiTemplate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.