@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopInputContent extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the input.
| Constructor and Description |
|---|
HumanLoopInputContent() |
| Modifier and Type | Method and Description |
|---|---|
HumanLoopInputContent |
clone() |
boolean |
equals(Object obj) |
String |
getInputContent()
Serialized input from the human loop.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputContent(String inputContent)
Serialized input from the human loop.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopInputContent |
withInputContent(String inputContent)
Serialized input from the human loop.
|
public void setInputContent(String inputContent)
Serialized input from the human loop.
inputContent - Serialized input from the human loop.public String getInputContent()
Serialized input from the human loop.
public HumanLoopInputContent withInputContent(String inputContent)
Serialized input from the human loop.
inputContent - Serialized input from the human loop.public String toString()
toString in class ObjectObject.toString()public HumanLoopInputContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.