aws-sdk-robomaker 1.81.0

AWS SDK for AWS RoboMaker
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
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
// 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, ::std::fmt::Debug)]
pub struct DescribeSimulationJobOutput {
    /// <p>The Amazon Resource Name (ARN) of the simulation job.</p>
    pub arn: ::std::option::Option<::std::string::String>,
    /// <p>The name of the simulation job.</p>
    pub name: ::std::option::Option<::std::string::String>,
    /// <p>The status of the simulation job.</p>
    pub status: ::std::option::Option<crate::types::SimulationJobStatus>,
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last started.</p>
    pub last_started_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>
    pub last_updated_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    /// <p>The failure behavior for the simulation job.</p>
    pub failure_behavior: ::std::option::Option<crate::types::FailureBehavior>,
    /// <p>The failure code of the simulation job if it failed:</p>
    /// <dl>
    /// <dt>
    /// InternalServiceError
    /// </dt>
    /// <dd>
    /// <p>Internal service error.</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Robot application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Simulation application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsS3Output
    /// </dt>
    /// <dd>
    /// <p>Unable to publish outputs to customer-provided S3 bucket.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsCloudwatchLogs
    /// </dt>
    /// <dd>
    /// <p>Unable to publish logs to customer-provided CloudWatch Logs resource.</p>
    /// </dd>
    /// <dt>
    /// SubnetIpLimitExceeded
    /// </dt>
    /// <dd>
    /// <p>Subnet IP limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// ENILimitExceeded
    /// </dt>
    /// <dd>
    /// <p>ENI limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsUserCredentials
    /// </dt>
    /// <dd>
    /// <p>Unable to use the Role provided.</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for RobotApplication does not match value during version creation.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for SimulationApplication does not match value during version creation.</p>
    /// </dd>
    /// </dl>
    pub failure_code: ::std::option::Option<crate::types::SimulationJobErrorCode>,
    /// <p>Details about why the simulation job failed. For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html">Troubleshooting</a>.</p>
    pub failure_reason: ::std::option::Option<::std::string::String>,
    /// <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
    pub client_request_token: ::std::option::Option<::std::string::String>,
    /// <p>Location for output files generated by the simulation job.</p>
    pub output_location: ::std::option::Option<crate::types::OutputLocation>,
    /// <p>The logging configuration.</p>
    pub logging_config: ::std::option::Option<crate::types::LoggingConfig>,
    /// <p>The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.</p>
    pub max_job_duration_in_seconds: i64,
    /// <p>The simulation job execution duration in milliseconds.</p>
    pub simulation_time_millis: i64,
    /// <p>The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.</p>
    pub iam_role: ::std::option::Option<::std::string::String>,
    /// <p>A list of robot applications.</p>
    pub robot_applications: ::std::option::Option<::std::vec::Vec<crate::types::RobotApplicationConfig>>,
    /// <p>A list of simulation applications.</p>
    pub simulation_applications: ::std::option::Option<::std::vec::Vec<crate::types::SimulationApplicationConfig>>,
    /// <p>The data sources for the simulation job.</p>
    pub data_sources: ::std::option::Option<::std::vec::Vec<crate::types::DataSource>>,
    /// <p>The list of all tags added to the specified simulation job.</p>
    pub tags: ::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>,
    /// <p>The VPC configuration.</p>
    pub vpc_config: ::std::option::Option<crate::types::VpcConfigResponse>,
    /// <p>The network interface information for the simulation job.</p>
    pub network_interface: ::std::option::Option<crate::types::NetworkInterface>,
    /// <p>Compute information for the simulation job.</p>
    pub compute: ::std::option::Option<crate::types::ComputeResponse>,
    _request_id: Option<String>,
}
impl DescribeSimulationJobOutput {
    /// <p>The Amazon Resource Name (ARN) of the simulation job.</p>
    pub fn arn(&self) -> ::std::option::Option<&str> {
        self.arn.as_deref()
    }
    /// <p>The name of the simulation job.</p>
    pub fn name(&self) -> ::std::option::Option<&str> {
        self.name.as_deref()
    }
    /// <p>The status of the simulation job.</p>
    pub fn status(&self) -> ::std::option::Option<&crate::types::SimulationJobStatus> {
        self.status.as_ref()
    }
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last started.</p>
    pub fn last_started_at(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
        self.last_started_at.as_ref()
    }
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>
    pub fn last_updated_at(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
        self.last_updated_at.as_ref()
    }
    /// <p>The failure behavior for the simulation job.</p>
    pub fn failure_behavior(&self) -> ::std::option::Option<&crate::types::FailureBehavior> {
        self.failure_behavior.as_ref()
    }
    /// <p>The failure code of the simulation job if it failed:</p>
    /// <dl>
    /// <dt>
    /// InternalServiceError
    /// </dt>
    /// <dd>
    /// <p>Internal service error.</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Robot application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Simulation application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsS3Output
    /// </dt>
    /// <dd>
    /// <p>Unable to publish outputs to customer-provided S3 bucket.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsCloudwatchLogs
    /// </dt>
    /// <dd>
    /// <p>Unable to publish logs to customer-provided CloudWatch Logs resource.</p>
    /// </dd>
    /// <dt>
    /// SubnetIpLimitExceeded
    /// </dt>
    /// <dd>
    /// <p>Subnet IP limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// ENILimitExceeded
    /// </dt>
    /// <dd>
    /// <p>ENI limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsUserCredentials
    /// </dt>
    /// <dd>
    /// <p>Unable to use the Role provided.</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for RobotApplication does not match value during version creation.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for SimulationApplication does not match value during version creation.</p>
    /// </dd>
    /// </dl>
    pub fn failure_code(&self) -> ::std::option::Option<&crate::types::SimulationJobErrorCode> {
        self.failure_code.as_ref()
    }
    /// <p>Details about why the simulation job failed. For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html">Troubleshooting</a>.</p>
    pub fn failure_reason(&self) -> ::std::option::Option<&str> {
        self.failure_reason.as_deref()
    }
    /// <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
    pub fn client_request_token(&self) -> ::std::option::Option<&str> {
        self.client_request_token.as_deref()
    }
    /// <p>Location for output files generated by the simulation job.</p>
    pub fn output_location(&self) -> ::std::option::Option<&crate::types::OutputLocation> {
        self.output_location.as_ref()
    }
    /// <p>The logging configuration.</p>
    pub fn logging_config(&self) -> ::std::option::Option<&crate::types::LoggingConfig> {
        self.logging_config.as_ref()
    }
    /// <p>The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.</p>
    pub fn max_job_duration_in_seconds(&self) -> i64 {
        self.max_job_duration_in_seconds
    }
    /// <p>The simulation job execution duration in milliseconds.</p>
    pub fn simulation_time_millis(&self) -> i64 {
        self.simulation_time_millis
    }
    /// <p>The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.</p>
    pub fn iam_role(&self) -> ::std::option::Option<&str> {
        self.iam_role.as_deref()
    }
    /// <p>A list of robot applications.</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 `.robot_applications.is_none()`.
    pub fn robot_applications(&self) -> &[crate::types::RobotApplicationConfig] {
        self.robot_applications.as_deref().unwrap_or_default()
    }
    /// <p>A list of simulation applications.</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 `.simulation_applications.is_none()`.
    pub fn simulation_applications(&self) -> &[crate::types::SimulationApplicationConfig] {
        self.simulation_applications.as_deref().unwrap_or_default()
    }
    /// <p>The data sources for the simulation job.</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 `.data_sources.is_none()`.
    pub fn data_sources(&self) -> &[crate::types::DataSource] {
        self.data_sources.as_deref().unwrap_or_default()
    }
    /// <p>The list of all tags added to the specified simulation job.</p>
    pub fn tags(&self) -> ::std::option::Option<&::std::collections::HashMap<::std::string::String, ::std::string::String>> {
        self.tags.as_ref()
    }
    /// <p>The VPC configuration.</p>
    pub fn vpc_config(&self) -> ::std::option::Option<&crate::types::VpcConfigResponse> {
        self.vpc_config.as_ref()
    }
    /// <p>The network interface information for the simulation job.</p>
    pub fn network_interface(&self) -> ::std::option::Option<&crate::types::NetworkInterface> {
        self.network_interface.as_ref()
    }
    /// <p>Compute information for the simulation job.</p>
    pub fn compute(&self) -> ::std::option::Option<&crate::types::ComputeResponse> {
        self.compute.as_ref()
    }
}
impl ::aws_types::request_id::RequestId for DescribeSimulationJobOutput {
    fn request_id(&self) -> Option<&str> {
        self._request_id.as_deref()
    }
}
impl DescribeSimulationJobOutput {
    /// Creates a new builder-style object to manufacture [`DescribeSimulationJobOutput`](crate::operation::describe_simulation_job::DescribeSimulationJobOutput).
    pub fn builder() -> crate::operation::describe_simulation_job::builders::DescribeSimulationJobOutputBuilder {
        crate::operation::describe_simulation_job::builders::DescribeSimulationJobOutputBuilder::default()
    }
}

/// A builder for [`DescribeSimulationJobOutput`](crate::operation::describe_simulation_job::DescribeSimulationJobOutput).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct DescribeSimulationJobOutputBuilder {
    pub(crate) arn: ::std::option::Option<::std::string::String>,
    pub(crate) name: ::std::option::Option<::std::string::String>,
    pub(crate) status: ::std::option::Option<crate::types::SimulationJobStatus>,
    pub(crate) last_started_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    pub(crate) last_updated_at: ::std::option::Option<::aws_smithy_types::DateTime>,
    pub(crate) failure_behavior: ::std::option::Option<crate::types::FailureBehavior>,
    pub(crate) failure_code: ::std::option::Option<crate::types::SimulationJobErrorCode>,
    pub(crate) failure_reason: ::std::option::Option<::std::string::String>,
    pub(crate) client_request_token: ::std::option::Option<::std::string::String>,
    pub(crate) output_location: ::std::option::Option<crate::types::OutputLocation>,
    pub(crate) logging_config: ::std::option::Option<crate::types::LoggingConfig>,
    pub(crate) max_job_duration_in_seconds: ::std::option::Option<i64>,
    pub(crate) simulation_time_millis: ::std::option::Option<i64>,
    pub(crate) iam_role: ::std::option::Option<::std::string::String>,
    pub(crate) robot_applications: ::std::option::Option<::std::vec::Vec<crate::types::RobotApplicationConfig>>,
    pub(crate) simulation_applications: ::std::option::Option<::std::vec::Vec<crate::types::SimulationApplicationConfig>>,
    pub(crate) data_sources: ::std::option::Option<::std::vec::Vec<crate::types::DataSource>>,
    pub(crate) tags: ::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>,
    pub(crate) vpc_config: ::std::option::Option<crate::types::VpcConfigResponse>,
    pub(crate) network_interface: ::std::option::Option<crate::types::NetworkInterface>,
    pub(crate) compute: ::std::option::Option<crate::types::ComputeResponse>,
    _request_id: Option<String>,
}
impl DescribeSimulationJobOutputBuilder {
    /// <p>The Amazon Resource Name (ARN) of the simulation job.</p>
    pub fn arn(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.arn = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The Amazon Resource Name (ARN) of the simulation job.</p>
    pub fn set_arn(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.arn = input;
        self
    }
    /// <p>The Amazon Resource Name (ARN) of the simulation job.</p>
    pub fn get_arn(&self) -> &::std::option::Option<::std::string::String> {
        &self.arn
    }
    /// <p>The name of the simulation job.</p>
    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 of the simulation job.</p>
    pub fn set_name(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.name = input;
        self
    }
    /// <p>The name of the simulation job.</p>
    pub fn get_name(&self) -> &::std::option::Option<::std::string::String> {
        &self.name
    }
    /// <p>The status of the simulation job.</p>
    pub fn status(mut self, input: crate::types::SimulationJobStatus) -> Self {
        self.status = ::std::option::Option::Some(input);
        self
    }
    /// <p>The status of the simulation job.</p>
    pub fn set_status(mut self, input: ::std::option::Option<crate::types::SimulationJobStatus>) -> Self {
        self.status = input;
        self
    }
    /// <p>The status of the simulation job.</p>
    pub fn get_status(&self) -> &::std::option::Option<crate::types::SimulationJobStatus> {
        &self.status
    }
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last started.</p>
    pub fn last_started_at(mut self, input: ::aws_smithy_types::DateTime) -> Self {
        self.last_started_at = ::std::option::Option::Some(input);
        self
    }
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last started.</p>
    pub fn set_last_started_at(mut self, input: ::std::option::Option<::aws_smithy_types::DateTime>) -> Self {
        self.last_started_at = input;
        self
    }
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last started.</p>
    pub fn get_last_started_at(&self) -> &::std::option::Option<::aws_smithy_types::DateTime> {
        &self.last_started_at
    }
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>
    pub fn last_updated_at(mut self, input: ::aws_smithy_types::DateTime) -> Self {
        self.last_updated_at = ::std::option::Option::Some(input);
        self
    }
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>
    pub fn set_last_updated_at(mut self, input: ::std::option::Option<::aws_smithy_types::DateTime>) -> Self {
        self.last_updated_at = input;
        self
    }
    /// <p>The time, in milliseconds since the epoch, when the simulation job was last updated.</p>
    pub fn get_last_updated_at(&self) -> &::std::option::Option<::aws_smithy_types::DateTime> {
        &self.last_updated_at
    }
    /// <p>The failure behavior for the simulation job.</p>
    pub fn failure_behavior(mut self, input: crate::types::FailureBehavior) -> Self {
        self.failure_behavior = ::std::option::Option::Some(input);
        self
    }
    /// <p>The failure behavior for the simulation job.</p>
    pub fn set_failure_behavior(mut self, input: ::std::option::Option<crate::types::FailureBehavior>) -> Self {
        self.failure_behavior = input;
        self
    }
    /// <p>The failure behavior for the simulation job.</p>
    pub fn get_failure_behavior(&self) -> &::std::option::Option<crate::types::FailureBehavior> {
        &self.failure_behavior
    }
    /// <p>The failure code of the simulation job if it failed:</p>
    /// <dl>
    /// <dt>
    /// InternalServiceError
    /// </dt>
    /// <dd>
    /// <p>Internal service error.</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Robot application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Simulation application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsS3Output
    /// </dt>
    /// <dd>
    /// <p>Unable to publish outputs to customer-provided S3 bucket.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsCloudwatchLogs
    /// </dt>
    /// <dd>
    /// <p>Unable to publish logs to customer-provided CloudWatch Logs resource.</p>
    /// </dd>
    /// <dt>
    /// SubnetIpLimitExceeded
    /// </dt>
    /// <dd>
    /// <p>Subnet IP limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// ENILimitExceeded
    /// </dt>
    /// <dd>
    /// <p>ENI limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsUserCredentials
    /// </dt>
    /// <dd>
    /// <p>Unable to use the Role provided.</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for RobotApplication does not match value during version creation.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for SimulationApplication does not match value during version creation.</p>
    /// </dd>
    /// </dl>
    pub fn failure_code(mut self, input: crate::types::SimulationJobErrorCode) -> Self {
        self.failure_code = ::std::option::Option::Some(input);
        self
    }
    /// <p>The failure code of the simulation job if it failed:</p>
    /// <dl>
    /// <dt>
    /// InternalServiceError
    /// </dt>
    /// <dd>
    /// <p>Internal service error.</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Robot application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Simulation application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsS3Output
    /// </dt>
    /// <dd>
    /// <p>Unable to publish outputs to customer-provided S3 bucket.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsCloudwatchLogs
    /// </dt>
    /// <dd>
    /// <p>Unable to publish logs to customer-provided CloudWatch Logs resource.</p>
    /// </dd>
    /// <dt>
    /// SubnetIpLimitExceeded
    /// </dt>
    /// <dd>
    /// <p>Subnet IP limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// ENILimitExceeded
    /// </dt>
    /// <dd>
    /// <p>ENI limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsUserCredentials
    /// </dt>
    /// <dd>
    /// <p>Unable to use the Role provided.</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for RobotApplication does not match value during version creation.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for SimulationApplication does not match value during version creation.</p>
    /// </dd>
    /// </dl>
    pub fn set_failure_code(mut self, input: ::std::option::Option<crate::types::SimulationJobErrorCode>) -> Self {
        self.failure_code = input;
        self
    }
    /// <p>The failure code of the simulation job if it failed:</p>
    /// <dl>
    /// <dt>
    /// InternalServiceError
    /// </dt>
    /// <dd>
    /// <p>Internal service error.</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Robot application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationCrash
    /// </dt>
    /// <dd>
    /// <p>Simulation application exited abnormally.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation application bundle could not be downloaded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsS3Output
    /// </dt>
    /// <dd>
    /// <p>Unable to publish outputs to customer-provided S3 bucket.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsCloudwatchLogs
    /// </dt>
    /// <dd>
    /// <p>Unable to publish logs to customer-provided CloudWatch Logs resource.</p>
    /// </dd>
    /// <dt>
    /// SubnetIpLimitExceeded
    /// </dt>
    /// <dd>
    /// <p>Subnet IP limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// ENILimitExceeded
    /// </dt>
    /// <dd>
    /// <p>ENI limit exceeded.</p>
    /// </dd>
    /// <dt>
    /// BadPermissionsUserCredentials
    /// </dt>
    /// <dd>
    /// <p>Unable to use the Role provided.</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleRobotApplication
    /// </dt>
    /// <dd>
    /// <p>Robot bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// InvalidBundleSimulationApplication
    /// </dt>
    /// <dd>
    /// <p>Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).</p>
    /// </dd>
    /// <dt>
    /// RobotApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for RobotApplication does not match value during version creation.</p>
    /// </dd>
    /// <dt>
    /// SimulationApplicationVersionMismatchedEtag
    /// </dt>
    /// <dd>
    /// <p>Etag for SimulationApplication does not match value during version creation.</p>
    /// </dd>
    /// </dl>
    pub fn get_failure_code(&self) -> &::std::option::Option<crate::types::SimulationJobErrorCode> {
        &self.failure_code
    }
    /// <p>Details about why the simulation job failed. For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html">Troubleshooting</a>.</p>
    pub fn failure_reason(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.failure_reason = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>Details about why the simulation job failed. For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html">Troubleshooting</a>.</p>
    pub fn set_failure_reason(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.failure_reason = input;
        self
    }
    /// <p>Details about why the simulation job failed. For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html">Troubleshooting</a>.</p>
    pub fn get_failure_reason(&self) -> &::std::option::Option<::std::string::String> {
        &self.failure_reason
    }
    /// <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
    pub fn client_request_token(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.client_request_token = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
    pub fn set_client_request_token(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.client_request_token = input;
        self
    }
    /// <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
    pub fn get_client_request_token(&self) -> &::std::option::Option<::std::string::String> {
        &self.client_request_token
    }
    /// <p>Location for output files generated by the simulation job.</p>
    pub fn output_location(mut self, input: crate::types::OutputLocation) -> Self {
        self.output_location = ::std::option::Option::Some(input);
        self
    }
    /// <p>Location for output files generated by the simulation job.</p>
    pub fn set_output_location(mut self, input: ::std::option::Option<crate::types::OutputLocation>) -> Self {
        self.output_location = input;
        self
    }
    /// <p>Location for output files generated by the simulation job.</p>
    pub fn get_output_location(&self) -> &::std::option::Option<crate::types::OutputLocation> {
        &self.output_location
    }
    /// <p>The logging configuration.</p>
    pub fn logging_config(mut self, input: crate::types::LoggingConfig) -> Self {
        self.logging_config = ::std::option::Option::Some(input);
        self
    }
    /// <p>The logging configuration.</p>
    pub fn set_logging_config(mut self, input: ::std::option::Option<crate::types::LoggingConfig>) -> Self {
        self.logging_config = input;
        self
    }
    /// <p>The logging configuration.</p>
    pub fn get_logging_config(&self) -> &::std::option::Option<crate::types::LoggingConfig> {
        &self.logging_config
    }
    /// <p>The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.</p>
    pub fn max_job_duration_in_seconds(mut self, input: i64) -> Self {
        self.max_job_duration_in_seconds = ::std::option::Option::Some(input);
        self
    }
    /// <p>The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.</p>
    pub fn set_max_job_duration_in_seconds(mut self, input: ::std::option::Option<i64>) -> Self {
        self.max_job_duration_in_seconds = input;
        self
    }
    /// <p>The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.</p>
    pub fn get_max_job_duration_in_seconds(&self) -> &::std::option::Option<i64> {
        &self.max_job_duration_in_seconds
    }
    /// <p>The simulation job execution duration in milliseconds.</p>
    pub fn simulation_time_millis(mut self, input: i64) -> Self {
        self.simulation_time_millis = ::std::option::Option::Some(input);
        self
    }
    /// <p>The simulation job execution duration in milliseconds.</p>
    pub fn set_simulation_time_millis(mut self, input: ::std::option::Option<i64>) -> Self {
        self.simulation_time_millis = input;
        self
    }
    /// <p>The simulation job execution duration in milliseconds.</p>
    pub fn get_simulation_time_millis(&self) -> &::std::option::Option<i64> {
        &self.simulation_time_millis
    }
    /// <p>The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.</p>
    pub fn iam_role(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
        self.iam_role = ::std::option::Option::Some(input.into());
        self
    }
    /// <p>The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.</p>
    pub fn set_iam_role(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
        self.iam_role = input;
        self
    }
    /// <p>The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.</p>
    pub fn get_iam_role(&self) -> &::std::option::Option<::std::string::String> {
        &self.iam_role
    }
    /// Appends an item to `robot_applications`.
    ///
    /// To override the contents of this collection use [`set_robot_applications`](Self::set_robot_applications).
    ///
    /// <p>A list of robot applications.</p>
    pub fn robot_applications(mut self, input: crate::types::RobotApplicationConfig) -> Self {
        let mut v = self.robot_applications.unwrap_or_default();
        v.push(input);
        self.robot_applications = ::std::option::Option::Some(v);
        self
    }
    /// <p>A list of robot applications.</p>
    pub fn set_robot_applications(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::RobotApplicationConfig>>) -> Self {
        self.robot_applications = input;
        self
    }
    /// <p>A list of robot applications.</p>
    pub fn get_robot_applications(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::RobotApplicationConfig>> {
        &self.robot_applications
    }
    /// Appends an item to `simulation_applications`.
    ///
    /// To override the contents of this collection use [`set_simulation_applications`](Self::set_simulation_applications).
    ///
    /// <p>A list of simulation applications.</p>
    pub fn simulation_applications(mut self, input: crate::types::SimulationApplicationConfig) -> Self {
        let mut v = self.simulation_applications.unwrap_or_default();
        v.push(input);
        self.simulation_applications = ::std::option::Option::Some(v);
        self
    }
    /// <p>A list of simulation applications.</p>
    pub fn set_simulation_applications(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::SimulationApplicationConfig>>) -> Self {
        self.simulation_applications = input;
        self
    }
    /// <p>A list of simulation applications.</p>
    pub fn get_simulation_applications(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::SimulationApplicationConfig>> {
        &self.simulation_applications
    }
    /// Appends an item to `data_sources`.
    ///
    /// To override the contents of this collection use [`set_data_sources`](Self::set_data_sources).
    ///
    /// <p>The data sources for the simulation job.</p>
    pub fn data_sources(mut self, input: crate::types::DataSource) -> Self {
        let mut v = self.data_sources.unwrap_or_default();
        v.push(input);
        self.data_sources = ::std::option::Option::Some(v);
        self
    }
    /// <p>The data sources for the simulation job.</p>
    pub fn set_data_sources(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::DataSource>>) -> Self {
        self.data_sources = input;
        self
    }
    /// <p>The data sources for the simulation job.</p>
    pub fn get_data_sources(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::DataSource>> {
        &self.data_sources
    }
    /// Adds a key-value pair to `tags`.
    ///
    /// To override the contents of this collection use [`set_tags`](Self::set_tags).
    ///
    /// <p>The list of all tags added to the specified simulation job.</p>
    pub fn tags(mut self, k: impl ::std::convert::Into<::std::string::String>, v: impl ::std::convert::Into<::std::string::String>) -> Self {
        let mut hash_map = self.tags.unwrap_or_default();
        hash_map.insert(k.into(), v.into());
        self.tags = ::std::option::Option::Some(hash_map);
        self
    }
    /// <p>The list of all tags added to the specified simulation job.</p>
    pub fn set_tags(mut self, input: ::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>) -> Self {
        self.tags = input;
        self
    }
    /// <p>The list of all tags added to the specified simulation job.</p>
    pub fn get_tags(&self) -> &::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>> {
        &self.tags
    }
    /// <p>The VPC configuration.</p>
    pub fn vpc_config(mut self, input: crate::types::VpcConfigResponse) -> Self {
        self.vpc_config = ::std::option::Option::Some(input);
        self
    }
    /// <p>The VPC configuration.</p>
    pub fn set_vpc_config(mut self, input: ::std::option::Option<crate::types::VpcConfigResponse>) -> Self {
        self.vpc_config = input;
        self
    }
    /// <p>The VPC configuration.</p>
    pub fn get_vpc_config(&self) -> &::std::option::Option<crate::types::VpcConfigResponse> {
        &self.vpc_config
    }
    /// <p>The network interface information for the simulation job.</p>
    pub fn network_interface(mut self, input: crate::types::NetworkInterface) -> Self {
        self.network_interface = ::std::option::Option::Some(input);
        self
    }
    /// <p>The network interface information for the simulation job.</p>
    pub fn set_network_interface(mut self, input: ::std::option::Option<crate::types::NetworkInterface>) -> Self {
        self.network_interface = input;
        self
    }
    /// <p>The network interface information for the simulation job.</p>
    pub fn get_network_interface(&self) -> &::std::option::Option<crate::types::NetworkInterface> {
        &self.network_interface
    }
    /// <p>Compute information for the simulation job.</p>
    pub fn compute(mut self, input: crate::types::ComputeResponse) -> Self {
        self.compute = ::std::option::Option::Some(input);
        self
    }
    /// <p>Compute information for the simulation job.</p>
    pub fn set_compute(mut self, input: ::std::option::Option<crate::types::ComputeResponse>) -> Self {
        self.compute = input;
        self
    }
    /// <p>Compute information for the simulation job.</p>
    pub fn get_compute(&self) -> &::std::option::Option<crate::types::ComputeResponse> {
        &self.compute
    }
    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 [`DescribeSimulationJobOutput`](crate::operation::describe_simulation_job::DescribeSimulationJobOutput).
    pub fn build(self) -> crate::operation::describe_simulation_job::DescribeSimulationJobOutput {
        crate::operation::describe_simulation_job::DescribeSimulationJobOutput {
            arn: self.arn,
            name: self.name,
            status: self.status,
            last_started_at: self.last_started_at,
            last_updated_at: self.last_updated_at,
            failure_behavior: self.failure_behavior,
            failure_code: self.failure_code,
            failure_reason: self.failure_reason,
            client_request_token: self.client_request_token,
            output_location: self.output_location,
            logging_config: self.logging_config,
            max_job_duration_in_seconds: self.max_job_duration_in_seconds.unwrap_or_default(),
            simulation_time_millis: self.simulation_time_millis.unwrap_or_default(),
            iam_role: self.iam_role,
            robot_applications: self.robot_applications,
            simulation_applications: self.simulation_applications,
            data_sources: self.data_sources,
            tags: self.tags,
            vpc_config: self.vpc_config,
            network_interface: self.network_interface,
            compute: self.compute,
            _request_id: self._request_id,
        }
    }
}