@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopInput extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the human loop input in JSON format.
Constructor and Description |
---|
HumanLoopInput() |
Modifier and Type | Method and Description |
---|---|
HumanLoopInput |
clone() |
boolean |
equals(Object obj) |
String |
getInputContent()
Serialized input from the human loop.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputContent(String inputContent)
Serialized input from the human loop.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopInput |
withInputContent(String inputContent)
Serialized input from the human loop.
|
public void setInputContent(String inputContent)
Serialized input from the human loop. The input must be a string representation of a file in JSON format.
inputContent
- Serialized input from the human loop. The input must be a string representation of a file in JSON format.public String getInputContent()
Serialized input from the human loop. The input must be a string representation of a file in JSON format.
public HumanLoopInput withInputContent(String inputContent)
Serialized input from the human loop. The input must be a string representation of a file in JSON format.
inputContent
- Serialized input from the human loop. The input must be a string representation of a file in JSON format.public String toString()
toString
in class Object
Object.toString()
public HumanLoopInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.