Skip to content

Commit 9346916

Browse files
s3control client generation
1 parent 7944213 commit 9346916

File tree

126 files changed

+1575
-126
lines changed

Some content is hidden

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

126 files changed

+1575
-126
lines changed

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/CreateAccessGrantResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ namespace Model
163163
///@}
164164

165165
///@{
166-
166+
/**
167+
* AWS Request Id value
168+
*/
167169
inline const Aws::String& GetRequestId() const{ return m_requestId; }
168170
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
169171
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -172,6 +174,19 @@ namespace Model
172174
inline CreateAccessGrantResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
173175
inline CreateAccessGrantResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
174176
///@}
177+
178+
///@{
179+
/**
180+
* x-amz-id-2 header value, also known as Host Id
181+
*/
182+
inline const Aws::String& GetHostId() const{ return m_hostId; }
183+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
184+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
185+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
186+
inline CreateAccessGrantResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
187+
inline CreateAccessGrantResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
188+
inline CreateAccessGrantResult& WithHostId(const char* value) { SetHostId(value); return *this;}
189+
///@}
175190
private:
176191

177192
Aws::Utils::DateTime m_createdAt;
@@ -193,6 +208,8 @@ namespace Model
193208
Aws::String m_grantScope;
194209

195210
Aws::String m_requestId;
211+
212+
Aws::String m_hostId;
196213
};
197214

198215
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/CreateAccessGrantsInstanceResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ namespace Model
114114
///@}
115115

116116
///@{
117-
117+
/**
118+
* AWS Request Id value
119+
*/
118120
inline const Aws::String& GetRequestId() const{ return m_requestId; }
119121
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
120122
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -123,6 +125,19 @@ namespace Model
123125
inline CreateAccessGrantsInstanceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
124126
inline CreateAccessGrantsInstanceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
125127
///@}
128+
129+
///@{
130+
/**
131+
* x-amz-id-2 header value, also known as Host Id
132+
*/
133+
inline const Aws::String& GetHostId() const{ return m_hostId; }
134+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
135+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
136+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
137+
inline CreateAccessGrantsInstanceResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
138+
inline CreateAccessGrantsInstanceResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
139+
inline CreateAccessGrantsInstanceResult& WithHostId(const char* value) { SetHostId(value); return *this;}
140+
///@}
126141
private:
127142

128143
Aws::Utils::DateTime m_createdAt;
@@ -136,6 +151,8 @@ namespace Model
136151
Aws::String m_identityCenterApplicationArn;
137152

138153
Aws::String m_requestId;
154+
155+
Aws::String m_hostId;
139156
};
140157

141158
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/CreateAccessGrantsLocationResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ namespace Model
108108
///@}
109109

110110
///@{
111-
111+
/**
112+
* AWS Request Id value
113+
*/
112114
inline const Aws::String& GetRequestId() const{ return m_requestId; }
113115
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
114116
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -117,6 +119,19 @@ namespace Model
117119
inline CreateAccessGrantsLocationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
118120
inline CreateAccessGrantsLocationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
119121
///@}
122+
123+
///@{
124+
/**
125+
* x-amz-id-2 header value, also known as Host Id
126+
*/
127+
inline const Aws::String& GetHostId() const{ return m_hostId; }
128+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
129+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
130+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
131+
inline CreateAccessGrantsLocationResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
132+
inline CreateAccessGrantsLocationResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
133+
inline CreateAccessGrantsLocationResult& WithHostId(const char* value) { SetHostId(value); return *this;}
134+
///@}
120135
private:
121136

122137
Aws::Utils::DateTime m_createdAt;
@@ -130,6 +145,8 @@ namespace Model
130145
Aws::String m_iAMRoleArn;
131146

132147
Aws::String m_requestId;
148+
149+
Aws::String m_hostId;
133150
};
134151

135152
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/CreateAccessPointForObjectLambdaResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ namespace Model
5858
///@}
5959

6060
///@{
61-
61+
/**
62+
* AWS Request Id value
63+
*/
6264
inline const Aws::String& GetRequestId() const{ return m_requestId; }
6365
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
6466
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -67,13 +69,28 @@ namespace Model
6769
inline CreateAccessPointForObjectLambdaResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
6870
inline CreateAccessPointForObjectLambdaResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
6971
///@}
72+
73+
///@{
74+
/**
75+
* x-amz-id-2 header value, also known as Host Id
76+
*/
77+
inline const Aws::String& GetHostId() const{ return m_hostId; }
78+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
79+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
80+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
81+
inline CreateAccessPointForObjectLambdaResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
82+
inline CreateAccessPointForObjectLambdaResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
83+
inline CreateAccessPointForObjectLambdaResult& WithHostId(const char* value) { SetHostId(value); return *this;}
84+
///@}
7085
private:
7186

7287
Aws::String m_objectLambdaAccessPointArn;
7388

7489
ObjectLambdaAccessPointAlias m_alias;
7590

7691
Aws::String m_requestId;
92+
93+
Aws::String m_hostId;
7794
};
7895

7996
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/CreateAccessPointResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ namespace Model
6060
///@}
6161

6262
///@{
63-
63+
/**
64+
* AWS Request Id value
65+
*/
6466
inline const Aws::String& GetRequestId() const{ return m_requestId; }
6567
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
6668
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -69,13 +71,28 @@ namespace Model
6971
inline CreateAccessPointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
7072
inline CreateAccessPointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
7173
///@}
74+
75+
///@{
76+
/**
77+
* x-amz-id-2 header value, also known as Host Id
78+
*/
79+
inline const Aws::String& GetHostId() const{ return m_hostId; }
80+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
81+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
82+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
83+
inline CreateAccessPointResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
84+
inline CreateAccessPointResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
85+
inline CreateAccessPointResult& WithHostId(const char* value) { SetHostId(value); return *this;}
86+
///@}
7287
private:
7388

7489
Aws::String m_accessPointArn;
7590

7691
Aws::String m_alias;
7792

7893
Aws::String m_requestId;
94+
95+
Aws::String m_hostId;
7996
};
8097

8198
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/CreateBucketResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ namespace Model
6969
///@}
7070

7171
///@{
72-
72+
/**
73+
* AWS Request Id value
74+
*/
7375
inline const Aws::String& GetRequestId() const{ return m_requestId; }
7476
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
7577
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -78,13 +80,28 @@ namespace Model
7880
inline CreateBucketResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
7981
inline CreateBucketResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
8082
///@}
83+
84+
///@{
85+
/**
86+
* x-amz-id-2 header value, also known as Host Id
87+
*/
88+
inline const Aws::String& GetHostId() const{ return m_hostId; }
89+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
90+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
91+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
92+
inline CreateBucketResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
93+
inline CreateBucketResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
94+
inline CreateBucketResult& WithHostId(const char* value) { SetHostId(value); return *this;}
95+
///@}
8196
private:
8297

8398
Aws::String m_location;
8499

85100
Aws::String m_bucketArn;
86101

87102
Aws::String m_requestId;
103+
104+
Aws::String m_hostId;
88105
};
89106

90107
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/CreateJobResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ namespace Model
4747
///@}
4848

4949
///@{
50-
50+
/**
51+
* AWS Request Id value
52+
*/
5153
inline const Aws::String& GetRequestId() const{ return m_requestId; }
5254
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
5355
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -56,11 +58,26 @@ namespace Model
5658
inline CreateJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
5759
inline CreateJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
5860
///@}
61+
62+
///@{
63+
/**
64+
* x-amz-id-2 header value, also known as Host Id
65+
*/
66+
inline const Aws::String& GetHostId() const{ return m_hostId; }
67+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
68+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
69+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
70+
inline CreateJobResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
71+
inline CreateJobResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
72+
inline CreateJobResult& WithHostId(const char* value) { SetHostId(value); return *this;}
73+
///@}
5974
private:
6075

6176
Aws::String m_jobId;
6277

6378
Aws::String m_requestId;
79+
80+
Aws::String m_hostId;
6481
};
6582

6683
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/CreateMultiRegionAccessPointResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ namespace Model
4848
///@}
4949

5050
///@{
51-
51+
/**
52+
* AWS Request Id value
53+
*/
5254
inline const Aws::String& GetRequestId() const{ return m_requestId; }
5355
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
5456
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -57,11 +59,26 @@ namespace Model
5759
inline CreateMultiRegionAccessPointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
5860
inline CreateMultiRegionAccessPointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
5961
///@}
62+
63+
///@{
64+
/**
65+
* x-amz-id-2 header value, also known as Host Id
66+
*/
67+
inline const Aws::String& GetHostId() const{ return m_hostId; }
68+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
69+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
70+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
71+
inline CreateMultiRegionAccessPointResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
72+
inline CreateMultiRegionAccessPointResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
73+
inline CreateMultiRegionAccessPointResult& WithHostId(const char* value) { SetHostId(value); return *this;}
74+
///@}
6075
private:
6176

6277
Aws::String m_requestTokenARN;
6378

6479
Aws::String m_requestId;
80+
81+
Aws::String m_hostId;
6582
};
6683

6784
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/DeleteJobTaggingResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ namespace Model
3333

3434

3535
///@{
36-
36+
/**
37+
* AWS Request Id value
38+
*/
3739
inline const Aws::String& GetRequestId() const{ return m_requestId; }
3840
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
3941
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -42,9 +44,24 @@ namespace Model
4244
inline DeleteJobTaggingResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
4345
inline DeleteJobTaggingResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
4446
///@}
47+
48+
///@{
49+
/**
50+
* x-amz-id-2 header value, also known as Host Id
51+
*/
52+
inline const Aws::String& GetHostId() const{ return m_hostId; }
53+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
54+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
55+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
56+
inline DeleteJobTaggingResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
57+
inline DeleteJobTaggingResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
58+
inline DeleteJobTaggingResult& WithHostId(const char* value) { SetHostId(value); return *this;}
59+
///@}
4560
private:
4661

4762
Aws::String m_requestId;
63+
64+
Aws::String m_hostId;
4865
};
4966

5067
} // namespace Model

generated/src/aws-cpp-sdk-s3control/include/aws/s3control/model/DeleteMultiRegionAccessPointResult.h

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ namespace Model
4848
///@}
4949

5050
///@{
51-
51+
/**
52+
* AWS Request Id value
53+
*/
5254
inline const Aws::String& GetRequestId() const{ return m_requestId; }
5355
inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
5456
inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
@@ -57,11 +59,26 @@ namespace Model
5759
inline DeleteMultiRegionAccessPointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
5860
inline DeleteMultiRegionAccessPointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
5961
///@}
62+
63+
///@{
64+
/**
65+
* x-amz-id-2 header value, also known as Host Id
66+
*/
67+
inline const Aws::String& GetHostId() const{ return m_hostId; }
68+
inline void SetHostId(const Aws::String& value) { m_hostId = value; }
69+
inline void SetHostId(Aws::String&& value) { m_hostId = std::move(value); }
70+
inline void SetHostId(const char* value) { m_hostId.assign(value); }
71+
inline DeleteMultiRegionAccessPointResult& WithHostId(const Aws::String& value) { SetHostId(value); return *this;}
72+
inline DeleteMultiRegionAccessPointResult& WithHostId(Aws::String&& value) { SetHostId(std::move(value)); return *this;}
73+
inline DeleteMultiRegionAccessPointResult& WithHostId(const char* value) { SetHostId(value); return *this;}
74+
///@}
6075
private:
6176

6277
Aws::String m_requestTokenARN;
6378

6479
Aws::String m_requestId;
80+
81+
Aws::String m_hostId;
6582
};
6683

6784
} // namespace Model

0 commit comments

Comments
 (0)