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