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()booleanThe ID assigned to theDataSourceduring creation.inthashCode()voidsetDataSourceId(String dataSourceId) The ID assigned to theDataSourceduring creation.toString()Returns a string representation of this object; useful for testing and debugging.withDataSourceId(String dataSourceId) The ID assigned to theDataSourceduring creation.
-
Constructor Details
-
UpdateDataSourceResult
public UpdateDataSourceResult()
-
-
Method Details
-
setDataSourceId
The ID assigned to the
DataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.- Parameters:
dataSourceId- The ID assigned to theDataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.
-
getDataSourceId
The ID assigned to the
DataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.- Returns:
- The ID assigned to the
DataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.
-
withDataSourceId
The ID assigned to the
DataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.- Parameters:
dataSourceId- The ID assigned to theDataSourceduring creation. This value should be identical to the value of theDataSourceIDin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-