@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public UiTemplate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.