@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePromptResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeletePromptResult() |
Modifier and Type | Method and Description |
---|---|
DeletePromptResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier of the prompt that was deleted.
|
String |
getVersion()
The version of the prompt that was deleted.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier of the prompt that was deleted.
|
void |
setVersion(String version)
The version of the prompt that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeletePromptResult |
withId(String id)
The unique identifier of the prompt that was deleted.
|
DeletePromptResult |
withVersion(String version)
The version of the prompt that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The unique identifier of the prompt that was deleted.
id
- The unique identifier of the prompt that was deleted.public String getId()
The unique identifier of the prompt that was deleted.
public DeletePromptResult withId(String id)
The unique identifier of the prompt that was deleted.
id
- The unique identifier of the prompt that was deleted.public void setVersion(String version)
The version of the prompt that was deleted.
version
- The version of the prompt that was deleted.public String getVersion()
The version of the prompt that was deleted.
public DeletePromptResult withVersion(String version)
The version of the prompt that was deleted.
version
- The version of the prompt that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeletePromptResult clone()