Skip to content

Commit 4c6fd56

Browse files
Code generation for #75962651a
1 parent 1d282f7 commit 4c6fd56

File tree

48,345 files changed

+400471
-5611691
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48,345 files changed

+400471
-5611691
lines changed

generated/src/aws-cpp-sdk-AWSMigrationHub/include/aws/AWSMigrationHub/model/ApplicationState.h

Lines changed: 6 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -41,116 +41,44 @@ namespace Model
4141
AWS_MIGRATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
4242

4343

44+
///@{
4445
/**
4546
* <p>The configurationId from the Application Discovery Service that uniquely
4647
* identifies an application.</p>
4748
*/
4849
inline const Aws::String& GetApplicationId() const{ return m_applicationId; }
49-
50-
/**
51-
* <p>The configurationId from the Application Discovery Service that uniquely
52-
* identifies an application.</p>
53-
*/
5450
inline bool ApplicationIdHasBeenSet() const { return m_applicationIdHasBeenSet; }
55-
56-
/**
57-
* <p>The configurationId from the Application Discovery Service that uniquely
58-
* identifies an application.</p>
59-
*/
6051
inline void SetApplicationId(const Aws::String& value) { m_applicationIdHasBeenSet = true; m_applicationId = value; }
61-
62-
/**
63-
* <p>The configurationId from the Application Discovery Service that uniquely
64-
* identifies an application.</p>
65-
*/
6652
inline void SetApplicationId(Aws::String&& value) { m_applicationIdHasBeenSet = true; m_applicationId = std::move(value); }
67-
68-
/**
69-
* <p>The configurationId from the Application Discovery Service that uniquely
70-
* identifies an application.</p>
71-
*/
7253
inline void SetApplicationId(const char* value) { m_applicationIdHasBeenSet = true; m_applicationId.assign(value); }
73-
74-
/**
75-
* <p>The configurationId from the Application Discovery Service that uniquely
76-
* identifies an application.</p>
77-
*/
7854
inline ApplicationState& WithApplicationId(const Aws::String& value) { SetApplicationId(value); return *this;}
79-
80-
/**
81-
* <p>The configurationId from the Application Discovery Service that uniquely
82-
* identifies an application.</p>
83-
*/
8455
inline ApplicationState& WithApplicationId(Aws::String&& value) { SetApplicationId(std::move(value)); return *this;}
85-
86-
/**
87-
* <p>The configurationId from the Application Discovery Service that uniquely
88-
* identifies an application.</p>
89-
*/
9056
inline ApplicationState& WithApplicationId(const char* value) { SetApplicationId(value); return *this;}
57+
///@}
9158

92-
59+
///@{
9360
/**
9461
* <p>The current status of an application.</p>
9562
*/
9663
inline const ApplicationStatus& GetApplicationStatus() const{ return m_applicationStatus; }
97-
98-
/**
99-
* <p>The current status of an application.</p>
100-
*/
10164
inline bool ApplicationStatusHasBeenSet() const { return m_applicationStatusHasBeenSet; }
102-
103-
/**
104-
* <p>The current status of an application.</p>
105-
*/
10665
inline void SetApplicationStatus(const ApplicationStatus& value) { m_applicationStatusHasBeenSet = true; m_applicationStatus = value; }
107-
108-
/**
109-
* <p>The current status of an application.</p>
110-
*/
11166
inline void SetApplicationStatus(ApplicationStatus&& value) { m_applicationStatusHasBeenSet = true; m_applicationStatus = std::move(value); }
112-
113-
/**
114-
* <p>The current status of an application.</p>
115-
*/
11667
inline ApplicationState& WithApplicationStatus(const ApplicationStatus& value) { SetApplicationStatus(value); return *this;}
117-
118-
/**
119-
* <p>The current status of an application.</p>
120-
*/
12168
inline ApplicationState& WithApplicationStatus(ApplicationStatus&& value) { SetApplicationStatus(std::move(value)); return *this;}
69+
///@}
12270

123-
71+
///@{
12472
/**
12573
* <p>The timestamp when the application status was last updated.</p>
12674
*/
12775
inline const Aws::Utils::DateTime& GetLastUpdatedTime() const{ return m_lastUpdatedTime; }
128-
129-
/**
130-
* <p>The timestamp when the application status was last updated.</p>
131-
*/
13276
inline bool LastUpdatedTimeHasBeenSet() const { return m_lastUpdatedTimeHasBeenSet; }
133-
134-
/**
135-
* <p>The timestamp when the application status was last updated.</p>
136-
*/
13777
inline void SetLastUpdatedTime(const Aws::Utils::DateTime& value) { m_lastUpdatedTimeHasBeenSet = true; m_lastUpdatedTime = value; }
138-
139-
/**
140-
* <p>The timestamp when the application status was last updated.</p>
141-
*/
14278
inline void SetLastUpdatedTime(Aws::Utils::DateTime&& value) { m_lastUpdatedTimeHasBeenSet = true; m_lastUpdatedTime = std::move(value); }
143-
144-
/**
145-
* <p>The timestamp when the application status was last updated.</p>
146-
*/
14779
inline ApplicationState& WithLastUpdatedTime(const Aws::Utils::DateTime& value) { SetLastUpdatedTime(value); return *this;}
148-
149-
/**
150-
* <p>The timestamp when the application status was last updated.</p>
151-
*/
15280
inline ApplicationState& WithLastUpdatedTime(Aws::Utils::DateTime&& value) { SetLastUpdatedTime(std::move(value)); return *this;}
153-
81+
///@}
15482
private:
15583

15684
Aws::String m_applicationId;

generated/src/aws-cpp-sdk-AWSMigrationHub/include/aws/AWSMigrationHub/model/AssociateCreatedArtifactRequest.h

Lines changed: 8 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -35,157 +35,58 @@ namespace Model
3535
AWS_MIGRATIONHUB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
3636

3737

38+
///@{
3839
/**
3940
* <p>The name of the ProgressUpdateStream. </p>
4041
*/
4142
inline const Aws::String& GetProgressUpdateStream() const{ return m_progressUpdateStream; }
42-
43-
/**
44-
* <p>The name of the ProgressUpdateStream. </p>
45-
*/
4643
inline bool ProgressUpdateStreamHasBeenSet() const { return m_progressUpdateStreamHasBeenSet; }
47-
48-
/**
49-
* <p>The name of the ProgressUpdateStream. </p>
50-
*/
5144
inline void SetProgressUpdateStream(const Aws::String& value) { m_progressUpdateStreamHasBeenSet = true; m_progressUpdateStream = value; }
52-
53-
/**
54-
* <p>The name of the ProgressUpdateStream. </p>
55-
*/
5645
inline void SetProgressUpdateStream(Aws::String&& value) { m_progressUpdateStreamHasBeenSet = true; m_progressUpdateStream = std::move(value); }
57-
58-
/**
59-
* <p>The name of the ProgressUpdateStream. </p>
60-
*/
6146
inline void SetProgressUpdateStream(const char* value) { m_progressUpdateStreamHasBeenSet = true; m_progressUpdateStream.assign(value); }
62-
63-
/**
64-
* <p>The name of the ProgressUpdateStream. </p>
65-
*/
6647
inline AssociateCreatedArtifactRequest& WithProgressUpdateStream(const Aws::String& value) { SetProgressUpdateStream(value); return *this;}
67-
68-
/**
69-
* <p>The name of the ProgressUpdateStream. </p>
70-
*/
7148
inline AssociateCreatedArtifactRequest& WithProgressUpdateStream(Aws::String&& value) { SetProgressUpdateStream(std::move(value)); return *this;}
72-
73-
/**
74-
* <p>The name of the ProgressUpdateStream. </p>
75-
*/
7649
inline AssociateCreatedArtifactRequest& WithProgressUpdateStream(const char* value) { SetProgressUpdateStream(value); return *this;}
50+
///@}
7751

78-
52+
///@{
7953
/**
8054
* <p>Unique identifier that references the migration task. <i>Do not store
8155
* personal data in this field.</i> </p>
8256
*/
8357
inline const Aws::String& GetMigrationTaskName() const{ return m_migrationTaskName; }
84-
85-
/**
86-
* <p>Unique identifier that references the migration task. <i>Do not store
87-
* personal data in this field.</i> </p>
88-
*/
8958
inline bool MigrationTaskNameHasBeenSet() const { return m_migrationTaskNameHasBeenSet; }
90-
91-
/**
92-
* <p>Unique identifier that references the migration task. <i>Do not store
93-
* personal data in this field.</i> </p>
94-
*/
9559
inline void SetMigrationTaskName(const Aws::String& value) { m_migrationTaskNameHasBeenSet = true; m_migrationTaskName = value; }
96-
97-
/**
98-
* <p>Unique identifier that references the migration task. <i>Do not store
99-
* personal data in this field.</i> </p>
100-
*/
10160
inline void SetMigrationTaskName(Aws::String&& value) { m_migrationTaskNameHasBeenSet = true; m_migrationTaskName = std::move(value); }
102-
103-
/**
104-
* <p>Unique identifier that references the migration task. <i>Do not store
105-
* personal data in this field.</i> </p>
106-
*/
10761
inline void SetMigrationTaskName(const char* value) { m_migrationTaskNameHasBeenSet = true; m_migrationTaskName.assign(value); }
108-
109-
/**
110-
* <p>Unique identifier that references the migration task. <i>Do not store
111-
* personal data in this field.</i> </p>
112-
*/
11362
inline AssociateCreatedArtifactRequest& WithMigrationTaskName(const Aws::String& value) { SetMigrationTaskName(value); return *this;}
114-
115-
/**
116-
* <p>Unique identifier that references the migration task. <i>Do not store
117-
* personal data in this field.</i> </p>
118-
*/
11963
inline AssociateCreatedArtifactRequest& WithMigrationTaskName(Aws::String&& value) { SetMigrationTaskName(std::move(value)); return *this;}
120-
121-
/**
122-
* <p>Unique identifier that references the migration task. <i>Do not store
123-
* personal data in this field.</i> </p>
124-
*/
12564
inline AssociateCreatedArtifactRequest& WithMigrationTaskName(const char* value) { SetMigrationTaskName(value); return *this;}
65+
///@}
12666

127-
67+
///@{
12868
/**
12969
* <p>An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance,
13070
* RDS instance, etc.) </p>
13171
*/
13272
inline const CreatedArtifact& GetCreatedArtifact() const{ return m_createdArtifact; }
133-
134-
/**
135-
* <p>An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance,
136-
* RDS instance, etc.) </p>
137-
*/
13873
inline bool CreatedArtifactHasBeenSet() const { return m_createdArtifactHasBeenSet; }
139-
140-
/**
141-
* <p>An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance,
142-
* RDS instance, etc.) </p>
143-
*/
14474
inline void SetCreatedArtifact(const CreatedArtifact& value) { m_createdArtifactHasBeenSet = true; m_createdArtifact = value; }
145-
146-
/**
147-
* <p>An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance,
148-
* RDS instance, etc.) </p>
149-
*/
15075
inline void SetCreatedArtifact(CreatedArtifact&& value) { m_createdArtifactHasBeenSet = true; m_createdArtifact = std::move(value); }
151-
152-
/**
153-
* <p>An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance,
154-
* RDS instance, etc.) </p>
155-
*/
15676
inline AssociateCreatedArtifactRequest& WithCreatedArtifact(const CreatedArtifact& value) { SetCreatedArtifact(value); return *this;}
157-
158-
/**
159-
* <p>An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance,
160-
* RDS instance, etc.) </p>
161-
*/
16277
inline AssociateCreatedArtifactRequest& WithCreatedArtifact(CreatedArtifact&& value) { SetCreatedArtifact(std::move(value)); return *this;}
78+
///@}
16379

164-
80+
///@{
16581
/**
16682
* <p>Optional boolean flag to indicate whether any effect should take place. Used
16783
* to test if the caller has permission to make the call.</p>
16884
*/
16985
inline bool GetDryRun() const{ return m_dryRun; }
170-
171-
/**
172-
* <p>Optional boolean flag to indicate whether any effect should take place. Used
173-
* to test if the caller has permission to make the call.</p>
174-
*/
17586
inline bool DryRunHasBeenSet() const { return m_dryRunHasBeenSet; }
176-
177-
/**
178-
* <p>Optional boolean flag to indicate whether any effect should take place. Used
179-
* to test if the caller has permission to make the call.</p>
180-
*/
18187
inline void SetDryRun(bool value) { m_dryRunHasBeenSet = true; m_dryRun = value; }
182-
183-
/**
184-
* <p>Optional boolean flag to indicate whether any effect should take place. Used
185-
* to test if the caller has permission to make the call.</p>
186-
*/
18788
inline AssociateCreatedArtifactRequest& WithDryRun(bool value) { SetDryRun(value); return *this;}
188-
89+
///@}
18990
private:
19091

19192
Aws::String m_progressUpdateStream;

generated/src/aws-cpp-sdk-AWSMigrationHub/include/aws/AWSMigrationHub/model/AssociateCreatedArtifactResult.h

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,16 @@ namespace Model
3232
AWS_MIGRATIONHUB_API AssociateCreatedArtifactResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result);
3333

3434

35+
///@{
3536

3637
inline const Aws::String& GetRequestId() const{ return m_requestId; }
37-
38-
3938
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
40-
41-
4239
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
43-
44-
4540
inline void SetRequestId(const char* value) { m_requestId.assign(value); }
46-
47-
4841
inline AssociateCreatedArtifactResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
49-
50-
5142
inline AssociateCreatedArtifactResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
52-
53-
5443
inline AssociateCreatedArtifactResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
55-
44+
///@}
5645
private:
5746

5847
Aws::String m_requestId;

0 commit comments

Comments
 (0)