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