@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a GetDataSource
operation.
Constructor and Description |
---|
DeleteDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDataSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message associated with deletion of the data source.
|
int |
hashCode() |
void |
setMessage(String message)
A message associated with deletion of the data source.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDataSourceResult |
withMessage(String message)
A message associated with deletion of the data source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMessage(String message)
A message associated with deletion of the data source.
message
- A message associated with deletion of the data source.public String getMessage()
A message associated with deletion of the data source.
public DeleteDataSourceResult withMessage(String message)
A message associated with deletion of the data source.
message
- A message associated with deletion of the data source.public String toString()
toString
in class Object
Object.toString()
public DeleteDataSourceResult clone()