/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include namespace Aws { namespace EC2 { namespace Model { /** */ class CreateVolumeRequest : public EC2Request { public: AWS_EC2_API CreateVolumeRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "CreateVolume"; } AWS_EC2_API Aws::String SerializePayload() const override; protected: AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI& uri ) const override; public: /** *

The ID of the Availability Zone in which to create the volume. For example, * us-east-1a.

*/ inline const Aws::String& GetAvailabilityZone() const{ return m_availabilityZone; } /** *

The ID of the Availability Zone in which to create the volume. For example, * us-east-1a.

*/ inline bool AvailabilityZoneHasBeenSet() const { return m_availabilityZoneHasBeenSet; } /** *

The ID of the Availability Zone in which to create the volume. For example, * us-east-1a.

*/ inline void SetAvailabilityZone(const Aws::String& value) { m_availabilityZoneHasBeenSet = true; m_availabilityZone = value; } /** *

The ID of the Availability Zone in which to create the volume. For example, * us-east-1a.

*/ inline void SetAvailabilityZone(Aws::String&& value) { m_availabilityZoneHasBeenSet = true; m_availabilityZone = std::move(value); } /** *

The ID of the Availability Zone in which to create the volume. For example, * us-east-1a.

*/ inline void SetAvailabilityZone(const char* value) { m_availabilityZoneHasBeenSet = true; m_availabilityZone.assign(value); } /** *

The ID of the Availability Zone in which to create the volume. For example, * us-east-1a.

*/ inline CreateVolumeRequest& WithAvailabilityZone(const Aws::String& value) { SetAvailabilityZone(value); return *this;} /** *

The ID of the Availability Zone in which to create the volume. For example, * us-east-1a.

*/ inline CreateVolumeRequest& WithAvailabilityZone(Aws::String&& value) { SetAvailabilityZone(std::move(value)); return *this;} /** *

The ID of the Availability Zone in which to create the volume. For example, * us-east-1a.

*/ inline CreateVolumeRequest& WithAvailabilityZone(const char* value) { SetAvailabilityZone(value); return *this;} /** *

Indicates whether the volume should be encrypted. The effect of setting the * encryption state to true depends on the volume origin (new or from * a snapshot), starting encryption state, ownership, and whether encryption by * default is enabled. For more information, see Encryption * by default in the Amazon Elastic Compute Cloud User Guide.

*

Encrypted Amazon EBS volumes must be attached to instances that support * Amazon EBS encryption. For more information, see Supported * instance types.

*/ inline bool GetEncrypted() const{ return m_encrypted; } /** *

Indicates whether the volume should be encrypted. The effect of setting the * encryption state to true depends on the volume origin (new or from * a snapshot), starting encryption state, ownership, and whether encryption by * default is enabled. For more information, see Encryption * by default in the Amazon Elastic Compute Cloud User Guide.

*

Encrypted Amazon EBS volumes must be attached to instances that support * Amazon EBS encryption. For more information, see Supported * instance types.

*/ inline bool EncryptedHasBeenSet() const { return m_encryptedHasBeenSet; } /** *

Indicates whether the volume should be encrypted. The effect of setting the * encryption state to true depends on the volume origin (new or from * a snapshot), starting encryption state, ownership, and whether encryption by * default is enabled. For more information, see Encryption * by default in the Amazon Elastic Compute Cloud User Guide.

*

Encrypted Amazon EBS volumes must be attached to instances that support * Amazon EBS encryption. For more information, see Supported * instance types.

*/ inline void SetEncrypted(bool value) { m_encryptedHasBeenSet = true; m_encrypted = value; } /** *

Indicates whether the volume should be encrypted. The effect of setting the * encryption state to true depends on the volume origin (new or from * a snapshot), starting encryption state, ownership, and whether encryption by * default is enabled. For more information, see Encryption * by default in the Amazon Elastic Compute Cloud User Guide.

*

Encrypted Amazon EBS volumes must be attached to instances that support * Amazon EBS encryption. For more information, see Supported * instance types.

*/ inline CreateVolumeRequest& WithEncrypted(bool value) { SetEncrypted(value); return *this;} /** *

The number of I/O operations per second (IOPS). For gp3, * io1, and io2 volumes, this represents the number of * IOPS that are provisioned for the volume. For gp2 volumes, this * represents the baseline performance of the volume and the rate at which the * volume accumulates I/O credits for bursting.

The following are the * supported values for each volume type:

  • gp3: * 3,000-16,000 IOPS

  • io1: 100-64,000 IOPS

  • *
  • io2: 100-64,000 IOPS

io1 * and io2 volumes support up to 64,000 IOPS only on Instances * built on the Nitro System. Other instance families support performance up to * 32,000 IOPS.

This parameter is required for io1 and * io2 volumes. The default for gp3 volumes is 3,000 * IOPS. This parameter is not supported for gp2, st1, * sc1, or standard volumes.

*/ inline int GetIops() const{ return m_iops; } /** *

The number of I/O operations per second (IOPS). For gp3, * io1, and io2 volumes, this represents the number of * IOPS that are provisioned for the volume. For gp2 volumes, this * represents the baseline performance of the volume and the rate at which the * volume accumulates I/O credits for bursting.

The following are the * supported values for each volume type:

  • gp3: * 3,000-16,000 IOPS

  • io1: 100-64,000 IOPS

  • *
  • io2: 100-64,000 IOPS

io1 * and io2 volumes support up to 64,000 IOPS only on Instances * built on the Nitro System. Other instance families support performance up to * 32,000 IOPS.

This parameter is required for io1 and * io2 volumes. The default for gp3 volumes is 3,000 * IOPS. This parameter is not supported for gp2, st1, * sc1, or standard volumes.

*/ inline bool IopsHasBeenSet() const { return m_iopsHasBeenSet; } /** *

The number of I/O operations per second (IOPS). For gp3, * io1, and io2 volumes, this represents the number of * IOPS that are provisioned for the volume. For gp2 volumes, this * represents the baseline performance of the volume and the rate at which the * volume accumulates I/O credits for bursting.

The following are the * supported values for each volume type:

  • gp3: * 3,000-16,000 IOPS

  • io1: 100-64,000 IOPS

  • *
  • io2: 100-64,000 IOPS

io1 * and io2 volumes support up to 64,000 IOPS only on Instances * built on the Nitro System. Other instance families support performance up to * 32,000 IOPS.

This parameter is required for io1 and * io2 volumes. The default for gp3 volumes is 3,000 * IOPS. This parameter is not supported for gp2, st1, * sc1, or standard volumes.

*/ inline void SetIops(int value) { m_iopsHasBeenSet = true; m_iops = value; } /** *

The number of I/O operations per second (IOPS). For gp3, * io1, and io2 volumes, this represents the number of * IOPS that are provisioned for the volume. For gp2 volumes, this * represents the baseline performance of the volume and the rate at which the * volume accumulates I/O credits for bursting.

The following are the * supported values for each volume type:

  • gp3: * 3,000-16,000 IOPS

  • io1: 100-64,000 IOPS

  • *
  • io2: 100-64,000 IOPS

io1 * and io2 volumes support up to 64,000 IOPS only on Instances * built on the Nitro System. Other instance families support performance up to * 32,000 IOPS.

This parameter is required for io1 and * io2 volumes. The default for gp3 volumes is 3,000 * IOPS. This parameter is not supported for gp2, st1, * sc1, or standard volumes.

*/ inline CreateVolumeRequest& WithIops(int value) { SetIops(value); return *this;} /** *

The identifier of the Key Management Service (KMS) KMS key to use for Amazon * EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS * is used. If KmsKeyId is specified, the encrypted state must be * true.

You can specify the KMS key using any of the * following:

  • Key ID. For example, * 1234abcd-12ab-34cd-56ef-1234567890ab.

  • Key alias. For example, * alias/ExampleAlias.

  • Key ARN. For example, * arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.

    *
  • Alias ARN. For example, * arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon * Web Services authenticates the KMS key asynchronously. Therefore, if you specify * an ID, alias, or ARN that is not valid, the action can appear to complete, but * eventually fails.

*/ inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; } /** *

The identifier of the Key Management Service (KMS) KMS key to use for Amazon * EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS * is used. If KmsKeyId is specified, the encrypted state must be * true.

You can specify the KMS key using any of the * following:

  • Key ID. For example, * 1234abcd-12ab-34cd-56ef-1234567890ab.

  • Key alias. For example, * alias/ExampleAlias.

  • Key ARN. For example, * arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.

    *
  • Alias ARN. For example, * arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon * Web Services authenticates the KMS key asynchronously. Therefore, if you specify * an ID, alias, or ARN that is not valid, the action can appear to complete, but * eventually fails.

*/ inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; } /** *

The identifier of the Key Management Service (KMS) KMS key to use for Amazon * EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS * is used. If KmsKeyId is specified, the encrypted state must be * true.

You can specify the KMS key using any of the * following:

  • Key ID. For example, * 1234abcd-12ab-34cd-56ef-1234567890ab.

  • Key alias. For example, * alias/ExampleAlias.

  • Key ARN. For example, * arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.

    *
  • Alias ARN. For example, * arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon * Web Services authenticates the KMS key asynchronously. Therefore, if you specify * an ID, alias, or ARN that is not valid, the action can appear to complete, but * eventually fails.

*/ inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; } /** *

The identifier of the Key Management Service (KMS) KMS key to use for Amazon * EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS * is used. If KmsKeyId is specified, the encrypted state must be * true.

You can specify the KMS key using any of the * following:

  • Key ID. For example, * 1234abcd-12ab-34cd-56ef-1234567890ab.

  • Key alias. For example, * alias/ExampleAlias.

  • Key ARN. For example, * arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.

    *
  • Alias ARN. For example, * arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon * Web Services authenticates the KMS key asynchronously. Therefore, if you specify * an ID, alias, or ARN that is not valid, the action can appear to complete, but * eventually fails.

*/ inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); } /** *

The identifier of the Key Management Service (KMS) KMS key to use for Amazon * EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS * is used. If KmsKeyId is specified, the encrypted state must be * true.

You can specify the KMS key using any of the * following:

  • Key ID. For example, * 1234abcd-12ab-34cd-56ef-1234567890ab.

  • Key alias. For example, * alias/ExampleAlias.

  • Key ARN. For example, * arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.

    *
  • Alias ARN. For example, * arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon * Web Services authenticates the KMS key asynchronously. Therefore, if you specify * an ID, alias, or ARN that is not valid, the action can appear to complete, but * eventually fails.

*/ inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); } /** *

The identifier of the Key Management Service (KMS) KMS key to use for Amazon * EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS * is used. If KmsKeyId is specified, the encrypted state must be * true.

You can specify the KMS key using any of the * following:

  • Key ID. For example, * 1234abcd-12ab-34cd-56ef-1234567890ab.

  • Key alias. For example, * alias/ExampleAlias.

  • Key ARN. For example, * arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.

    *
  • Alias ARN. For example, * arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon * Web Services authenticates the KMS key asynchronously. Therefore, if you specify * an ID, alias, or ARN that is not valid, the action can appear to complete, but * eventually fails.

*/ inline CreateVolumeRequest& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;} /** *

The identifier of the Key Management Service (KMS) KMS key to use for Amazon * EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS * is used. If KmsKeyId is specified, the encrypted state must be * true.

You can specify the KMS key using any of the * following:

  • Key ID. For example, * 1234abcd-12ab-34cd-56ef-1234567890ab.

  • Key alias. For example, * alias/ExampleAlias.

  • Key ARN. For example, * arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.

    *
  • Alias ARN. For example, * arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon * Web Services authenticates the KMS key asynchronously. Therefore, if you specify * an ID, alias, or ARN that is not valid, the action can appear to complete, but * eventually fails.

*/ inline CreateVolumeRequest& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;} /** *

The identifier of the Key Management Service (KMS) KMS key to use for Amazon * EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS * is used. If KmsKeyId is specified, the encrypted state must be * true.

You can specify the KMS key using any of the * following:

  • Key ID. For example, * 1234abcd-12ab-34cd-56ef-1234567890ab.

  • Key alias. For example, * alias/ExampleAlias.

  • Key ARN. For example, * arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.

    *
  • Alias ARN. For example, * arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.

Amazon * Web Services authenticates the KMS key asynchronously. Therefore, if you specify * an ID, alias, or ARN that is not valid, the action can appear to complete, but * eventually fails.

*/ inline CreateVolumeRequest& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;} /** *

The Amazon Resource Name (ARN) of the Outpost.

*/ inline const Aws::String& GetOutpostArn() const{ return m_outpostArn; } /** *

The Amazon Resource Name (ARN) of the Outpost.

*/ inline bool OutpostArnHasBeenSet() const { return m_outpostArnHasBeenSet; } /** *

The Amazon Resource Name (ARN) of the Outpost.

*/ inline void SetOutpostArn(const Aws::String& value) { m_outpostArnHasBeenSet = true; m_outpostArn = value; } /** *

The Amazon Resource Name (ARN) of the Outpost.

*/ inline void SetOutpostArn(Aws::String&& value) { m_outpostArnHasBeenSet = true; m_outpostArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the Outpost.

*/ inline void SetOutpostArn(const char* value) { m_outpostArnHasBeenSet = true; m_outpostArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the Outpost.

*/ inline CreateVolumeRequest& WithOutpostArn(const Aws::String& value) { SetOutpostArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the Outpost.

*/ inline CreateVolumeRequest& WithOutpostArn(Aws::String&& value) { SetOutpostArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the Outpost.

*/ inline CreateVolumeRequest& WithOutpostArn(const char* value) { SetOutpostArn(value); return *this;} /** *

The size of the volume, in GiBs. You must specify either a snapshot ID or a * volume size. If you specify a snapshot, the default is the snapshot size. You * can specify a volume size that is equal to or larger than the snapshot size.

*

The following are the supported volumes sizes for each volume type:

    *
  • gp2 and gp3: 1-16,384

  • * io1 and io2: 4-16,384

  • * st1 and sc1: 125-16,384

  • * standard: 1-1,024

*/ inline int GetSize() const{ return m_size; } /** *

The size of the volume, in GiBs. You must specify either a snapshot ID or a * volume size. If you specify a snapshot, the default is the snapshot size. You * can specify a volume size that is equal to or larger than the snapshot size.

*

The following are the supported volumes sizes for each volume type:

    *
  • gp2 and gp3: 1-16,384

  • * io1 and io2: 4-16,384

  • * st1 and sc1: 125-16,384

  • * standard: 1-1,024

*/ inline bool SizeHasBeenSet() const { return m_sizeHasBeenSet; } /** *

The size of the volume, in GiBs. You must specify either a snapshot ID or a * volume size. If you specify a snapshot, the default is the snapshot size. You * can specify a volume size that is equal to or larger than the snapshot size.

*

The following are the supported volumes sizes for each volume type:

    *
  • gp2 and gp3: 1-16,384

  • * io1 and io2: 4-16,384

  • * st1 and sc1: 125-16,384

  • * standard: 1-1,024

*/ inline void SetSize(int value) { m_sizeHasBeenSet = true; m_size = value; } /** *

The size of the volume, in GiBs. You must specify either a snapshot ID or a * volume size. If you specify a snapshot, the default is the snapshot size. You * can specify a volume size that is equal to or larger than the snapshot size.

*

The following are the supported volumes sizes for each volume type:

    *
  • gp2 and gp3: 1-16,384

  • * io1 and io2: 4-16,384

  • * st1 and sc1: 125-16,384

  • * standard: 1-1,024

*/ inline CreateVolumeRequest& WithSize(int value) { SetSize(value); return *this;} /** *

The snapshot from which to create the volume. You must specify either a * snapshot ID or a volume size.

*/ inline const Aws::String& GetSnapshotId() const{ return m_snapshotId; } /** *

The snapshot from which to create the volume. You must specify either a * snapshot ID or a volume size.

*/ inline bool SnapshotIdHasBeenSet() const { return m_snapshotIdHasBeenSet; } /** *

The snapshot from which to create the volume. You must specify either a * snapshot ID or a volume size.

*/ inline void SetSnapshotId(const Aws::String& value) { m_snapshotIdHasBeenSet = true; m_snapshotId = value; } /** *

The snapshot from which to create the volume. You must specify either a * snapshot ID or a volume size.

*/ inline void SetSnapshotId(Aws::String&& value) { m_snapshotIdHasBeenSet = true; m_snapshotId = std::move(value); } /** *

The snapshot from which to create the volume. You must specify either a * snapshot ID or a volume size.

*/ inline void SetSnapshotId(const char* value) { m_snapshotIdHasBeenSet = true; m_snapshotId.assign(value); } /** *

The snapshot from which to create the volume. You must specify either a * snapshot ID or a volume size.

*/ inline CreateVolumeRequest& WithSnapshotId(const Aws::String& value) { SetSnapshotId(value); return *this;} /** *

The snapshot from which to create the volume. You must specify either a * snapshot ID or a volume size.

*/ inline CreateVolumeRequest& WithSnapshotId(Aws::String&& value) { SetSnapshotId(std::move(value)); return *this;} /** *

The snapshot from which to create the volume. You must specify either a * snapshot ID or a volume size.

*/ inline CreateVolumeRequest& WithSnapshotId(const char* value) { SetSnapshotId(value); return *this;} /** *

The volume type. This parameter can be one of the following values:

    *
  • General Purpose SSD: gp2 | gp3

  • *

    Provisioned IOPS SSD: io1 | io2

  • *

    Throughput Optimized HDD: st1

  • Cold HDD: * sc1

  • Magnetic: standard

  • *

Throughput Optimized HDD (st1) and Cold HDD * (sc1) volumes can't be used as boot volumes.

*

For more information, see Amazon * EBS volume types in the Amazon Elastic Compute Cloud User Guide.

*

Default: gp2

*/ inline const VolumeType& GetVolumeType() const{ return m_volumeType; } /** *

The volume type. This parameter can be one of the following values:

    *
  • General Purpose SSD: gp2 | gp3

  • *

    Provisioned IOPS SSD: io1 | io2

  • *

    Throughput Optimized HDD: st1

  • Cold HDD: * sc1

  • Magnetic: standard

  • *

Throughput Optimized HDD (st1) and Cold HDD * (sc1) volumes can't be used as boot volumes.

*

For more information, see Amazon * EBS volume types in the Amazon Elastic Compute Cloud User Guide.

*

Default: gp2

*/ inline bool VolumeTypeHasBeenSet() const { return m_volumeTypeHasBeenSet; } /** *

The volume type. This parameter can be one of the following values:

    *
  • General Purpose SSD: gp2 | gp3

  • *

    Provisioned IOPS SSD: io1 | io2

  • *

    Throughput Optimized HDD: st1

  • Cold HDD: * sc1

  • Magnetic: standard

  • *

Throughput Optimized HDD (st1) and Cold HDD * (sc1) volumes can't be used as boot volumes.

*

For more information, see Amazon * EBS volume types in the Amazon Elastic Compute Cloud User Guide.

*

Default: gp2

*/ inline void SetVolumeType(const VolumeType& value) { m_volumeTypeHasBeenSet = true; m_volumeType = value; } /** *

The volume type. This parameter can be one of the following values:

    *
  • General Purpose SSD: gp2 | gp3

  • *

    Provisioned IOPS SSD: io1 | io2

  • *

    Throughput Optimized HDD: st1

  • Cold HDD: * sc1

  • Magnetic: standard

  • *

Throughput Optimized HDD (st1) and Cold HDD * (sc1) volumes can't be used as boot volumes.

*

For more information, see Amazon * EBS volume types in the Amazon Elastic Compute Cloud User Guide.

*

Default: gp2

*/ inline void SetVolumeType(VolumeType&& value) { m_volumeTypeHasBeenSet = true; m_volumeType = std::move(value); } /** *

The volume type. This parameter can be one of the following values:

    *
  • General Purpose SSD: gp2 | gp3

  • *

    Provisioned IOPS SSD: io1 | io2

  • *

    Throughput Optimized HDD: st1

  • Cold HDD: * sc1

  • Magnetic: standard

  • *

Throughput Optimized HDD (st1) and Cold HDD * (sc1) volumes can't be used as boot volumes.

*

For more information, see Amazon * EBS volume types in the Amazon Elastic Compute Cloud User Guide.

*

Default: gp2

*/ inline CreateVolumeRequest& WithVolumeType(const VolumeType& value) { SetVolumeType(value); return *this;} /** *

The volume type. This parameter can be one of the following values:

    *
  • General Purpose SSD: gp2 | gp3

  • *

    Provisioned IOPS SSD: io1 | io2

  • *

    Throughput Optimized HDD: st1

  • Cold HDD: * sc1

  • Magnetic: standard

  • *

Throughput Optimized HDD (st1) and Cold HDD * (sc1) volumes can't be used as boot volumes.

*

For more information, see Amazon * EBS volume types in the Amazon Elastic Compute Cloud User Guide.

*

Default: gp2

*/ inline CreateVolumeRequest& WithVolumeType(VolumeType&& value) { SetVolumeType(std::move(value)); return *this;} /** *

Checks whether you have the required permissions for the action, without * actually making the request, and provides an error response. If you have the * required permissions, the error response is DryRunOperation. * Otherwise, it is UnauthorizedOperation.

*/ inline bool GetDryRun() const{ return m_dryRun; } /** *

Checks whether you have the required permissions for the action, without * actually making the request, and provides an error response. If you have the * required permissions, the error response is DryRunOperation. * Otherwise, it is UnauthorizedOperation.

*/ inline bool DryRunHasBeenSet() const { return m_dryRunHasBeenSet; } /** *

Checks whether you have the required permissions for the action, without * actually making the request, and provides an error response. If you have the * required permissions, the error response is DryRunOperation. * Otherwise, it is UnauthorizedOperation.

*/ inline void SetDryRun(bool value) { m_dryRunHasBeenSet = true; m_dryRun = value; } /** *

Checks whether you have the required permissions for the action, without * actually making the request, and provides an error response. If you have the * required permissions, the error response is DryRunOperation. * Otherwise, it is UnauthorizedOperation.

*/ inline CreateVolumeRequest& WithDryRun(bool value) { SetDryRun(value); return *this;} /** *

The tags to apply to the volume during creation.

*/ inline const Aws::Vector& GetTagSpecifications() const{ return m_tagSpecifications; } /** *

The tags to apply to the volume during creation.

*/ inline bool TagSpecificationsHasBeenSet() const { return m_tagSpecificationsHasBeenSet; } /** *

The tags to apply to the volume during creation.

*/ inline void SetTagSpecifications(const Aws::Vector& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications = value; } /** *

The tags to apply to the volume during creation.

*/ inline void SetTagSpecifications(Aws::Vector&& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications = std::move(value); } /** *

The tags to apply to the volume during creation.

*/ inline CreateVolumeRequest& WithTagSpecifications(const Aws::Vector& value) { SetTagSpecifications(value); return *this;} /** *

The tags to apply to the volume during creation.

*/ inline CreateVolumeRequest& WithTagSpecifications(Aws::Vector&& value) { SetTagSpecifications(std::move(value)); return *this;} /** *

The tags to apply to the volume during creation.

*/ inline CreateVolumeRequest& AddTagSpecifications(const TagSpecification& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications.push_back(value); return *this; } /** *

The tags to apply to the volume during creation.

*/ inline CreateVolumeRequest& AddTagSpecifications(TagSpecification&& value) { m_tagSpecificationsHasBeenSet = true; m_tagSpecifications.push_back(std::move(value)); return *this; } /** *

Indicates whether to enable Amazon EBS Multi-Attach. If you enable * Multi-Attach, you can attach the volume to up to 16 Instances * built on the Nitro System in the same Availability Zone. This parameter is * supported with io1 and io2 volumes only. For more * information, see * Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User * Guide.

*/ inline bool GetMultiAttachEnabled() const{ return m_multiAttachEnabled; } /** *

Indicates whether to enable Amazon EBS Multi-Attach. If you enable * Multi-Attach, you can attach the volume to up to 16 Instances * built on the Nitro System in the same Availability Zone. This parameter is * supported with io1 and io2 volumes only. For more * information, see * Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User * Guide.

*/ inline bool MultiAttachEnabledHasBeenSet() const { return m_multiAttachEnabledHasBeenSet; } /** *

Indicates whether to enable Amazon EBS Multi-Attach. If you enable * Multi-Attach, you can attach the volume to up to 16 Instances * built on the Nitro System in the same Availability Zone. This parameter is * supported with io1 and io2 volumes only. For more * information, see * Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User * Guide.

*/ inline void SetMultiAttachEnabled(bool value) { m_multiAttachEnabledHasBeenSet = true; m_multiAttachEnabled = value; } /** *

Indicates whether to enable Amazon EBS Multi-Attach. If you enable * Multi-Attach, you can attach the volume to up to 16 Instances * built on the Nitro System in the same Availability Zone. This parameter is * supported with io1 and io2 volumes only. For more * information, see * Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User * Guide.

*/ inline CreateVolumeRequest& WithMultiAttachEnabled(bool value) { SetMultiAttachEnabled(value); return *this;} /** *

The throughput to provision for a volume, with a maximum of 1,000 MiB/s.

*

This parameter is valid only for gp3 volumes.

Valid * Range: Minimum value of 125. Maximum value of 1000.

*/ inline int GetThroughput() const{ return m_throughput; } /** *

The throughput to provision for a volume, with a maximum of 1,000 MiB/s.

*

This parameter is valid only for gp3 volumes.

Valid * Range: Minimum value of 125. Maximum value of 1000.

*/ inline bool ThroughputHasBeenSet() const { return m_throughputHasBeenSet; } /** *

The throughput to provision for a volume, with a maximum of 1,000 MiB/s.

*

This parameter is valid only for gp3 volumes.

Valid * Range: Minimum value of 125. Maximum value of 1000.

*/ inline void SetThroughput(int value) { m_throughputHasBeenSet = true; m_throughput = value; } /** *

The throughput to provision for a volume, with a maximum of 1,000 MiB/s.

*

This parameter is valid only for gp3 volumes.

Valid * Range: Minimum value of 125. Maximum value of 1000.

*/ inline CreateVolumeRequest& WithThroughput(int value) { SetThroughput(value); return *this;} /** *

Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. For more information, see Ensure * Idempotency.

*/ inline const Aws::String& GetClientToken() const{ return m_clientToken; } /** *

Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. For more information, see Ensure * Idempotency.

*/ inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; } /** *

Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. For more information, see Ensure * Idempotency.

*/ inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; } /** *

Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. For more information, see Ensure * Idempotency.

*/ inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); } /** *

Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. For more information, see Ensure * Idempotency.

*/ inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); } /** *

Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. For more information, see Ensure * Idempotency.

*/ inline CreateVolumeRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;} /** *

Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. For more information, see Ensure * Idempotency.

*/ inline CreateVolumeRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;} /** *

Unique, case-sensitive identifier that you provide to ensure the idempotency * of the request. For more information, see Ensure * Idempotency.

*/ inline CreateVolumeRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;} private: Aws::String m_availabilityZone; bool m_availabilityZoneHasBeenSet = false; bool m_encrypted; bool m_encryptedHasBeenSet = false; int m_iops; bool m_iopsHasBeenSet = false; Aws::String m_kmsKeyId; bool m_kmsKeyIdHasBeenSet = false; Aws::String m_outpostArn; bool m_outpostArnHasBeenSet = false; int m_size; bool m_sizeHasBeenSet = false; Aws::String m_snapshotId; bool m_snapshotIdHasBeenSet = false; VolumeType m_volumeType; bool m_volumeTypeHasBeenSet = false; bool m_dryRun; bool m_dryRunHasBeenSet = false; Aws::Vector m_tagSpecifications; bool m_tagSpecificationsHasBeenSet = false; bool m_multiAttachEnabled; bool m_multiAttachEnabledHasBeenSet = false; int m_throughput; bool m_throughputHasBeenSet = false; Aws::String m_clientToken; bool m_clientTokenHasBeenSet = false; }; } // namespace Model } // namespace EC2 } // namespace Aws