public class UpdatePromptResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UpdatePromptResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPromptARN()
The Amazon Resource Name (ARN) of the prompt.
|
java.lang.String |
getPromptId()
A unique identifier for the prompt.
|
int |
hashCode() |
void |
setPromptARN(java.lang.String promptARN)
The Amazon Resource Name (ARN) of the prompt.
|
void |
setPromptId(java.lang.String promptId)
A unique identifier for the prompt.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdatePromptResult |
withPromptARN(java.lang.String promptARN)
The Amazon Resource Name (ARN) of the prompt.
|
UpdatePromptResult |
withPromptId(java.lang.String promptId)
A unique identifier for the prompt.
|
public java.lang.String getPromptARN()
The Amazon Resource Name (ARN) of the prompt.
The Amazon Resource Name (ARN) of the prompt.
public void setPromptARN(java.lang.String promptARN)
The Amazon Resource Name (ARN) of the prompt.
promptARN - The Amazon Resource Name (ARN) of the prompt.
public UpdatePromptResult withPromptARN(java.lang.String promptARN)
The Amazon Resource Name (ARN) of the prompt.
Returns a reference to this object so that method calls can be chained together.
promptARN - The Amazon Resource Name (ARN) of the prompt.
public java.lang.String getPromptId()
A unique identifier for the prompt.
Constraints:
Length: 1 - 256
A unique identifier for the prompt.
public void setPromptId(java.lang.String promptId)
A unique identifier for the prompt.
Constraints:
Length: 1 - 256
promptId - A unique identifier for the prompt.
public UpdatePromptResult withPromptId(java.lang.String promptId)
A unique identifier for the prompt.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
promptId - A unique identifier for 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