Class UpdateDataSourceResult
java.lang.Object
com.amazonaws.services.machinelearning.model.UpdateDataSourceResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of an UpdateDataSource operation.
You can see the updated content by using the GetBatchPrediction operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID assigned to theDataSource
during creation.int
hashCode()
void
setDataSourceId
(String dataSourceId) The ID assigned to theDataSource
during creation.toString()
Returns a string representation of this object; useful for testing and debugging.withDataSourceId
(String dataSourceId) The ID assigned to theDataSource
during creation.
-
Constructor Details
-
UpdateDataSourceResult
public UpdateDataSourceResult()
-
-
Method Details
-
setDataSourceId
The ID assigned to the
DataSource
during creation. This value should be identical to the value of theDataSourceID
in the request.- Parameters:
dataSourceId
- The ID assigned to theDataSource
during creation. This value should be identical to the value of theDataSourceID
in the request.
-
getDataSourceId
The ID assigned to the
DataSource
during creation. This value should be identical to the value of theDataSourceID
in the request.- Returns:
- The ID assigned to the
DataSource
during creation. This value should be identical to the value of theDataSourceID
in the request.
-
withDataSourceId
The ID assigned to the
DataSource
during creation. This value should be identical to the value of theDataSourceID
in the request.- Parameters:
dataSourceId
- The ID assigned to theDataSource
during creation. This value should be identical to the value of theDataSourceID
in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-