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.
| Constructor and Description | 
|---|
| UpdateDataSourceResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateDataSourceResult | clone() | 
| boolean | equals(Object obj) | 
| String | getDataSourceId()The ID assigned to the  DataSourceduring creation. | 
| int | hashCode() | 
| void | setDataSourceId(String dataSourceId)The ID assigned to the  DataSourceduring creation. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateDataSourceResult | withDataSourceId(String dataSourceId)The ID assigned to the  DataSourceduring creation. | 
public String getDataSourceId()
DataSource during creation. This
 value should be identical to the value of the
 DataSourceID in the request.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
DataSource during creation. This
         value should be identical to the value of the
         DataSourceID in the request.public void setDataSourceId(String dataSourceId)
DataSource during creation. This
 value should be identical to the value of the
 DataSourceID in the request.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
dataSourceId - The ID assigned to the DataSource during creation. This
         value should be identical to the value of the
         DataSourceID in the request.public UpdateDataSourceResult withDataSourceId(String dataSourceId)
DataSource during creation. This
 value should be identical to the value of the
 DataSourceID in the request.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
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 ObjectObject.toString()public UpdateDataSourceResult clone()
Copyright © 2015. All rights reserved.