aws-sdk-datazone 1.136.0

AWS SDK for Amazon DataZone
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq)]
pub struct UpdateDataSourceOutput {
    /// <p>The identifier of the data source to be updated.</p>
    pub id: ::std::string::String,
    /// <p>The status to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub status: ::std::option::Option<crate::types::DataSourceStatus>,
    /// <p>The type to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub r#type: ::std::option::Option<::std::string::String>,
    /// <p>The name to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub name: ::std::string::String,
    /// <p>The description to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub description: ::std::option::Option<::std::string::String>,
    /// <p>The identifier of the Amazon DataZone domain in which a data source is to be updated.</p>
    pub domain_id: ::std::string::String,
    /// <p>The identifier of the project where data source is to be updated.</p>
    pub project_id: ::std::string::String,
    /// <p>The identifier of the environment in which a data source is to be updated.</p>
    pub environment_id: ::std::option::Option<::std::string::String>,
    /// <p>The connection ID.</p>
    pub connection_id: ::std::option::Option<::std::string::String>,
    /// <p>The configuration to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub configuration: ::std::option::Option<crate::types::DataSourceConfigurationOutput>,
    /// <p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub recommendation: ::std::option::Option<crate::types::RecommendationConfiguration>,
    /// <p>The enable setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub enable_setting: ::std::option::Option<crate::types::EnableSetting>,
    /// <p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub publish_on_import: ::std::option::Option<bool>,
    /// <p>The asset forms to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub asset_forms_output: ::std::option::Option<::std::vec::Vec<crate::types::FormOutput>>,
    /// <p>The schedule to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub schedule: ::std::option::Option<crate::types::ScheduleConfiguration>,
    /// <p>The last run status of the data source.</p>
    pub last_run_status: ::std::option::Option<crate::types::DataSourceRunStatus>,
    /// <p>The timestamp of when the data source was last run.</p>
    pub last_run_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    /// <p>The last run error message of the data source.</p>
    pub last_run_error_message: ::std::option::Option<crate::types::DataSourceErrorMessage>,
    /// <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
    pub error_message: ::std::option::Option<crate::types::DataSourceErrorMessage>,
    /// <p>The timestamp of when the data source was updated.</p>
    pub created_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    /// <p>The timestamp of when the data source was updated.</p>
    pub updated_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    /// <p>Specifies the status of the self-granting functionality.</p>
    pub self_grant_status: ::std::option::Option<crate::types::SelfGrantStatusOutput>,
    /// <p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>
    pub retain_permissions_on_revoke_failure: ::std::option::Option<bool>,
    _request_id: Option<String>,
}
impl UpdateDataSourceOutput {
    /// <p>The identifier of the data source to be updated.</p>
    pub fn id(&self) -> &str {
        use std::ops::Deref;
        self.id.deref()
    }
    /// <p>The status to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn status(&self) -> ::std::option::Option<&crate::types::DataSourceStatus> {
        self.status.as_ref()
    }
    /// <p>The type to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn r#type(&self) -> ::std::option::Option<&str> {
        self.r#type.as_deref()
    }
    /// <p>The name to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn name(&self) -> &str {
        use std::ops::Deref;
        self.name.deref()
    }
    /// <p>The description to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn description(&self) -> ::std::option::Option<&str> {
        self.description.as_deref()
    }
    /// <p>The identifier of the Amazon DataZone domain in which a data source is to be updated.</p>
    pub fn domain_id(&self) -> &str {
        use std::ops::Deref;
        self.domain_id.deref()
    }
    /// <p>The identifier of the project where data source is to be updated.</p>
    pub fn project_id(&self) -> &str {
        use std::ops::Deref;
        self.project_id.deref()
    }
    /// <p>The identifier of the environment in which a data source is to be updated.</p>
    pub fn environment_id(&self) -> ::std::option::Option<&str> {
        self.environment_id.as_deref()
    }
    /// <p>The connection ID.</p>
    pub fn connection_id(&self) -> ::std::option::Option<&str> {
        self.connection_id.as_deref()
    }
    /// <p>The configuration to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn configuration(&self) -> ::std::option::Option<&crate::types::DataSourceConfigurationOutput> {
        self.configuration.as_ref()
    }
    /// <p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn recommendation(&self) -> ::std::option::Option<&crate::types::RecommendationConfiguration> {
        self.recommendation.as_ref()
    }
    /// <p>The enable setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn enable_setting(&self) -> ::std::option::Option<&crate::types::EnableSetting> {
        self.enable_setting.as_ref()
    }
    /// <p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn publish_on_import(&self) -> ::std::option::Option<bool> {
        self.publish_on_import
    }
    /// <p>The asset forms to be updated as part of the <code>UpdateDataSource</code> action.</p>
    ///
    /// If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.asset_forms_output.is_none()`.
    pub fn asset_forms_output(&self) -> &[crate::types::FormOutput] {
        self.asset_forms_output.as_deref().unwrap_or_default()
    }
    /// <p>The schedule to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn schedule(&self) -> ::std::option::Option<&crate::types::ScheduleConfiguration> {
        self.schedule.as_ref()
    }
    /// <p>The last run status of the data source.</p>
    pub fn last_run_status(&self) -> ::std::option::Option<&crate::types::DataSourceRunStatus> {
        self.last_run_status.as_ref()
    }
    /// <p>The timestamp of when the data source was last run.</p>
    pub fn last_run_at(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
        self.last_run_at.as_ref()
    }
    /// <p>The last run error message of the data source.</p>
    pub fn last_run_error_message(&self) -> ::std::option::Option<&crate::types::DataSourceErrorMessage> {
        self.last_run_error_message.as_ref()
    }
    /// <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
    pub fn error_message(&self) -> ::std::option::Option<&crate::types::DataSourceErrorMessage> {
        self.error_message.as_ref()
    }
    /// <p>The timestamp of when the data source was updated.</p>
    pub fn created_at(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
        self.created_at.as_ref()
    }
    /// <p>The timestamp of when the data source was updated.</p>
    pub fn updated_at(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
        self.updated_at.as_ref()
    }
    /// <p>Specifies the status of the self-granting functionality.</p>
    pub fn self_grant_status(&self) -> ::std::option::Option<&crate::types::SelfGrantStatusOutput> {
        self.self_grant_status.as_ref()
    }
    /// <p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>
    pub fn retain_permissions_on_revoke_failure(&self) -> ::std::option::Option<bool> {
        self.retain_permissions_on_revoke_failure
    }
}
impl ::std::fmt::Debug for UpdateDataSourceOutput {
    fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
        let mut formatter = f.debug_struct("UpdateDataSourceOutput");
        formatter.field("id", &self.id);
        formatter.field("status", &self.status);
        formatter.field("r#type", &self.r#type);
        formatter.field("name", &"*** Sensitive Data Redacted ***");
        formatter.field("description", &"*** Sensitive Data Redacted ***");
        formatter.field("domain_id", &self.domain_id);
        formatter.field("project_id", &self.project_id);
        formatter.field("environment_id", &self.environment_id);
        formatter.field("connection_id", &self.connection_id);
        formatter.field("configuration", &self.configuration);
        formatter.field("recommendation", &self.recommendation);
        formatter.field("enable_setting", &self.enable_setting);
        formatter.field("publish_on_import", &self.publish_on_import);
        formatter.field("asset_forms_output", &self.asset_forms_output);
        formatter.field("schedule", &"*** Sensitive Data Redacted ***");
        formatter.field("last_run_status", &self.last_run_status);
        formatter.field("last_run_at", &self.last_run_at);
        formatter.field("last_run_error_message", &self.last_run_error_message);
        formatter.field("error_message", &self.error_message);
        formatter.field("created_at", &self.created_at);
        formatter.field("updated_at", &self.updated_at);
        formatter.field("self_grant_status", &self.self_grant_status);
        formatter.field("retain_permissions_on_revoke_failure", &self.retain_permissions_on_revoke_failure);
        formatter.field("_request_id", &self._request_id);
        formatter.finish()
    }
}
impl ::aws_types::request_id::RequestId for UpdateDataSourceOutput {
    fn request_id(&self) -> Option<&str> {
        self._request_id.as_deref()
    }
}
impl UpdateDataSourceOutput {
    /// Creates a new builder-style object to manufacture [`UpdateDataSourceOutput`](crate::operation::update_data_source::UpdateDataSourceOutput).
    pub fn builder() -> crate::operation::update_data_source::builders::UpdateDataSourceOutputBuilder {
        crate::operation::update_data_source::builders::UpdateDataSourceOutputBuilder::default()
    }
}

/// A builder for [`UpdateDataSourceOutput`](crate::operation::update_data_source::UpdateDataSourceOutput).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default)]
#[non_exhaustive]
pub struct UpdateDataSourceOutputBuilder {
    pub(crate) id: ::std::option::Option<::std::string::String>,
    pub(crate) status: ::std::option::Option<crate::types::DataSourceStatus>,
    pub(crate) r#type: ::std::option::Option<::std::string::String>,
    pub(crate) name: ::std::option::Option<::std::string::String>,
    pub(crate) description: ::std::option::Option<::std::string::String>,
    pub(crate) domain_id: ::std::option::Option<::std::string::String>,
    pub(crate) project_id: ::std::option::Option<::std::string::String>,
    pub(crate) environment_id: ::std::option::Option<::std::string::String>,
    pub(crate) connection_id: ::std::option::Option<::std::string::String>,
    pub(crate) configuration: ::std::option::Option<crate::types::DataSourceConfigurationOutput>,
    pub(crate) recommendation: ::std::option::Option<crate::types::RecommendationConfiguration>,
    pub(crate) enable_setting: ::std::option::Option<crate::types::EnableSetting>,
    pub(crate) publish_on_import: ::std::option::Option<bool>,
    pub(crate) asset_forms_output: ::std::option::Option<::std::vec::Vec<crate::types::FormOutput>>,
    pub(crate) schedule: ::std::option::Option<crate::types::ScheduleConfiguration>,
    pub(crate) last_run_status: ::std::option::Option<crate::types::DataSourceRunStatus>,
    pub(crate) last_run_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    pub(crate) last_run_error_message: ::std::option::Option<crate::types::DataSourceErrorMessage>,
    pub(crate) error_message: ::std::option::Option<crate::types::DataSourceErrorMessage>,
    pub(crate) created_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    pub(crate) updated_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    pub(crate) self_grant_status: ::std::option::Option<crate::types::SelfGrantStatusOutput>,
    pub(crate) retain_permissions_on_revoke_failure: ::std::option::Option<bool>,
    _request_id: Option<String>,
}
impl UpdateDataSourceOutputBuilder {
    /// <p>The identifier of the data source to be updated.</p>
    /// This field is required.
    pub fn id(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.id = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The identifier of the data source to be updated.</p>
    pub fn set_id(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.id = input;
        self
    }
    /// <p>The identifier of the data source to be updated.</p>
    pub fn get_id(&self) -> &::std::option::Option<::std::string::String> {
        &self.id
    }
    /// <p>The status to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn status(mut self, input: crate::types::DataSourceStatus) -> Self {
        self.status = ::std::option::Option::Some(input);
        self
    }
    /// <p>The status to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_status(mut self, input: ::std::option::Option<crate::types::DataSourceStatus>) -> Self {
        self.status = input;
        self
    }
    /// <p>The status to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_status(&self) -> &::std::option::Option<crate::types::DataSourceStatus> {
        &self.status
    }
    /// <p>The type to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn r#type(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.r#type = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The type to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_type(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.r#type = input;
        self
    }
    /// <p>The type to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_type(&self) -> &::std::option::Option<::std::string::String> {
        &self.r#type
    }
    /// <p>The name to be updated as part of the <code>UpdateDataSource</code> action.</p>
    /// This field is required.
    pub fn name(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.name = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The name to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_name(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.name = input;
        self
    }
    /// <p>The name to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_name(&self) -> &::std::option::Option<::std::string::String> {
        &self.name
    }
    /// <p>The description to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn description(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.description = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The description to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_description(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.description = input;
        self
    }
    /// <p>The description to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_description(&self) -> &::std::option::Option<::std::string::String> {
        &self.description
    }
    /// <p>The identifier of the Amazon DataZone domain in which a data source is to be updated.</p>
    /// This field is required.
    pub fn domain_id(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.domain_id = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The identifier of the Amazon DataZone domain in which a data source is to be updated.</p>
    pub fn set_domain_id(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.domain_id = input;
        self
    }
    /// <p>The identifier of the Amazon DataZone domain in which a data source is to be updated.</p>
    pub fn get_domain_id(&self) -> &::std::option::Option<::std::string::String> {
        &self.domain_id
    }
    /// <p>The identifier of the project where data source is to be updated.</p>
    /// This field is required.
    pub fn project_id(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.project_id = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The identifier of the project where data source is to be updated.</p>
    pub fn set_project_id(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.project_id = input;
        self
    }
    /// <p>The identifier of the project where data source is to be updated.</p>
    pub fn get_project_id(&self) -> &::std::option::Option<::std::string::String> {
        &self.project_id
    }
    /// <p>The identifier of the environment in which a data source is to be updated.</p>
    pub fn environment_id(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.environment_id = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The identifier of the environment in which a data source is to be updated.</p>
    pub fn set_environment_id(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.environment_id = input;
        self
    }
    /// <p>The identifier of the environment in which a data source is to be updated.</p>
    pub fn get_environment_id(&self) -> &::std::option::Option<::std::string::String> {
        &self.environment_id
    }
    /// <p>The connection ID.</p>
    pub fn connection_id(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.connection_id = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The connection ID.</p>
    pub fn set_connection_id(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.connection_id = input;
        self
    }
    /// <p>The connection ID.</p>
    pub fn get_connection_id(&self) -> &::std::option::Option<::std::string::String> {
        &self.connection_id
    }
    /// <p>The configuration to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn configuration(mut self, input: crate::types::DataSourceConfigurationOutput) -> Self {
        self.configuration = ::std::option::Option::Some(input);
        self
    }
    /// <p>The configuration to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_configuration(mut self, input: ::std::option::Option<crate::types::DataSourceConfigurationOutput>) -> Self {
        self.configuration = input;
        self
    }
    /// <p>The configuration to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_configuration(&self) -> &::std::option::Option<crate::types::DataSourceConfigurationOutput> {
        &self.configuration
    }
    /// <p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn recommendation(mut self, input: crate::types::RecommendationConfiguration) -> Self {
        self.recommendation = ::std::option::Option::Some(input);
        self
    }
    /// <p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_recommendation(mut self, input: ::std::option::Option<crate::types::RecommendationConfiguration>) -> Self {
        self.recommendation = input;
        self
    }
    /// <p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_recommendation(&self) -> &::std::option::Option<crate::types::RecommendationConfiguration> {
        &self.recommendation
    }
    /// <p>The enable setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn enable_setting(mut self, input: crate::types::EnableSetting) -> Self {
        self.enable_setting = ::std::option::Option::Some(input);
        self
    }
    /// <p>The enable setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_enable_setting(mut self, input: ::std::option::Option<crate::types::EnableSetting>) -> Self {
        self.enable_setting = input;
        self
    }
    /// <p>The enable setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_enable_setting(&self) -> &::std::option::Option<crate::types::EnableSetting> {
        &self.enable_setting
    }
    /// <p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn publish_on_import(mut self, input: bool) -> Self {
        self.publish_on_import = ::std::option::Option::Some(input);
        self
    }
    /// <p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_publish_on_import(mut self, input: ::std::option::Option<bool>) -> Self {
        self.publish_on_import = input;
        self
    }
    /// <p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_publish_on_import(&self) -> &::std::option::Option<bool> {
        &self.publish_on_import
    }
    /// Appends an item to `asset_forms_output`.
    ///
    /// To override the contents of this collection use [`set_asset_forms_output`](Self::set_asset_forms_output).
    ///
    /// <p>The asset forms to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn asset_forms_output(mut self, input: crate::types::FormOutput) -> Self {
        let mut v = self.asset_forms_output.unwrap_or_default();
        v.push(input);
        self.asset_forms_output = ::std::option::Option::Some(v);
        self
    }
    /// <p>The asset forms to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_asset_forms_output(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::FormOutput>>) -> Self {
        self.asset_forms_output = input;
        self
    }
    /// <p>The asset forms to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_asset_forms_output(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::FormOutput>> {
        &self.asset_forms_output
    }
    /// <p>The schedule to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn schedule(mut self, input: crate::types::ScheduleConfiguration) -> Self {
        self.schedule = ::std::option::Option::Some(input);
        self
    }
    /// <p>The schedule to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn set_schedule(mut self, input: ::std::option::Option<crate::types::ScheduleConfiguration>) -> Self {
        self.schedule = input;
        self
    }
    /// <p>The schedule to be updated as part of the <code>UpdateDataSource</code> action.</p>
    pub fn get_schedule(&self) -> &::std::option::Option<crate::types::ScheduleConfiguration> {
        &self.schedule
    }
    /// <p>The last run status of the data source.</p>
    pub fn last_run_status(mut self, input: crate::types::DataSourceRunStatus) -> Self {
        self.last_run_status = ::std::option::Option::Some(input);
        self
    }
    /// <p>The last run status of the data source.</p>
    pub fn set_last_run_status(mut self, input: ::std::option::Option<crate::types::DataSourceRunStatus>) -> Self {
        self.last_run_status = input;
        self
    }
    /// <p>The last run status of the data source.</p>
    pub fn get_last_run_status(&self) -> &::std::option::Option<crate::types::DataSourceRunStatus> {
        &self.last_run_status
    }
    /// <p>The timestamp of when the data source was last run.</p>
    pub fn last_run_at(mut self, input: ::aws_smithy_types::DateTime) -> Self {
        self.last_run_at = ::std::option::Option::Some(input);
        self
    }
    /// <p>The timestamp of when the data source was last run.</p>
    pub fn set_last_run_at(mut self, input: ::std::option::Option<::aws_smithy_types::DateTime>) -> Self {
        self.last_run_at = input;
        self
    }
    /// <p>The timestamp of when the data source was last run.</p>
    pub fn get_last_run_at(&self) -> &::std::option::Option<::aws_smithy_types::DateTime> {
        &self.last_run_at
    }
    /// <p>The last run error message of the data source.</p>
    pub fn last_run_error_message(mut self, input: crate::types::DataSourceErrorMessage) -> Self {
        self.last_run_error_message = ::std::option::Option::Some(input);
        self
    }
    /// <p>The last run error message of the data source.</p>
    pub fn set_last_run_error_message(mut self, input: ::std::option::Option<crate::types::DataSourceErrorMessage>) -> Self {
        self.last_run_error_message = input;
        self
    }
    /// <p>The last run error message of the data source.</p>
    pub fn get_last_run_error_message(&self) -> &::std::option::Option<crate::types::DataSourceErrorMessage> {
        &self.last_run_error_message
    }
    /// <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
    pub fn error_message(mut self, input: crate::types::DataSourceErrorMessage) -> Self {
        self.error_message = ::std::option::Option::Some(input);
        self
    }
    /// <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
    pub fn set_error_message(mut self, input: ::std::option::Option<crate::types::DataSourceErrorMessage>) -> Self {
        self.error_message = input;
        self
    }
    /// <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
    pub fn get_error_message(&self) -> &::std::option::Option<crate::types::DataSourceErrorMessage> {
        &self.error_message
    }
    /// <p>The timestamp of when the data source was updated.</p>
    pub fn created_at(mut self, input: ::aws_smithy_types::DateTime) -> Self {
        self.created_at = ::std::option::Option::Some(input);
        self
    }
    /// <p>The timestamp of when the data source was updated.</p>
    pub fn set_created_at(mut self, input: ::std::option::Option<::aws_smithy_types::DateTime>) -> Self {
        self.created_at = input;
        self
    }
    /// <p>The timestamp of when the data source was updated.</p>
    pub fn get_created_at(&self) -> &::std::option::Option<::aws_smithy_types::DateTime> {
        &self.created_at
    }
    /// <p>The timestamp of when the data source was updated.</p>
    pub fn updated_at(mut self, input: ::aws_smithy_types::DateTime) -> Self {
        self.updated_at = ::std::option::Option::Some(input);
        self
    }
    /// <p>The timestamp of when the data source was updated.</p>
    pub fn set_updated_at(mut self, input: ::std::option::Option<::aws_smithy_types::DateTime>) -> Self {
        self.updated_at = input;
        self
    }
    /// <p>The timestamp of when the data source was updated.</p>
    pub fn get_updated_at(&self) -> &::std::option::Option<::aws_smithy_types::DateTime> {
        &self.updated_at
    }
    /// <p>Specifies the status of the self-granting functionality.</p>
    pub fn self_grant_status(mut self, input: crate::types::SelfGrantStatusOutput) -> Self {
        self.self_grant_status = ::std::option::Option::Some(input);
        self
    }
    /// <p>Specifies the status of the self-granting functionality.</p>
    pub fn set_self_grant_status(mut self, input: ::std::option::Option<crate::types::SelfGrantStatusOutput>) -> Self {
        self.self_grant_status = input;
        self
    }
    /// <p>Specifies the status of the self-granting functionality.</p>
    pub fn get_self_grant_status(&self) -> &::std::option::Option<crate::types::SelfGrantStatusOutput> {
        &self.self_grant_status
    }
    /// <p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>
    pub fn retain_permissions_on_revoke_failure(mut self, input: bool) -> Self {
        self.retain_permissions_on_revoke_failure = ::std::option::Option::Some(input);
        self
    }
    /// <p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>
    pub fn set_retain_permissions_on_revoke_failure(mut self, input: ::std::option::Option<bool>) -> Self {
        self.retain_permissions_on_revoke_failure = input;
        self
    }
    /// <p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>
    pub fn get_retain_permissions_on_revoke_failure(&self) -> &::std::option::Option<bool> {
        &self.retain_permissions_on_revoke_failure
    }
    pub(crate) fn _request_id(mut self, request_id: impl Into<String>) -> Self {
        self._request_id = Some(request_id.into());
        self
    }

    pub(crate) fn _set_request_id(&mut self, request_id: Option<String>) -> &mut Self {
        self._request_id = request_id;
        self
    }
    /// Consumes the builder and constructs a [`UpdateDataSourceOutput`](crate::operation::update_data_source::UpdateDataSourceOutput).
    /// This method will fail if any of the following fields are not set:
    /// - [`id`](crate::operation::update_data_source::builders::UpdateDataSourceOutputBuilder::id)
    /// - [`name`](crate::operation::update_data_source::builders::UpdateDataSourceOutputBuilder::name)
    /// - [`domain_id`](crate::operation::update_data_source::builders::UpdateDataSourceOutputBuilder::domain_id)
    /// - [`project_id`](crate::operation::update_data_source::builders::UpdateDataSourceOutputBuilder::project_id)
    pub fn build(
        self,
    ) -> ::std::result::Result<crate::operation::update_data_source::UpdateDataSourceOutput, ::aws_smithy_types::error::operation::BuildError> {
        ::std::result::Result::Ok(crate::operation::update_data_source::UpdateDataSourceOutput {
            id: self.id.ok_or_else(|| {
                ::aws_smithy_types::error::operation::BuildError::missing_field(
                    "id",
                    "id was not specified but it is required when building UpdateDataSourceOutput",
                )
            })?,
            status: self.status,
            r#type: self.r#type,
            name: self.name.ok_or_else(|| {
                ::aws_smithy_types::error::operation::BuildError::missing_field(
                    "name",
                    "name was not specified but it is required when building UpdateDataSourceOutput",
                )
            })?,
            description: self.description,
            domain_id: self.domain_id.ok_or_else(|| {
                ::aws_smithy_types::error::operation::BuildError::missing_field(
                    "domain_id",
                    "domain_id was not specified but it is required when building UpdateDataSourceOutput",
                )
            })?,
            project_id: self.project_id.ok_or_else(|| {
                ::aws_smithy_types::error::operation::BuildError::missing_field(
                    "project_id",
                    "project_id was not specified but it is required when building UpdateDataSourceOutput",
                )
            })?,
            environment_id: self.environment_id,
            connection_id: self.connection_id,
            configuration: self.configuration,
            recommendation: self.recommendation,
            enable_setting: self.enable_setting,
            publish_on_import: self.publish_on_import,
            asset_forms_output: self.asset_forms_output,
            schedule: self.schedule,
            last_run_status: self.last_run_status,
            last_run_at: self.last_run_at,
            last_run_error_message: self.last_run_error_message,
            error_message: self.error_message,
            created_at: self.created_at,
            updated_at: self.updated_at,
            self_grant_status: self.self_grant_status,
            retain_permissions_on_revoke_failure: self.retain_permissions_on_revoke_failure,
            _request_id: self._request_id,
        })
    }
}
impl ::std::fmt::Debug for UpdateDataSourceOutputBuilder {
    fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
        let mut formatter = f.debug_struct("UpdateDataSourceOutputBuilder");
        formatter.field("id", &self.id);
        formatter.field("status", &self.status);
        formatter.field("r#type", &self.r#type);
        formatter.field("name", &"*** Sensitive Data Redacted ***");
        formatter.field("description", &"*** Sensitive Data Redacted ***");
        formatter.field("domain_id", &self.domain_id);
        formatter.field("project_id", &self.project_id);
        formatter.field("environment_id", &self.environment_id);
        formatter.field("connection_id", &self.connection_id);
        formatter.field("configuration", &self.configuration);
        formatter.field("recommendation", &self.recommendation);
        formatter.field("enable_setting", &self.enable_setting);
        formatter.field("publish_on_import", &self.publish_on_import);
        formatter.field("asset_forms_output", &self.asset_forms_output);
        formatter.field("schedule", &"*** Sensitive Data Redacted ***");
        formatter.field("last_run_status", &self.last_run_status);
        formatter.field("last_run_at", &self.last_run_at);
        formatter.field("last_run_error_message", &self.last_run_error_message);
        formatter.field("error_message", &self.error_message);
        formatter.field("created_at", &self.created_at);
        formatter.field("updated_at", &self.updated_at);
        formatter.field("self_grant_status", &self.self_grant_status);
        formatter.field("retain_permissions_on_revoke_failure", &self.retain_permissions_on_revoke_failure);
        formatter.field("_request_id", &self._request_id);
        formatter.finish()
    }
}