@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartHumanLoopRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartHumanLoopRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartHumanLoopRequest |
clone() |
boolean |
equals(Object obj) |
HumanReviewDataAttributes |
getDataAttributes()
Attributes of the data specified by the customer.
|
String |
getFlowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
|
HumanLoopInputContent |
getHumanLoopInput()
An object containing information about the human loop.
|
String |
getHumanLoopName()
The name of the human loop.
|
int |
hashCode() |
void |
setDataAttributes(HumanReviewDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
void |
setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
void |
setHumanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop.
|
void |
setHumanLoopName(String humanLoopName)
The name of the human loop.
|
String |
toString()
Returns a string representation of this object.
|
StartHumanLoopRequest |
withDataAttributes(HumanReviewDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
StartHumanLoopRequest |
withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
StartHumanLoopRequest |
withHumanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop.
|
StartHumanLoopRequest |
withHumanLoopName(String humanLoopName)
The name of the human loop.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setHumanLoopName(String humanLoopName)
The name of the human loop.
humanLoopName - The name of the human loop.public String getHumanLoopName()
The name of the human loop.
public StartHumanLoopRequest withHumanLoopName(String humanLoopName)
The name of the human loop.
humanLoopName - The name of the human loop.public void setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.public String getFlowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
public StartHumanLoopRequest withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.public void setHumanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop.
humanLoopInput - An object containing information about the human loop.public HumanLoopInputContent getHumanLoopInput()
An object containing information about the human loop.
public StartHumanLoopRequest withHumanLoopInput(HumanLoopInputContent humanLoopInput)
An object containing information about the human loop.
humanLoopInput - An object containing information about the human loop.public void setDataAttributes(HumanReviewDataAttributes dataAttributes)
Attributes of the data specified by the customer.
dataAttributes - Attributes of the data specified by the customer.public HumanReviewDataAttributes getDataAttributes()
Attributes of the data specified by the customer.
public StartHumanLoopRequest withDataAttributes(HumanReviewDataAttributes dataAttributes)
Attributes of the data specified by the customer.
dataAttributes - Attributes of the data specified by the customer.public String toString()
toString in class ObjectObject.toString()public StartHumanLoopRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.