@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) |
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 ObjectObject.toString()public ParsingPrompt clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.