@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIntegrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteIntegrationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteIntegrationResult |
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.
|
DeleteIntegrationResult |
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 DeleteIntegrationResult 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 DeleteIntegrationResult clone()