@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSourceResult |
clone() |
boolean |
equals(Object obj) |
DataSource |
getDataSource()
The updated
DataSource object. |
int |
hashCode() |
void |
setDataSource(DataSource dataSource)
The updated
DataSource object. |
String |
toString()
Returns a string representation of this object.
|
UpdateDataSourceResult |
withDataSource(DataSource dataSource)
The updated
DataSource object. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataSource(DataSource dataSource)
The updated DataSource
object.
dataSource
- The updated DataSource
object.public DataSource getDataSource()
The updated DataSource
object.
DataSource
object.public UpdateDataSourceResult withDataSource(DataSource dataSource)
The updated DataSource
object.
dataSource
- The updated DataSource
object.public String toString()
toString
in class Object
Object.toString()
public UpdateDataSourceResult clone()
Copyright © 2023. All rights reserved.