Skip to content

Commit 39c44d0

Browse files
Regenerate clients to add const on Get ios objects
1 parent 80e7d98 commit 39c44d0

File tree

48 files changed

+96
-96
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 files changed

+96
-96
lines changed

generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/GetExportResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ namespace Model
125125
/**
126126
* <p>The binary blob response to GetExport, which contains the export.</p>
127127
*/
128-
inline Aws::IOStream& GetBody() { return m_body.GetUnderlyingStream(); }
128+
inline Aws::IOStream& GetBody() const { return m_body.GetUnderlyingStream(); }
129129

130130
/**
131131
* <p>The binary blob response to GetExport, which contains the export.</p>
@@ -138,7 +138,7 @@ namespace Model
138138

139139
Aws::String m_contentDisposition;
140140

141-
Aws::Utils::Stream::ResponseStream m_body;
141+
Aws::Utils::Stream::ResponseStream m_body;
142142
};
143143

144144
} // namespace Model

generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/GetSdkResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ namespace Model
118118
/**
119119
* <p>The binary blob response to GetSdk, which contains the generated SDK.</p>
120120
*/
121-
inline Aws::IOStream& GetBody() { return m_body.GetUnderlyingStream(); }
121+
inline Aws::IOStream& GetBody() const { return m_body.GetUnderlyingStream(); }
122122

123123
/**
124124
* <p>The binary blob response to GetSdk, which contains the generated SDK.</p>
@@ -131,7 +131,7 @@ namespace Model
131131

132132
Aws::String m_contentDisposition;
133133

134-
Aws::Utils::Stream::ResponseStream m_body;
134+
Aws::Utils::Stream::ResponseStream m_body;
135135
};
136136

137137
} // namespace Model

generated/src/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/model/ExportApiResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ namespace Model
3737

3838

3939

40-
inline Aws::IOStream& GetBody() { return m_body.GetUnderlyingStream(); }
40+
inline Aws::IOStream& GetBody() const { return m_body.GetUnderlyingStream(); }
4141

4242

4343
inline void ReplaceBody(Aws::IOStream* body) { m_body = Aws::Utils::Stream::ResponseStream(body); }
4444

4545
private:
4646

47-
Aws::Utils::Stream::ResponseStream m_body;
47+
Aws::Utils::Stream::ResponseStream m_body;
4848
};
4949

5050
} // namespace Model

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/CreateHostedConfigurationVersionResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ namespace Model
164164
/**
165165
* <p>The content of the configuration or the configuration data.</p>
166166
*/
167-
inline Aws::IOStream& GetContent() { return m_content.GetUnderlyingStream(); }
167+
inline Aws::IOStream& GetContent() const { return m_content.GetUnderlyingStream(); }
168168

169169
/**
170170
* <p>The content of the configuration or the configuration data.</p>
@@ -267,7 +267,7 @@ namespace Model
267267

268268
Aws::String m_description;
269269

270-
Aws::Utils::Stream::ResponseStream m_content;
270+
Aws::Utils::Stream::ResponseStream m_content;
271271

272272
Aws::String m_contentType;
273273

generated/src/aws-cpp-sdk-appconfig/include/aws/appconfig/model/GetHostedConfigurationVersionResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ namespace Model
164164
/**
165165
* <p>The content of the configuration or the configuration data.</p>
166166
*/
167-
inline Aws::IOStream& GetContent() { return m_content.GetUnderlyingStream(); }
167+
inline Aws::IOStream& GetContent() const { return m_content.GetUnderlyingStream(); }
168168

169169
/**
170170
* <p>The content of the configuration or the configuration data.</p>
@@ -267,7 +267,7 @@ namespace Model
267267

268268
Aws::String m_description;
269269

270-
Aws::Utils::Stream::ResponseStream m_content;
270+
Aws::Utils::Stream::ResponseStream m_content;
271271

272272
Aws::String m_contentType;
273273

generated/src/aws-cpp-sdk-appconfigdata/include/aws/appconfigdata/model/GetLatestConfigurationResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ namespace Model
170170
* <p>The data of the configuration. This may be empty if the client already has
171171
* the latest version of configuration.</p>
172172
*/
173-
inline Aws::IOStream& GetConfiguration() { return m_configuration.GetUnderlyingStream(); }
173+
inline Aws::IOStream& GetConfiguration() const { return m_configuration.GetUnderlyingStream(); }
174174

175175
/**
176176
* <p>The data of the configuration. This may be empty if the client already has
@@ -243,7 +243,7 @@ namespace Model
243243

244244
Aws::String m_contentType;
245245

246-
Aws::Utils::Stream::ResponseStream m_configuration;
246+
Aws::Utils::Stream::ResponseStream m_configuration;
247247

248248
Aws::String m_versionLabel;
249249
};

generated/src/aws-cpp-sdk-appsync/include/aws/appsync/model/GetIntrospectionSchemaResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Model
4141
* more information, see the <a href="http://graphql.org/learn/schema/">GraphQL SDL
4242
* documentation</a>.</p>
4343
*/
44-
inline Aws::IOStream& GetSchema() { return m_schema.GetUnderlyingStream(); }
44+
inline Aws::IOStream& GetSchema() const { return m_schema.GetUnderlyingStream(); }
4545

4646
/**
4747
* <p>The schema, in GraphQL Schema Definition Language (SDL) format.</p> <p>For
@@ -52,7 +52,7 @@ namespace Model
5252

5353
private:
5454

55-
Aws::Utils::Stream::ResponseStream m_schema;
55+
Aws::Utils::Stream::ResponseStream m_schema;
5656
};
5757

5858
} // namespace Model

generated/src/aws-cpp-sdk-backupstorage/include/aws/backupstorage/model/GetChunkResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Model
4141
/**
4242
* Chunk data
4343
*/
44-
inline Aws::IOStream& GetData() { return m_data.GetUnderlyingStream(); }
44+
inline Aws::IOStream& GetData() const { return m_data.GetUnderlyingStream(); }
4545

4646
/**
4747
* Chunk data
@@ -128,7 +128,7 @@ namespace Model
128128

129129
private:
130130

131-
Aws::Utils::Stream::ResponseStream m_data;
131+
Aws::Utils::Stream::ResponseStream m_data;
132132

133133
long long m_length;
134134

generated/src/aws-cpp-sdk-backupstorage/include/aws/backupstorage/model/GetObjectMetadataResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace Model
7777
/**
7878
* Metadata blob.
7979
*/
80-
inline Aws::IOStream& GetMetadataBlob() { return m_metadataBlob.GetUnderlyingStream(); }
80+
inline Aws::IOStream& GetMetadataBlob() const { return m_metadataBlob.GetUnderlyingStream(); }
8181

8282
/**
8383
* Metadata blob.
@@ -166,7 +166,7 @@ namespace Model
166166

167167
Aws::String m_metadataString;
168168

169-
Aws::Utils::Stream::ResponseStream m_metadataBlob;
169+
Aws::Utils::Stream::ResponseStream m_metadataBlob;
170170

171171
long long m_metadataBlobLength;
172172

generated/src/aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/GetFunction2020_05_31Result.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Model
4040
/**
4141
* <p>The function code of a CloudFront function.</p>
4242
*/
43-
inline Aws::IOStream& GetFunctionCode() { return m_functionCode.GetUnderlyingStream(); }
43+
inline Aws::IOStream& GetFunctionCode() const { return m_functionCode.GetUnderlyingStream(); }
4444

4545
/**
4646
* <p>The function code of a CloudFront function.</p>
@@ -128,7 +128,7 @@ namespace Model
128128

129129
private:
130130

131-
Aws::Utils::Stream::ResponseStream m_functionCode;
131+
Aws::Utils::Stream::ResponseStream m_functionCode;
132132

133133
Aws::String m_eTag;
134134

generated/src/aws-cpp-sdk-codeartifact/include/aws/codeartifact/model/GetPackageVersionAssetResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Model
4040
/**
4141
* <p> The binary file, or asset, that is downloaded.</p>
4242
*/
43-
inline Aws::IOStream& GetAsset() { return m_asset.GetUnderlyingStream(); }
43+
inline Aws::IOStream& GetAsset() const { return m_asset.GetUnderlyingStream(); }
4444

4545
/**
4646
* <p> The binary file, or asset, that is downloaded.</p>
@@ -171,7 +171,7 @@ namespace Model
171171

172172
private:
173173

174-
Aws::Utils::Stream::ResponseStream m_asset;
174+
Aws::Utils::Stream::ResponseStream m_asset;
175175

176176
Aws::String m_assetName;
177177

generated/src/aws-cpp-sdk-codeguruprofiler/include/aws/codeguruprofiler/model/GetProfileResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ namespace Model
132132
/**
133133
* <p>Information about the profile.</p>
134134
*/
135-
inline Aws::IOStream& GetProfile() { return m_profile.GetUnderlyingStream(); }
135+
inline Aws::IOStream& GetProfile() const { return m_profile.GetUnderlyingStream(); }
136136

137137
/**
138138
* <p>Information about the profile.</p>
@@ -145,7 +145,7 @@ namespace Model
145145

146146
Aws::String m_contentType;
147147

148-
Aws::Utils::Stream::ResponseStream m_profile;
148+
Aws::Utils::Stream::ResponseStream m_profile;
149149
};
150150

151151
} // namespace Model

generated/src/aws-cpp-sdk-dataexchange/include/aws/dataexchange/model/SendApiAssetResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Model
4040
/**
4141
* <p>The response body from the underlying API tracked by the API asset.</p>
4242
*/
43-
inline Aws::IOStream& GetBody() { return m_body.GetUnderlyingStream(); }
43+
inline Aws::IOStream& GetBody() const { return m_body.GetUnderlyingStream(); }
4444

4545
/**
4646
* <p>The response body from the underlying API tracked by the API asset.</p>
@@ -110,7 +110,7 @@ namespace Model
110110

111111
private:
112112

113-
Aws::Utils::Stream::ResponseStream m_body;
113+
Aws::Utils::Stream::ResponseStream m_body;
114114

115115
Aws::Map<Aws::String, Aws::String> m_responseHeaders;
116116
};

generated/src/aws-cpp-sdk-ebs/include/aws/ebs/model/GetSnapshotBlockResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace Model
5757
/**
5858
* <p>The data content of the block.</p>
5959
*/
60-
inline Aws::IOStream& GetBlockData() { return m_blockData.GetUnderlyingStream(); }
60+
inline Aws::IOStream& GetBlockData() const { return m_blockData.GetUnderlyingStream(); }
6161

6262
/**
6363
* <p>The data content of the block.</p>
@@ -135,7 +135,7 @@ namespace Model
135135

136136
int m_dataLength;
137137

138-
Aws::Utils::Stream::ResponseStream m_blockData;
138+
Aws::Utils::Stream::ResponseStream m_blockData;
139139

140140
Aws::String m_checksum;
141141

generated/src/aws-cpp-sdk-glacier/include/aws/glacier/model/GetJobOutputResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace Model
4646
/**
4747
* <p>The job data, either archive data or inventory data.</p>
4848
*/
49-
inline Aws::IOStream& GetBody() { return m_body.GetUnderlyingStream(); }
49+
inline Aws::IOStream& GetBody() const { return m_body.GetUnderlyingStream(); }
5050

5151
/**
5252
* <p>The job data, either archive data or inventory data.</p>
@@ -380,7 +380,7 @@ namespace Model
380380

381381
private:
382382

383-
Aws::Utils::Stream::ResponseStream m_body;
383+
Aws::Utils::Stream::ResponseStream m_body;
384384

385385
Aws::String m_checksum;
386386

generated/src/aws-cpp-sdk-iot-data/include/aws/iot-data/model/DeleteThingShadowResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace Model
4545
/**
4646
* <p>The state information, in JSON format.</p>
4747
*/
48-
inline Aws::IOStream& GetPayload() { return m_payload.GetUnderlyingStream(); }
48+
inline Aws::IOStream& GetPayload() const { return m_payload.GetUnderlyingStream(); }
4949

5050
/**
5151
* <p>The state information, in JSON format.</p>
@@ -54,7 +54,7 @@ namespace Model
5454

5555
private:
5656

57-
Aws::Utils::Stream::ResponseStream m_payload;
57+
Aws::Utils::Stream::ResponseStream m_payload;
5858
};
5959

6060
} // namespace Model

generated/src/aws-cpp-sdk-iot-data/include/aws/iot-data/model/GetThingShadowResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace Model
4444
/**
4545
* <p>The state information, in JSON format.</p>
4646
*/
47-
inline Aws::IOStream& GetPayload() { return m_payload.GetUnderlyingStream(); }
47+
inline Aws::IOStream& GetPayload() const { return m_payload.GetUnderlyingStream(); }
4848

4949
/**
5050
* <p>The state information, in JSON format.</p>
@@ -53,7 +53,7 @@ namespace Model
5353

5454
private:
5555

56-
Aws::Utils::Stream::ResponseStream m_payload;
56+
Aws::Utils::Stream::ResponseStream m_payload;
5757
};
5858

5959
} // namespace Model

generated/src/aws-cpp-sdk-iot-data/include/aws/iot-data/model/UpdateThingShadowResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace Model
4545
/**
4646
* <p>The state information, in JSON format.</p>
4747
*/
48-
inline Aws::IOStream& GetPayload() { return m_payload.GetUnderlyingStream(); }
48+
inline Aws::IOStream& GetPayload() const { return m_payload.GetUnderlyingStream(); }
4949

5050
/**
5151
* <p>The state information, in JSON format.</p>
@@ -54,7 +54,7 @@ namespace Model
5454

5555
private:
5656

57-
Aws::Utils::Stream::ResponseStream m_payload;
57+
Aws::Utils::Stream::ResponseStream m_payload;
5858
};
5959

6060
} // namespace Model

generated/src/aws-cpp-sdk-iotwireless/include/aws/iotwireless/model/GetPositionEstimateResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace Model
4242
* data structures. For more information, see <a
4343
* href="https://geojson.org/">GeoJSON</a>.</p>
4444
*/
45-
inline Aws::IOStream& GetGeoJsonPayload() { return m_geoJsonPayload.GetUnderlyingStream(); }
45+
inline Aws::IOStream& GetGeoJsonPayload() const { return m_geoJsonPayload.GetUnderlyingStream(); }
4646

4747
/**
4848
* <p>The position information of the resource, displayed as a JSON payload. The
@@ -54,7 +54,7 @@ namespace Model
5454

5555
private:
5656

57-
Aws::Utils::Stream::ResponseStream m_geoJsonPayload;
57+
Aws::Utils::Stream::ResponseStream m_geoJsonPayload;
5858
};
5959

6060
} // namespace Model

generated/src/aws-cpp-sdk-iotwireless/include/aws/iotwireless/model/GetResourcePositionResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace Model
4242
* data structures. For more information, see <a
4343
* href="https://geojson.org/">GeoJSON</a>.</p>
4444
*/
45-
inline Aws::IOStream& GetGeoJsonPayload() { return m_geoJsonPayload.GetUnderlyingStream(); }
45+
inline Aws::IOStream& GetGeoJsonPayload() const { return m_geoJsonPayload.GetUnderlyingStream(); }
4646

4747
/**
4848
* <p>The position information of the resource, displayed as a JSON payload. The
@@ -54,7 +54,7 @@ namespace Model
5454

5555
private:
5656

57-
Aws::Utils::Stream::ResponseStream m_geoJsonPayload;
57+
Aws::Utils::Stream::ResponseStream m_geoJsonPayload;
5858
};
5959

6060
} // namespace Model

generated/src/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/model/GetClipResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ namespace Model
8080
* href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html">Kinesis
8181
* Video Streams Limits</a>. </p>
8282
*/
83-
inline Aws::IOStream& GetPayload() { return m_payload.GetUnderlyingStream(); }
83+
inline Aws::IOStream& GetPayload() const { return m_payload.GetUnderlyingStream(); }
8484

8585
/**
8686
* <p>Traditional MP4 file that contains the media clip from the specified video
@@ -95,7 +95,7 @@ namespace Model
9595

9696
Aws::String m_contentType;
9797

98-
Aws::Utils::Stream::ResponseStream m_payload;
98+
Aws::Utils::Stream::ResponseStream m_payload;
9999
};
100100

101101
} // namespace Model

generated/src/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/model/GetMediaForFragmentListResult.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ namespace Model
9090
* code of the exception</p> </li> <li> <p>AWS_KINESISVIDEO_EXCEPTION_MESSAGE - A
9191
* text description of the exception</p> </li> </ul>
9292
*/
93-
inline Aws::IOStream& GetPayload() { return m_payload.GetUnderlyingStream(); }
93+
inline Aws::IOStream& GetPayload() const { return m_payload.GetUnderlyingStream(); }
9494

9595
/**
9696
* <p>The payload that Kinesis Video Streams returns is a sequence of chunks from
@@ -115,7 +115,7 @@ namespace Model
115115

116116
Aws::String m_contentType;
117117

118-
Aws::Utils::Stream::ResponseStream m_payload;
118+
Aws::Utils::Stream::ResponseStream m_payload;
119119
};
120120

121121
} // namespace Model

0 commit comments

Comments
 (0)