@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
CreateDataSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the data source connector.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the data source connector.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataSourceResult |
withId(String id)
The identifier of the data source connector.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The identifier of the data source connector.
id
- The identifier of the data source connector.public String getId()
The identifier of the data source connector.
public CreateDataSourceResult withId(String id)
The identifier of the data source connector.
id
- The identifier of the data source connector.public String toString()
toString
in class Object
Object.toString()
public CreateDataSourceResult clone()