@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)
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.
|
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 Object
Object.toString()
public HumanLoopInputContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.