@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHumanTaskUiResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeHumanTaskUiResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeHumanTaskUiResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The timestamp when the human task user interface was created.
|
String |
getHumanTaskUiArn()
The Amazon Resource Name (ARN) of the human task user interface.
|
String |
getHumanTaskUiName()
The name of the human task user interface.
|
UiTemplateInfo |
getUiTemplate() |
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The timestamp when the human task user interface was created.
|
void |
setHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human task user interface.
|
void |
setHumanTaskUiName(String humanTaskUiName)
The name of the human task user interface.
|
void |
setUiTemplate(UiTemplateInfo uiTemplate) |
String |
toString()
Returns a string representation of this object.
|
DescribeHumanTaskUiResult |
withCreationTime(Date creationTime)
The timestamp when the human task user interface was created.
|
DescribeHumanTaskUiResult |
withHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human task user interface.
|
DescribeHumanTaskUiResult |
withHumanTaskUiName(String humanTaskUiName)
The name of the human task user interface.
|
DescribeHumanTaskUiResult |
withUiTemplate(UiTemplateInfo uiTemplate) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human task user interface.
humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface.public String getHumanTaskUiArn()
The Amazon Resource Name (ARN) of the human task user interface.
public DescribeHumanTaskUiResult withHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human task user interface.
humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface.public void setHumanTaskUiName(String humanTaskUiName)
The name of the human task user interface.
humanTaskUiName - The name of the human task user interface.public String getHumanTaskUiName()
The name of the human task user interface.
public DescribeHumanTaskUiResult withHumanTaskUiName(String humanTaskUiName)
The name of the human task user interface.
humanTaskUiName - The name of the human task user interface.public void setCreationTime(Date creationTime)
The timestamp when the human task user interface was created.
creationTime - The timestamp when the human task user interface was created.public Date getCreationTime()
The timestamp when the human task user interface was created.
public DescribeHumanTaskUiResult withCreationTime(Date creationTime)
The timestamp when the human task user interface was created.
creationTime - The timestamp when the human task user interface was created.public void setUiTemplate(UiTemplateInfo uiTemplate)
uiTemplate - public UiTemplateInfo getUiTemplate()
public DescribeHumanTaskUiResult withUiTemplate(UiTemplateInfo uiTemplate)
uiTemplate - public String toString()
toString in class ObjectObject.toString()public DescribeHumanTaskUiResult clone()
Copyright © 2020. All rights reserved.