@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePromptResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribePromptResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribePromptResult | clone() | 
| boolean | equals(Object obj) | 
| Prompt | getPrompt()
 Information about the prompt. | 
| int | hashCode() | 
| void | setPrompt(Prompt prompt)
 Information about the prompt. | 
| String | toString()Returns a string representation of this object. | 
| DescribePromptResult | withPrompt(Prompt prompt)
 Information about the prompt. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPrompt(Prompt prompt)
Information about the prompt.
prompt - Information about the prompt.public Prompt getPrompt()
Information about the prompt.
public DescribePromptResult withPrompt(Prompt prompt)
Information about the prompt.
prompt - Information about the prompt.public String toString()
toString in class ObjectObject.toString()public DescribePromptResult clone()