@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of an UpdateDataSource
operation.
You can see the updated content by using the GetBatchPrediction
operation.
Constructor and Description |
---|
UpdateDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataSourceId()
The ID assigned to the
DataSource during creation. |
int |
hashCode() |
void |
setDataSourceId(String dataSourceId)
The ID assigned to the
DataSource during creation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDataSourceResult |
withDataSourceId(String dataSourceId)
The ID assigned to the
DataSource during creation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataSourceId(String dataSourceId)
The ID assigned to the DataSource
during creation. This value should be identical to the value of
the DataSourceID
in the request.
dataSourceId
- The ID assigned to the DataSource
during creation. This value should be identical to the
value of the DataSourceID
in the request.public String getDataSourceId()
The ID assigned to the DataSource
during creation. This value should be identical to the value of
the DataSourceID
in the request.
DataSource
during creation. This value should be identical to the
value of the DataSourceID
in the request.public UpdateDataSourceResult withDataSourceId(String dataSourceId)
The ID assigned to the DataSource
during creation. This value should be identical to the value of
the DataSourceID
in the request.
dataSourceId
- The ID assigned to the DataSource
during creation. This value should be identical to the
value of the DataSourceID
in the request.public String toString()
toString
in class Object
Object.toString()
public UpdateDataSourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.