@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProfileObjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteProfileObjectResult() |
Modifier and Type | Method and Description |
---|---|
DeleteProfileObjectResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message that indicates the delete request is done.
|
int |
hashCode() |
void |
setMessage(String message)
A message that indicates the delete request is done.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProfileObjectResult |
withMessage(String message)
A message that indicates the delete request is done.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMessage(String message)
A message that indicates the delete request is done.
message
- A message that indicates the delete request is done.public String getMessage()
A message that indicates the delete request is done.
public DeleteProfileObjectResult withMessage(String message)
A message that indicates the delete request is done.
message
- A message that indicates the delete request is done.public String toString()
toString
in class Object
Object.toString()
public DeleteProfileObjectResult clone()