@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParsingPrompt extends Object implements Serializable, Cloneable, StructuredPojo
Instructions for interpreting the contents of a document.
Constructor and Description |
---|
ParsingPrompt() |
Modifier and Type | Method and Description |
---|---|
ParsingPrompt |
clone() |
boolean |
equals(Object obj) |
String |
getParsingPromptText()
Instructions for interpreting the contents of a document.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setParsingPromptText(String parsingPromptText)
Instructions for interpreting the contents of a document.
|
String |
toString()
Returns a string representation of this object.
|
ParsingPrompt |
withParsingPromptText(String parsingPromptText)
Instructions for interpreting the contents of a document.
|
public void setParsingPromptText(String parsingPromptText)
Instructions for interpreting the contents of a document.
parsingPromptText
- Instructions for interpreting the contents of a document.public String getParsingPromptText()
Instructions for interpreting the contents of a document.
public ParsingPrompt withParsingPromptText(String parsingPromptText)
Instructions for interpreting the contents of a document.
parsingPromptText
- Instructions for interpreting the contents of a document.public String toString()
toString
in class Object
Object.toString()
public ParsingPrompt clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.