@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSourceResult |
clone() |
boolean |
equals(Object obj) |
List<FormOutput> |
getAssetFormsOutput()
The asset forms to be updated as part of the
UpdateDataSource action. |
DataSourceConfigurationOutput |
getConfiguration()
The configuration to be updated as part of the
UpdateDataSource action. |
Date |
getCreatedAt()
The timestamp of when the data source was updated.
|
String |
getDescription()
The description to be updated as part of the
UpdateDataSource action. |
String |
getDomainId()
The identifier of the Amazon DataZone domain in which a data source is to be updated.
|
String |
getEnableSetting()
The enable setting to be updated as part of the
UpdateDataSource action. |
String |
getEnvironmentId()
The identifier of the environment in which a data source is to be updated.
|
DataSourceErrorMessage |
getErrorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
String |
getId()
The identifier of the data source to be updated.
|
Date |
getLastRunAt()
The timestamp of when the data source was last run.
|
DataSourceErrorMessage |
getLastRunErrorMessage()
The last run error message of the data source.
|
String |
getLastRunStatus()
The last run status of the data source.
|
String |
getName()
The name to be updated as part of the
UpdateDataSource action. |
String |
getProjectId()
The identifier of the project where data source is to be updated.
|
Boolean |
getPublishOnImport()
The publish on import setting to be updated as part of the
UpdateDataSource action. |
RecommendationConfiguration |
getRecommendation()
The recommendation to be updated as part of the
UpdateDataSource action. |
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 to be updated as part of the
UpdateDataSource action. |
SelfGrantStatusOutput |
getSelfGrantStatus()
Specifies the status of the self-granting functionality.
|
String |
getStatus()
The status to be updated as part of the
UpdateDataSource action. |
String |
getType()
The type to be updated as part of the
UpdateDataSource action. |
Date |
getUpdatedAt()
The timestamp of when the data source was updated.
|
int |
hashCode() |
Boolean |
isPublishOnImport()
The publish on import setting to be updated as part of the
UpdateDataSource action. |
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 forms to be updated as part of the
UpdateDataSource action. |
void |
setConfiguration(DataSourceConfigurationOutput configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
void |
setCreatedAt(Date createdAt)
The timestamp of when the data source was updated.
|
void |
setDescription(String description)
The description to be updated as part of the
UpdateDataSource action. |
void |
setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a data source is to be updated.
|
void |
setEnableSetting(String enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
void |
setEnvironmentId(String environmentId)
The identifier of the environment in which a data source is to be updated.
|
void |
setErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
void |
setId(String id)
The identifier of the data source to be updated.
|
void |
setLastRunAt(Date lastRunAt)
The timestamp of when the data source was last run.
|
void |
setLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
The last run error message of the data source.
|
void |
setLastRunStatus(String lastRunStatus)
The last run status of the data source.
|
void |
setName(String name)
The name to be updated as part of the
UpdateDataSource action. |
void |
setProjectId(String projectId)
The identifier of the project where data source is to be updated.
|
void |
setPublishOnImport(Boolean publishOnImport)
The publish on import setting to be updated as part of the
UpdateDataSource action. |
void |
setRecommendation(RecommendationConfiguration recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
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 to be updated as part of the
UpdateDataSource action. |
void |
setSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)
Specifies the status of the self-granting functionality.
|
void |
setStatus(String status)
The status to be updated as part of the
UpdateDataSource action. |
void |
setType(String type)
The type to be updated as part of the
UpdateDataSource action. |
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDataSourceResult |
withAssetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset forms to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withAssetFormsOutput(FormOutput... assetFormsOutput)
The asset forms to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withConfiguration(DataSourceConfigurationOutput configuration)
The configuration to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withCreatedAt(Date createdAt)
The timestamp of when the data source was updated.
|
UpdateDataSourceResult |
withDescription(String description)
The description to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a data source is to be updated.
|
UpdateDataSourceResult |
withEnableSetting(EnableSetting enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withEnableSetting(String enableSetting)
The enable setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withEnvironmentId(String environmentId)
The identifier of the environment in which a data source is to be updated.
|
UpdateDataSourceResult |
withErrorMessage(DataSourceErrorMessage errorMessage)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateDataSourceResult |
withId(String id)
The identifier of the data source to be updated.
|
UpdateDataSourceResult |
withLastRunAt(Date lastRunAt)
The timestamp of when the data source was last run.
|
UpdateDataSourceResult |
withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
The last run error message of the data source.
|
UpdateDataSourceResult |
withLastRunStatus(DataSourceRunStatus lastRunStatus)
The last run status of the data source.
|
UpdateDataSourceResult |
withLastRunStatus(String lastRunStatus)
The last run status of the data source.
|
UpdateDataSourceResult |
withName(String name)
The name to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withProjectId(String projectId)
The identifier of the project where data source is to be updated.
|
UpdateDataSourceResult |
withPublishOnImport(Boolean publishOnImport)
The publish on import setting to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withRecommendation(RecommendationConfiguration recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withRetainPermissionsOnRevokeFailure(Boolean retainPermissionsOnRevokeFailure)
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data
source.
|
UpdateDataSourceResult |
withSchedule(ScheduleConfiguration schedule)
The schedule to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withSelfGrantStatus(SelfGrantStatusOutput selfGrantStatus)
Specifies the status of the self-granting functionality.
|
UpdateDataSourceResult |
withStatus(DataSourceStatus status)
The status to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withStatus(String status)
The status to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withType(String type)
The type to be updated as part of the
UpdateDataSource action. |
UpdateDataSourceResult |
withUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FormOutput> getAssetFormsOutput()
The asset forms to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public void setAssetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset forms to be updated as part of the UpdateDataSource
action.
assetFormsOutput
- The asset forms to be updated as part of the UpdateDataSource
action.public UpdateDataSourceResult withAssetFormsOutput(FormOutput... assetFormsOutput)
The asset forms to be updated as part of the UpdateDataSource
action.
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 forms to be updated as part of the UpdateDataSource
action.public UpdateDataSourceResult withAssetFormsOutput(Collection<FormOutput> assetFormsOutput)
The asset forms to be updated as part of the UpdateDataSource
action.
assetFormsOutput
- The asset forms to be updated as part of the UpdateDataSource
action.public void setConfiguration(DataSourceConfigurationOutput configuration)
The configuration to be updated as part of the UpdateDataSource
action.
configuration
- The configuration to be updated as part of the UpdateDataSource
action.public DataSourceConfigurationOutput getConfiguration()
The configuration to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public UpdateDataSourceResult withConfiguration(DataSourceConfigurationOutput configuration)
The configuration to be updated as part of the UpdateDataSource
action.
configuration
- The configuration to be updated as part of the UpdateDataSource
action.public void setCreatedAt(Date createdAt)
The timestamp of when the data source was updated.
createdAt
- The timestamp of when the data source was updated.public Date getCreatedAt()
The timestamp of when the data source was updated.
public UpdateDataSourceResult withCreatedAt(Date createdAt)
The timestamp of when the data source was updated.
createdAt
- The timestamp of when the data source was updated.public void setDescription(String description)
The description to be updated as part of the UpdateDataSource
action.
description
- The description to be updated as part of the UpdateDataSource
action.public String getDescription()
The description to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public UpdateDataSourceResult withDescription(String description)
The description to be updated as part of the UpdateDataSource
action.
description
- The description to be updated as part of the UpdateDataSource
action.public void setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a data source is to be updated.
domainId
- The identifier of the Amazon DataZone domain in which a data source is to be updated.public String getDomainId()
The identifier of the Amazon DataZone domain in which a data source is to be updated.
public UpdateDataSourceResult withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a data source is to be updated.
domainId
- The identifier of the Amazon DataZone domain in which a data source is to be updated.public void setEnableSetting(String enableSetting)
The enable setting to be updated as part of the UpdateDataSource
action.
enableSetting
- The enable setting to be updated as part of the UpdateDataSource
action.EnableSetting
public String getEnableSetting()
The enable setting to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.EnableSetting
public UpdateDataSourceResult withEnableSetting(String enableSetting)
The enable setting to be updated as part of the UpdateDataSource
action.
enableSetting
- The enable setting to be updated as part of the UpdateDataSource
action.EnableSetting
public UpdateDataSourceResult withEnableSetting(EnableSetting enableSetting)
The enable setting to be updated as part of the UpdateDataSource
action.
enableSetting
- The enable setting to be updated as part of the UpdateDataSource
action.EnableSetting
public void setEnvironmentId(String environmentId)
The identifier of the environment in which a data source is to be updated.
environmentId
- The identifier of the environment in which a data source is to be updated.public String getEnvironmentId()
The identifier of the environment in which a data source is to be updated.
public UpdateDataSourceResult withEnvironmentId(String environmentId)
The identifier of the environment in which a data source is to be updated.
environmentId
- The identifier of the environment in which a data source is to be updated.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 UpdateDataSourceResult 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 identifier of the data source to be updated.
id
- The identifier of the data source to be updated.public String getId()
The identifier of the data source to be updated.
public UpdateDataSourceResult withId(String id)
The identifier of the data source to be updated.
id
- The identifier of the data source to be updated.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 UpdateDataSourceResult 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)
The last run error message of the data source.
lastRunErrorMessage
- The last run error message of the data source.public DataSourceErrorMessage getLastRunErrorMessage()
The last run error message of the data source.
public UpdateDataSourceResult withLastRunErrorMessage(DataSourceErrorMessage lastRunErrorMessage)
The last run error message of the data source.
lastRunErrorMessage
- The last run error message of the data source.public void setLastRunStatus(String lastRunStatus)
The last run status of the data source.
lastRunStatus
- The last run status of the data source.DataSourceRunStatus
public String getLastRunStatus()
The last run status of the data source.
DataSourceRunStatus
public UpdateDataSourceResult withLastRunStatus(String lastRunStatus)
The last run status of the data source.
lastRunStatus
- The last run status of the data source.DataSourceRunStatus
public UpdateDataSourceResult withLastRunStatus(DataSourceRunStatus lastRunStatus)
The last run status of the data source.
lastRunStatus
- The last run status of the data source.DataSourceRunStatus
public void setName(String name)
The name to be updated as part of the UpdateDataSource
action.
name
- The name to be updated as part of the UpdateDataSource
action.public String getName()
The name to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public UpdateDataSourceResult withName(String name)
The name to be updated as part of the UpdateDataSource
action.
name
- The name to be updated as part of the UpdateDataSource
action.public void setProjectId(String projectId)
The identifier of the project where data source is to be updated.
projectId
- The identifier of the project where data source is to be updated.public String getProjectId()
The identifier of the project where data source is to be updated.
public UpdateDataSourceResult withProjectId(String projectId)
The identifier of the project where data source is to be updated.
projectId
- The identifier of the project where data source is to be updated.public void setPublishOnImport(Boolean publishOnImport)
The publish on import setting to be updated as part of the UpdateDataSource
action.
publishOnImport
- The publish on import setting to be updated as part of the UpdateDataSource
action.public Boolean getPublishOnImport()
The publish on import setting to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public UpdateDataSourceResult withPublishOnImport(Boolean publishOnImport)
The publish on import setting to be updated as part of the UpdateDataSource
action.
publishOnImport
- The publish on import setting to be updated as part of the UpdateDataSource
action.public Boolean isPublishOnImport()
The publish on import setting to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public void setRecommendation(RecommendationConfiguration recommendation)
The recommendation to be updated as part of the UpdateDataSource
action.
recommendation
- The recommendation to be updated as part of the UpdateDataSource
action.public RecommendationConfiguration getRecommendation()
The recommendation to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public UpdateDataSourceResult withRecommendation(RecommendationConfiguration recommendation)
The recommendation to be updated as part of the UpdateDataSource
action.
recommendation
- The recommendation to be updated as part of the UpdateDataSource
action.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 UpdateDataSourceResult 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 to be updated as part of the UpdateDataSource
action.
schedule
- The schedule to be updated as part of the UpdateDataSource
action.public ScheduleConfiguration getSchedule()
The schedule to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public UpdateDataSourceResult withSchedule(ScheduleConfiguration schedule)
The schedule to be updated as part of the UpdateDataSource
action.
schedule
- The schedule to be updated as part of the UpdateDataSource
action.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 UpdateDataSourceResult 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 to be updated as part of the UpdateDataSource
action.
status
- The status to be updated as part of the UpdateDataSource
action.DataSourceStatus
public String getStatus()
The status to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.DataSourceStatus
public UpdateDataSourceResult withStatus(String status)
The status to be updated as part of the UpdateDataSource
action.
status
- The status to be updated as part of the UpdateDataSource
action.DataSourceStatus
public UpdateDataSourceResult withStatus(DataSourceStatus status)
The status to be updated as part of the UpdateDataSource
action.
status
- The status to be updated as part of the UpdateDataSource
action.DataSourceStatus
public void setType(String type)
The type to be updated as part of the UpdateDataSource
action.
type
- The type to be updated as part of the UpdateDataSource
action.public String getType()
The type to be updated as part of the UpdateDataSource
action.
UpdateDataSource
action.public UpdateDataSourceResult withType(String type)
The type to be updated as part of the UpdateDataSource
action.
type
- The type to be updated as part of the UpdateDataSource
action.public void setUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
updatedAt
- The timestamp of when the data source was updated.public Date getUpdatedAt()
The timestamp of when the data source was updated.
public UpdateDataSourceResult withUpdatedAt(Date updatedAt)
The timestamp of when the data source was updated.
updatedAt
- The timestamp of when the data source was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateDataSourceResult clone()