public class DescribePromptResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribePromptResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Prompt |
getPrompt()
Information about the prompt.
|
int |
hashCode() |
void |
setPrompt(Prompt prompt)
Information about the prompt.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePromptResult |
withPrompt(Prompt prompt)
Information about the prompt.
|
public Prompt getPrompt()
Information about the prompt.
Information about the prompt.
public void setPrompt(Prompt prompt)
Information about the prompt.
prompt - Information about the prompt.
public DescribePromptResult withPrompt(Prompt prompt)
Information about the prompt.
Returns a reference to this object so that method calls can be chained together.
prompt - Information about the prompt.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object