@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) |
HumanLoopDataAttributes |
getDataAttributes()
Attributes of the data specified by the customer.
|
String |
getFlowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition.
|
HumanLoopInput |
getHumanLoopInput()
An object containing information about the human loop.
|
String |
getHumanLoopName()
The name of the human loop.
|
int |
hashCode() |
void |
setDataAttributes(HumanLoopDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
void |
setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
void |
setHumanLoopInput(HumanLoopInput 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(HumanLoopDataAttributes dataAttributes)
Attributes of the data specified by the customer.
|
StartHumanLoopRequest |
withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition.
|
StartHumanLoopRequest |
withHumanLoopInput(HumanLoopInput 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(HumanLoopInput humanLoopInput)
An object containing information about the human loop.
humanLoopInput - An object containing information about the human loop.public HumanLoopInput getHumanLoopInput()
An object containing information about the human loop.
public StartHumanLoopRequest withHumanLoopInput(HumanLoopInput humanLoopInput)
An object containing information about the human loop.
humanLoopInput - An object containing information about the human loop.public void setDataAttributes(HumanLoopDataAttributes dataAttributes)
Attributes of the data specified by the customer.
dataAttributes - Attributes of the data specified by the customer.public HumanLoopDataAttributes getDataAttributes()
Attributes of the data specified by the customer.
public StartHumanLoopRequest withDataAttributes(HumanLoopDataAttributes 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 © 2020. All rights reserved.