@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) |
List<FormOutput> |
getAssetFormsOutput()
The asset data forms associated with this data source.
|
DataSourceConfigurationOutput |
getConfiguration()
The configuration of the data source that is deleted.
|
Date |
getCreatedAt()
The timestamp of when this data source was created.
|
String |
getDescription()
The description of the data source that is deleted.
|
String |
getDomainId()
The ID of the Amazon DataZone domain in which the data source is deleted.
|
String |
getEnableSetting()
The enable setting of the data source that specifies whether the data source is enabled or disabled.
|
String |
getEnvironmentId()
The ID of the environemnt associated with this data source.
|
DataSourceErrorMessage |
getErrorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
String |
getId()
The ID of the data source that is deleted.
|
Date |
getLastRunAt()
The timestamp of when the data source was last run.
|
DataSourceErrorMessage |
getLastRunErrorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
String |
getLastRunStatus()
The status of the last run of this data source.
|
String |
getName()
The name of the data source that is deleted.
|
String |
getProjectId()
The ID of the project in which this data source exists and from which it's deleted.
|
Boolean |
getPublishOnImport()
Specifies whether the assets that this data source creates in the inventory are to be also automatically
published to the catalog.
|
Boolean |
getRetainPermissionsOnRevokeFailure()
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data
source.
|
ScheduleConfiguration |
getSchedule()
The schedule of runs for this data source.
|
SelfGrantStatusOutput |
getSelfGrantStatus()
Specifies the status of the self-granting functionality.
|
String |
getStatus()
The status of this data source.
|
String |
getType()
The type of this data source.
|
Date |
getUpdatedAt()
The timestamp of when this data source was updated.
|
int |
hashCode() |
Boolean |
isPublishOnImport()
Specifies whether the assets that this data source creates in the inventory are to be also automatically
published to the catalog.
|
Boolean |
isRetainPermissionsOnRevokeFailure()
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data
source.
|
void |
setAssetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset data forms associated with this data source.
|
void |
setConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
|
void |
setCreatedAt(Date createdAt)
The timestamp of when this data source was created.
|
void |
setDescription(String description)
The description of the data source that is deleted.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source is deleted.
|
void |
setEnableSetting(String enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
|
void |
setEnvironmentId(String environmentId)
The ID of the environemnt associated with this data source.
|
void |
setErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
void |
setId(String id)
The ID of the data source that is deleted.
|
void |
setLastRunAt(Date lastRunAt)
The timestamp of when the data source was last run.
|
void |
setLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
void |
setLastRunStatus(String lastRunStatus)
The status of the last run of this data source.
|
void |
setName(String name)
The name of the data source that is deleted.
|
void |
setProjectId(String projectId)
The ID of the project in which this data source exists and from which it's deleted.
|
void |
setPublishOnImport(Boolean publishOnImport)
Specifies whether the assets that this data source creates in the inventory are to be also automatically
published to the catalog.
|
void |
setRetainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure)
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data
source.
|
void |
setSchedule(ScheduleConfiguration schedule)
The schedule of runs for this data source.
|
void |
setSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)
Specifies the status of the self-granting functionality.
|
void |
setStatus(String status)
The status of this data source.
|
void |
setType(String type)
The type of this data source.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when this data source was updated.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDataSourceResult |
withAssetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset data forms associated with this data source.
|
DeleteDataSourceResult |
withAssetFormsOutput(FormOutput... assetFormsOutput)
The asset data forms associated with this data source.
|
DeleteDataSourceResult |
withConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
|
DeleteDataSourceResult |
withCreatedAt(Date createdAt)
The timestamp of when this data source was created.
|
DeleteDataSourceResult |
withDescription(String description)
The description of the data source that is deleted.
|
DeleteDataSourceResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source is deleted.
|
DeleteDataSourceResult |
withEnableSetting(EnableSetting enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
|
DeleteDataSourceResult |
withEnableSetting(String enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
|
DeleteDataSourceResult |
withEnvironmentId(String environmentId)
The ID of the environemnt associated with this data source.
|
DeleteDataSourceResult |
withErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
DeleteDataSourceResult |
withId(String id)
The ID of the data source that is deleted.
|
DeleteDataSourceResult |
withLastRunAt(Date lastRunAt)
The timestamp of when the data source was last run.
|
DeleteDataSourceResult |
withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
DeleteDataSourceResult |
withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of this data source.
|
DeleteDataSourceResult |
withLastRunStatus(String lastRunStatus)
The status of the last run of this data source.
|
DeleteDataSourceResult |
withName(String name)
The name of the data source that is deleted.
|
DeleteDataSourceResult |
withProjectId(String projectId)
The ID of the project in which this data source exists and from which it's deleted.
|
DeleteDataSourceResult |
withPublishOnImport(Boolean publishOnImport)
Specifies whether the assets that this data source creates in the inventory are to be also automatically
published to the catalog.
|
DeleteDataSourceResult |
withRetainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure)
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data
source.
|
DeleteDataSourceResult |
withSchedule(ScheduleConfiguration schedule)
The schedule of runs for this data source.
|
DeleteDataSourceResult |
withSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)
Specifies the status of the self-granting functionality.
|
DeleteDataSourceResult |
withStatus(DataSourceStatus status)
The status of this data source.
|
DeleteDataSourceResult |
withStatus(String status)
The status of this data source.
|
DeleteDataSourceResult |
withType(String type)
The type of this data source.
|
DeleteDataSourceResult |
withUpdatedAt(Date updatedAt)
The timestamp of when this data source was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FormOutput> getAssetFormsOutput()
The asset data forms associated with this data source.
public void setAssetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset data forms associated with this data source.
assetFormsOutput
- The asset data forms associated with this data source.public DeleteDataSourceResult withAssetFormsOutput(FormOutput... assetFormsOutput)
The asset data forms associated with this data source.
NOTE: This method appends the values to the existing list (if any). Use
setAssetFormsOutput(java.util.Collection)
or withAssetFormsOutput(java.util.Collection)
if you
want to override the existing values.
assetFormsOutput
- The asset data forms associated with this data source.public DeleteDataSourceResult withAssetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset data forms associated with this data source.
assetFormsOutput
- The asset data forms associated with this data source.public void setConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
configuration
- The configuration of the data source that is deleted.public DataSourceConfigurationOutput getConfiguration()
The configuration of the data source that is deleted.
public DeleteDataSourceResult withConfiguration(DataSourceConfigurationOutput configuration)
The configuration of the data source that is deleted.
configuration
- The configuration of the data source that is deleted.public void setCreatedAt(Date createdAt)
The timestamp of when this data source was created.
createdAt
- The timestamp of when this data source was created.public Date getCreatedAt()
The timestamp of when this data source was created.
public DeleteDataSourceResult withCreatedAt(Date createdAt)
The timestamp of when this data source was created.
createdAt
- The timestamp of when this data source was created.public void setDescription(String description)
The description of the data source that is deleted.
description
- The description of the data source that is deleted.public String getDescription()
The description of the data source that is deleted.
public DeleteDataSourceResult withDescription(String description)
The description of the data source that is deleted.
description
- The description of the data source that is deleted.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source is deleted.
domainId
- The ID of the Amazon DataZone domain in which the data source is deleted.public String getDomainId()
The ID of the Amazon DataZone domain in which the data source is deleted.
public DeleteDataSourceResult withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the data source is deleted.
domainId
- The ID of the Amazon DataZone domain in which the data source is deleted.public void setEnableSetting(String enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
enableSetting
- The enable setting of the data source that specifies whether the data source is enabled or disabled.EnableSetting
public String getEnableSetting()
The enable setting of the data source that specifies whether the data source is enabled or disabled.
EnableSetting
public DeleteDataSourceResult withEnableSetting(String enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
enableSetting
- The enable setting of the data source that specifies whether the data source is enabled or disabled.EnableSetting
public DeleteDataSourceResult withEnableSetting(EnableSetting enableSetting)
The enable setting of the data source that specifies whether the data source is enabled or disabled.
enableSetting
- The enable setting of the data source that specifies whether the data source is enabled or disabled.EnableSetting
public void setEnvironmentId(String environmentId)
The ID of the environemnt associated with this data source.
environmentId
- The ID of the environemnt associated with this data source.public String getEnvironmentId()
The ID of the environemnt associated with this data source.
public DeleteDataSourceResult withEnvironmentId(String environmentId)
The ID of the environemnt associated with this data source.
environmentId
- The ID of the environemnt associated with this data source.public void setErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
errorMessage
- Specifies the error message that is returned if the operation cannot be successfully completed.public DataSourceErrorMessage getErrorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
public DeleteDataSourceResult withErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
errorMessage
- Specifies the error message that is returned if the operation cannot be successfully completed.public void setId(String id)
The ID of the data source that is deleted.
id
- The ID of the data source that is deleted.public String getId()
The ID of the data source that is deleted.
public DeleteDataSourceResult withId(String id)
The ID of the data source that is deleted.
id
- The ID of the data source that is deleted.public void setLastRunAt(Date lastRunAt)
The timestamp of when the data source was last run.
lastRunAt
- The timestamp of when the data source was last run.public Date getLastRunAt()
The timestamp of when the data source was last run.
public DeleteDataSourceResult withLastRunAt(Date lastRunAt)
The timestamp of when the data source was last run.
lastRunAt
- The timestamp of when the data source was last run.public void setLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
lastRunErrorMessage
- Specifies the error message that is returned if the operation cannot be successfully completed.public DataSourceErrorMessage getLastRunErrorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
public DeleteDataSourceResult withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
lastRunErrorMessage
- Specifies the error message that is returned if the operation cannot be successfully completed.public void setLastRunStatus(String lastRunStatus)
The status of the last run of this data source.
lastRunStatus
- The status of the last run of this data source.DataSourceRunStatus
public String getLastRunStatus()
The status of the last run of this data source.
DataSourceRunStatus
public DeleteDataSourceResult withLastRunStatus(String lastRunStatus)
The status of the last run of this data source.
lastRunStatus
- The status of the last run of this data source.DataSourceRunStatus
public DeleteDataSourceResult withLastRunStatus(DataSourceRunStatus lastRunStatus)
The status of the last run of this data source.
lastRunStatus
- The status of the last run of this data source.DataSourceRunStatus
public void setName(String name)
The name of the data source that is deleted.
name
- The name of the data source that is deleted.public String getName()
The name of the data source that is deleted.
public DeleteDataSourceResult withName(String name)
The name of the data source that is deleted.
name
- The name of the data source that is deleted.public void setProjectId(String projectId)
The ID of the project in which this data source exists and from which it's deleted.
projectId
- The ID of the project in which this data source exists and from which it's deleted.public String getProjectId()
The ID of the project in which this data source exists and from which it's deleted.
public DeleteDataSourceResult withProjectId(String projectId)
The ID of the project in which this data source exists and from which it's deleted.
projectId
- The ID of the project in which this data source exists and from which it's deleted.public void setPublishOnImport(Boolean publishOnImport)
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
publishOnImport
- Specifies whether the assets that this data source creates in the inventory are to be also automatically
published to the catalog.public Boolean getPublishOnImport()
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
public DeleteDataSourceResult withPublishOnImport(Boolean publishOnImport)
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
publishOnImport
- Specifies whether the assets that this data source creates in the inventory are to be also automatically
published to the catalog.public Boolean isPublishOnImport()
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
public void setRetainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure)
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
retainPermissionsOnRevokeFailure
- Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for
a data source.public Boolean getRetainPermissionsOnRevokeFailure()
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
public DeleteDataSourceResult withRetainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure)
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
retainPermissionsOnRevokeFailure
- Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for
a data source.public Boolean isRetainPermissionsOnRevokeFailure()
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
public void setSchedule(ScheduleConfiguration schedule)
The schedule of runs for this data source.
schedule
- The schedule of runs for this data source.public ScheduleConfiguration getSchedule()
The schedule of runs for this data source.
public DeleteDataSourceResult withSchedule(ScheduleConfiguration schedule)
The schedule of runs for this data source.
schedule
- The schedule of runs for this data source.public void setSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)
Specifies the status of the self-granting functionality.
selfGrantStatus
- Specifies the status of the self-granting functionality.public SelfGrantStatusOutput getSelfGrantStatus()
Specifies the status of the self-granting functionality.
public DeleteDataSourceResult withSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)
Specifies the status of the self-granting functionality.
selfGrantStatus
- Specifies the status of the self-granting functionality.public void setStatus(String status)
The status of this data source.
status
- The status of this data source.DataSourceStatus
public String getStatus()
The status of this data source.
DataSourceStatus
public DeleteDataSourceResult withStatus(String status)
The status of this data source.
status
- The status of this data source.DataSourceStatus
public DeleteDataSourceResult withStatus(DataSourceStatus status)
The status of this data source.
status
- The status of this data source.DataSourceStatus
public void setType(String type)
The type of this data source.
type
- The type of this data source.public String getType()
The type of this data source.
public DeleteDataSourceResult withType(String type)
The type of this data source.
type
- The type of this data source.public void setUpdatedAt(Date updatedAt)
The timestamp of when this data source was updated.
updatedAt
- The timestamp of when this data source was updated.public Date getUpdatedAt()
The timestamp of when this data source was updated.
public DeleteDataSourceResult withUpdatedAt(Date updatedAt)
The timestamp of when this data source was updated.
updatedAt
- The timestamp of when this data source was updated.public String toString()
toString
in class Object
Object.toString()
public DeleteDataSourceResult clone()