@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public StartHumanLoopRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.