@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about the human loop.
| Constructor and Description |
|---|
HumanLoopSummary() |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When Amazon Augmented AI created the human loop.
|
String |
getFailureReason()
The reason why the human loop failed.
|
String |
getFlowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
|
String |
getHumanLoopName()
The name of the human loop.
|
String |
getHumanLoopStatus()
The status of the human loop.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationTime(Date creationTime)
When Amazon Augmented AI created the human loop.
|
void |
setFailureReason(String failureReason)
The reason why the human loop failed.
|
void |
setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
|
void |
setHumanLoopName(String humanLoopName)
The name of the human loop.
|
void |
setHumanLoopStatus(String humanLoopStatus)
The status of the human loop.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopSummary |
withCreationTime(Date creationTime)
When Amazon Augmented AI created the human loop.
|
HumanLoopSummary |
withFailureReason(String failureReason)
The reason why the human loop failed.
|
HumanLoopSummary |
withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
|
HumanLoopSummary |
withHumanLoopName(String humanLoopName)
The name of the human loop.
|
HumanLoopSummary |
withHumanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
|
HumanLoopSummary |
withHumanLoopStatus(String humanLoopStatus)
The status of the human loop.
|
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 HumanLoopSummary withHumanLoopName(String humanLoopName)
The name of the human loop.
humanLoopName - The name of the human loop.public void setHumanLoopStatus(String humanLoopStatus)
The status of the human loop.
humanLoopStatus - The status of the human loop.HumanLoopStatuspublic String getHumanLoopStatus()
The status of the human loop.
HumanLoopStatuspublic HumanLoopSummary withHumanLoopStatus(String humanLoopStatus)
The status of the human loop.
humanLoopStatus - The status of the human loop.HumanLoopStatuspublic HumanLoopSummary withHumanLoopStatus(HumanLoopStatus humanLoopStatus)
The status of the human loop.
humanLoopStatus - The status of the human loop.HumanLoopStatuspublic void setCreationTime(Date creationTime)
When Amazon Augmented AI created the human loop.
creationTime - When Amazon Augmented AI created the human loop.public Date getCreationTime()
When Amazon Augmented AI created the human loop.
public HumanLoopSummary withCreationTime(Date creationTime)
When Amazon Augmented AI created the human loop.
creationTime - When Amazon Augmented AI created the human loop.public void setFailureReason(String failureReason)
The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.
failureReason - The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.public String getFailureReason()
The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.
Failed.public HumanLoopSummary withFailureReason(String failureReason)
The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.
failureReason - The reason why the human loop failed. A failure reason is returned when the status of the human loop is
Failed.public void setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.public String getFlowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
public HumanLoopSummary withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.
flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.public String toString()
toString in class ObjectObject.toString()public HumanLoopSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.