@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) |
String |
getHumanLoopArn()
The Amazon Resource Name (ARN) of the human loop.
|
int |
hashCode() |
void |
setHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
|
String |
toString()
Returns a string representation of this object.
|
StartHumanLoopResult |
withHumanLoopArn(String humanLoopArn)
The Amazon Resource Name (ARN) of the human loop.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 String toString()
toString
in class Object
Object.toString()
public StartHumanLoopResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.