@@ -140,7 +140,7 @@ namespace Model
140
140
* instance store volumes to an Amazon EBS-backed instance, you must add them when
141
141
* you launch the instance. For more information, see <a
142
142
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating
143
- * the Block Device Mapping when Launching an Instance </a> in the <i>Amazon Elastic
143
+ * the block device mapping when launching an instance </a> in the <i>Amazon Elastic
144
144
* Compute Cloud User Guide</i>.</p>
145
145
*/
146
146
inline const Aws::Vector<InstanceBlockDeviceMappingSpecification>& GetBlockDeviceMappings () const { return m_blockDeviceMappings; }
@@ -153,7 +153,7 @@ namespace Model
153
153
* instance store volumes to an Amazon EBS-backed instance, you must add them when
154
154
* you launch the instance. For more information, see <a
155
155
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating
156
- * the Block Device Mapping when Launching an Instance </a> in the <i>Amazon Elastic
156
+ * the block device mapping when launching an instance </a> in the <i>Amazon Elastic
157
157
* Compute Cloud User Guide</i>.</p>
158
158
*/
159
159
inline bool BlockDeviceMappingsHasBeenSet () const { return m_blockDeviceMappingsHasBeenSet; }
@@ -166,7 +166,7 @@ namespace Model
166
166
* instance store volumes to an Amazon EBS-backed instance, you must add them when
167
167
* you launch the instance. For more information, see <a
168
168
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating
169
- * the Block Device Mapping when Launching an Instance </a> in the <i>Amazon Elastic
169
+ * the block device mapping when launching an instance </a> in the <i>Amazon Elastic
170
170
* Compute Cloud User Guide</i>.</p>
171
171
*/
172
172
inline void SetBlockDeviceMappings (const Aws::Vector<InstanceBlockDeviceMappingSpecification>& value) { m_blockDeviceMappingsHasBeenSet = true ; m_blockDeviceMappings = value; }
@@ -179,7 +179,7 @@ namespace Model
179
179
* instance store volumes to an Amazon EBS-backed instance, you must add them when
180
180
* you launch the instance. For more information, see <a
181
181
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating
182
- * the Block Device Mapping when Launching an Instance </a> in the <i>Amazon Elastic
182
+ * the block device mapping when launching an instance </a> in the <i>Amazon Elastic
183
183
* Compute Cloud User Guide</i>.</p>
184
184
*/
185
185
inline void SetBlockDeviceMappings (Aws::Vector<InstanceBlockDeviceMappingSpecification>&& value) { m_blockDeviceMappingsHasBeenSet = true ; m_blockDeviceMappings = std::move (value); }
@@ -192,7 +192,7 @@ namespace Model
192
192
* instance store volumes to an Amazon EBS-backed instance, you must add them when
193
193
* you launch the instance. For more information, see <a
194
194
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating
195
- * the Block Device Mapping when Launching an Instance </a> in the <i>Amazon Elastic
195
+ * the block device mapping when launching an instance </a> in the <i>Amazon Elastic
196
196
* Compute Cloud User Guide</i>.</p>
197
197
*/
198
198
inline ModifyInstanceAttributeRequest& WithBlockDeviceMappings (const Aws::Vector<InstanceBlockDeviceMappingSpecification>& value) { SetBlockDeviceMappings (value); return *this ;}
@@ -205,7 +205,7 @@ namespace Model
205
205
* instance store volumes to an Amazon EBS-backed instance, you must add them when
206
206
* you launch the instance. For more information, see <a
207
207
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating
208
- * the Block Device Mapping when Launching an Instance </a> in the <i>Amazon Elastic
208
+ * the block device mapping when launching an instance </a> in the <i>Amazon Elastic
209
209
* Compute Cloud User Guide</i>.</p>
210
210
*/
211
211
inline ModifyInstanceAttributeRequest& WithBlockDeviceMappings (Aws::Vector<InstanceBlockDeviceMappingSpecification>&& value) { SetBlockDeviceMappings (std::move (value)); return *this ;}
@@ -218,7 +218,7 @@ namespace Model
218
218
* instance store volumes to an Amazon EBS-backed instance, you must add them when
219
219
* you launch the instance. For more information, see <a
220
220
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating
221
- * the Block Device Mapping when Launching an Instance </a> in the <i>Amazon Elastic
221
+ * the block device mapping when launching an instance </a> in the <i>Amazon Elastic
222
222
* Compute Cloud User Guide</i>.</p>
223
223
*/
224
224
inline ModifyInstanceAttributeRequest& AddBlockDeviceMappings (const InstanceBlockDeviceMappingSpecification& value) { m_blockDeviceMappingsHasBeenSet = true ; m_blockDeviceMappings.push_back (value); return *this ; }
@@ -231,7 +231,7 @@ namespace Model
231
231
* instance store volumes to an Amazon EBS-backed instance, you must add them when
232
232
* you launch the instance. For more information, see <a
233
233
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Updating
234
- * the Block Device Mapping when Launching an Instance </a> in the <i>Amazon Elastic
234
+ * the block device mapping when launching an instance </a> in the <i>Amazon Elastic
235
235
* Compute Cloud User Guide</i>.</p>
236
236
*/
237
237
inline ModifyInstanceAttributeRequest& AddBlockDeviceMappings (InstanceBlockDeviceMappingSpecification&& value) { m_blockDeviceMappingsHasBeenSet = true ; m_blockDeviceMappings.push_back (std::move (value)); return *this ; }
@@ -557,7 +557,7 @@ namespace Model
557
557
* <p>Changes the instance type to the specified value. For more information, see
558
558
* <a
559
559
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
560
- * Types </a>. If the instance type is not valid, the error returned is
560
+ * types </a>. If the instance type is not valid, the error returned is
561
561
* <code>InvalidInstanceAttributeValue</code>.</p>
562
562
*/
563
563
inline const AttributeValue& GetInstanceType () const { return m_instanceType; }
@@ -566,7 +566,7 @@ namespace Model
566
566
* <p>Changes the instance type to the specified value. For more information, see
567
567
* <a
568
568
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
569
- * Types </a>. If the instance type is not valid, the error returned is
569
+ * types </a>. If the instance type is not valid, the error returned is
570
570
* <code>InvalidInstanceAttributeValue</code>.</p>
571
571
*/
572
572
inline bool InstanceTypeHasBeenSet () const { return m_instanceTypeHasBeenSet; }
@@ -575,7 +575,7 @@ namespace Model
575
575
* <p>Changes the instance type to the specified value. For more information, see
576
576
* <a
577
577
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
578
- * Types </a>. If the instance type is not valid, the error returned is
578
+ * types </a>. If the instance type is not valid, the error returned is
579
579
* <code>InvalidInstanceAttributeValue</code>.</p>
580
580
*/
581
581
inline void SetInstanceType (const AttributeValue& value) { m_instanceTypeHasBeenSet = true ; m_instanceType = value; }
@@ -584,7 +584,7 @@ namespace Model
584
584
* <p>Changes the instance type to the specified value. For more information, see
585
585
* <a
586
586
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
587
- * Types </a>. If the instance type is not valid, the error returned is
587
+ * types </a>. If the instance type is not valid, the error returned is
588
588
* <code>InvalidInstanceAttributeValue</code>.</p>
589
589
*/
590
590
inline void SetInstanceType (AttributeValue&& value) { m_instanceTypeHasBeenSet = true ; m_instanceType = std::move (value); }
@@ -593,7 +593,7 @@ namespace Model
593
593
* <p>Changes the instance type to the specified value. For more information, see
594
594
* <a
595
595
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
596
- * Types </a>. If the instance type is not valid, the error returned is
596
+ * types </a>. If the instance type is not valid, the error returned is
597
597
* <code>InvalidInstanceAttributeValue</code>.</p>
598
598
*/
599
599
inline ModifyInstanceAttributeRequest& WithInstanceType (const AttributeValue& value) { SetInstanceType (value); return *this ;}
@@ -602,7 +602,7 @@ namespace Model
602
602
* <p>Changes the instance type to the specified value. For more information, see
603
603
* <a
604
604
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance
605
- * Types </a>. If the instance type is not valid, the error returned is
605
+ * types </a>. If the instance type is not valid, the error returned is
606
606
* <code>InvalidInstanceAttributeValue</code>.</p>
607
607
*/
608
608
inline ModifyInstanceAttributeRequest& WithInstanceType (AttributeValue&& value) { SetInstanceType (std::move (value)); return *this ;}
0 commit comments