@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RenderUiTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RenderUiTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
RenderUiTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHumanTaskUiArn()
The
HumanTaskUiArn of the worker UI that you want to render. |
String |
getRoleArn()
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
|
RenderableTask |
getTask()
A
RenderableTask object containing a representative task to render. |
UiTemplate |
getUiTemplate()
A
Template object containing the worker UI template to render. |
int |
hashCode() |
void |
setHumanTaskUiArn(String humanTaskUiArn)
The
HumanTaskUiArn of the worker UI that you want to render. |
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
|
void |
setTask(RenderableTask task)
A
RenderableTask object containing a representative task to render. |
void |
setUiTemplate(UiTemplate uiTemplate)
A
Template object containing the worker UI template to render. |
String |
toString()
Returns a string representation of this object.
|
RenderUiTemplateRequest |
withHumanTaskUiArn(String humanTaskUiArn)
The
HumanTaskUiArn of the worker UI that you want to render. |
RenderUiTemplateRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
|
RenderUiTemplateRequest |
withTask(RenderableTask task)
A
RenderableTask object containing a representative task to render. |
RenderUiTemplateRequest |
withUiTemplate(UiTemplate uiTemplate)
A
Template object containing the worker UI template to render. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setUiTemplate(UiTemplate uiTemplate)
A Template
object containing the worker UI template to render.
uiTemplate
- A Template
object containing the worker UI template to render.public UiTemplate getUiTemplate()
A Template
object containing the worker UI template to render.
Template
object containing the worker UI template to render.public RenderUiTemplateRequest withUiTemplate(UiTemplate uiTemplate)
A Template
object containing the worker UI template to render.
uiTemplate
- A Template
object containing the worker UI template to render.public void setTask(RenderableTask task)
A RenderableTask
object containing a representative task to render.
task
- A RenderableTask
object containing a representative task to render.public RenderableTask getTask()
A RenderableTask
object containing a representative task to render.
RenderableTask
object containing a representative task to render.public RenderUiTemplateRequest withTask(RenderableTask task)
A RenderableTask
object containing a representative task to render.
task
- A RenderableTask
object containing a representative task to render.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
roleArn
- The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.public String getRoleArn()
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
public RenderUiTemplateRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
roleArn
- The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.public void setHumanTaskUiArn(String humanTaskUiArn)
The HumanTaskUiArn
of the worker UI that you want to render. Do not provide a
HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
humanTaskUiArn
- The HumanTaskUiArn
of the worker UI that you want to render. Do not provide a
HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
public String getHumanTaskUiArn()
The HumanTaskUiArn
of the worker UI that you want to render. Do not provide a
HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
HumanTaskUiArn
of the worker UI that you want to render. Do not provide a
HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
public RenderUiTemplateRequest withHumanTaskUiArn(String humanTaskUiArn)
The HumanTaskUiArn
of the worker UI that you want to render. Do not provide a
HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
humanTaskUiArn
- The HumanTaskUiArn
of the worker UI that you want to render. Do not provide a
HumanTaskUiArn
if you use the UiTemplate
parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
public String toString()
toString
in class Object
Object.toString()
public RenderUiTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()