@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteDataSourceResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDataSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataSourceId()
The unique identifier of the data source that was deleted.
|
String |
getKnowledgeBaseId()
The unique identifier of the knowledge base to which the data source that was deleted belonged.
|
String |
getStatus()
The status of the data source.
|
int |
hashCode() |
void |
setDataSourceId(String dataSourceId)
The unique identifier of the data source that was deleted.
|
void |
setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to which the data source that was deleted belonged.
|
void |
setStatus(String status)
The status of the data source.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDataSourceResult |
withDataSourceId(String dataSourceId)
The unique identifier of the data source that was deleted.
|
DeleteDataSourceResult |
withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to which the data source that was deleted belonged.
|
DeleteDataSourceResult |
withStatus(DataSourceStatus status)
The status of the data source.
|
DeleteDataSourceResult |
withStatus(String status)
The status of the data source.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDataSourceId(String dataSourceId)
The unique identifier of the data source that was deleted.
dataSourceId - The unique identifier of the data source that was deleted.public String getDataSourceId()
The unique identifier of the data source that was deleted.
public DeleteDataSourceResult withDataSourceId(String dataSourceId)
The unique identifier of the data source that was deleted.
dataSourceId - The unique identifier of the data source that was deleted.public void setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to which the data source that was deleted belonged.
knowledgeBaseId - The unique identifier of the knowledge base to which the data source that was deleted belonged.public String getKnowledgeBaseId()
The unique identifier of the knowledge base to which the data source that was deleted belonged.
public DeleteDataSourceResult withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base to which the data source that was deleted belonged.
knowledgeBaseId - The unique identifier of the knowledge base to which the data source that was deleted belonged.public void setStatus(String status)
The status of the data source.
status - The status of the data source.DataSourceStatuspublic String getStatus()
The status of the data source.
DataSourceStatuspublic DeleteDataSourceResult withStatus(String status)
The status of the data source.
status - The status of the data source.DataSourceStatuspublic DeleteDataSourceResult withStatus(DataSourceStatus status)
The status of the data source.
status - The status of the data source.DataSourceStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteDataSourceResult clone()