public class UpdateDataSourceResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of an UpdateDataSource operation.
You can see the updated content by using the GetBatchPrediction operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dataSourceId
The ID assigned to the
DataSource during creation. |
Constructor and Description |
---|
UpdateDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSourceResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDataSourceId()
The ID assigned to the
DataSource during creation. |
int |
hashCode() |
void |
setDataSourceId(java.lang.String dataSourceId)
The ID assigned to the
DataSource during creation. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDataSourceResult |
withDataSourceId(java.lang.String dataSourceId)
The ID assigned to the
DataSource during creation. |
private java.lang.String dataSourceId
The ID assigned to the DataSource
during creation. This
value should be identical to the value of the DataSourceID
in the request.
public void setDataSourceId(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateDataSourceResult clone()
clone
in class java.lang.Object