Class UpdateDataSourceResult
- java.lang.Object
-
- com.amazonaws.services.machinelearning.model.UpdateDataSourceResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class UpdateDataSourceResult extends Object implements Serializable, Cloneable
Represents the output of an UpdateDataSource operation.
You can see the updated content by using the GetBatchPrediction operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateDataSourceResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDataSourceResultclone()booleanequals(Object obj)StringgetDataSourceId()The ID assigned to theDataSourceduring creation.inthashCode()voidsetDataSourceId(String dataSourceId)The ID assigned to theDataSourceduring creation.StringtoString()Returns a string representation of this object; useful for testing and debugging.UpdateDataSourceResultwithDataSourceId(String dataSourceId)The ID assigned to theDataSourceduring creation.
-
-
-
Method Detail
-
setDataSourceId
public void setDataSourceId(String dataSourceId)
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
public String 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
public UpdateDataSourceResult withDataSourceId(String dataSourceId)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateDataSourceResult clone()
-
-