@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartHumanLoopResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartHumanLoopResult() |
| Modifier and Type | Method and Description |
|---|---|
StartHumanLoopResult |
clone() |
boolean |
equals(Object obj) |
HumanLoopActivationResults |
getHumanLoopActivationResults()
An object containing information about the human loop activation.
|
String |
getHumanLoopArn()
The Amazon Resource Name (ARN) of the human loop.
|
int |
hashCode() |
void |
setHumanLoopActivationResults(HumanLoopActivationResults humanLoopActivationResults)
An object containing information about the human loop activation.
|
void |
setHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
|
String |
toString()
Returns a string representation of this object.
|
StartHumanLoopResult |
withHumanLoopActivationResults(HumanLoopActivationResults humanLoopActivationResults)
An object containing information about the human loop activation.
|
StartHumanLoopResult |
withHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
humanLoopArn - The Amazon Resource Name (ARN) of the human loop.public String getHumanLoopArn()
The Amazon Resource Name (ARN) of the human loop.
public StartHumanLoopResult withHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
humanLoopArn - The Amazon Resource Name (ARN) of the human loop.public void setHumanLoopActivationResults(HumanLoopActivationResults humanLoopActivationResults)
An object containing information about the human loop activation.
humanLoopActivationResults - An object containing information about the human loop activation.public HumanLoopActivationResults getHumanLoopActivationResults()
An object containing information about the human loop activation.
public StartHumanLoopResult withHumanLoopActivationResults(HumanLoopActivationResults humanLoopActivationResults)
An object containing information about the human loop activation.
humanLoopActivationResults - An object containing information about the human loop activation.public String toString()
toString in class ObjectObject.toString()public StartHumanLoopResult clone()
Copyright © 2019. All rights reserved.