@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()
A unique identifier for the data source.
|
int |
hashCode() |
void |
setId(String id)
A unique identifier for the data source.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataSourceResult |
withId(String id)
A unique identifier for the data source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
A unique identifier for the data source.
id
- A unique identifier for the data source.public String getId()
A unique identifier for the data source.
public CreateDataSourceResult withId(String id)
A unique identifier for the data source.
id
- A unique identifier for the data source.public String toString()
toString
in class Object
Object.toString()
public CreateDataSourceResult clone()