@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHumanTaskUiResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateHumanTaskUiResult() |
Modifier and Type | Method and Description |
---|---|
CreateHumanTaskUiResult |
clone() |
boolean |
equals(Object obj) |
String |
getHumanTaskUiArn()
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
|
int |
hashCode() |
void |
setHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
|
String |
toString()
Returns a string representation of this object.
|
CreateHumanTaskUiResult |
withHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
humanTaskUiArn
- The Amazon Resource Name (ARN) of the human review workflow user interface you create.public String getHumanTaskUiArn()
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
public CreateHumanTaskUiResult withHumanTaskUiArn(String humanTaskUiArn)
The Amazon Resource Name (ARN) of the human review workflow user interface you create.
humanTaskUiArn
- The Amazon Resource Name (ARN) of the human review workflow user interface you create.public String toString()
toString
in class Object
Object.toString()
public CreateHumanTaskUiResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.