/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The identifier for the source option group.
Constraints:
Must specify a valid option group.
The identifier for the source option group.
Constraints:
Must specify a valid option group.
The identifier for the source option group.
Constraints:
Must specify a valid option group.
The identifier for the source option group.
Constraints:
Must specify a valid option group.
The identifier for the source option group.
Constraints:
Must specify a valid option group.
The identifier for the source option group.
Constraints:
Must specify a valid option group.
The identifier for the source option group.
Constraints:
Must specify a valid option group.
The identifier for the source option group.
Constraints:
Must specify a valid option group.
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 * letters, numbers, or hyphens
First character must be a * letter
Can't end with a hyphen or contain two consecutive * hyphens
Example: my-option-group
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 * letters, numbers, or hyphens
First character must be a * letter
Can't end with a hyphen or contain two consecutive * hyphens
Example: my-option-group
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 * letters, numbers, or hyphens
First character must be a * letter
Can't end with a hyphen or contain two consecutive * hyphens
Example: my-option-group
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 * letters, numbers, or hyphens
First character must be a * letter
Can't end with a hyphen or contain two consecutive * hyphens
Example: my-option-group
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 * letters, numbers, or hyphens
First character must be a * letter
Can't end with a hyphen or contain two consecutive * hyphens
Example: my-option-group
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 * letters, numbers, or hyphens
First character must be a * letter
Can't end with a hyphen or contain two consecutive * hyphens
Example: my-option-group
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 * letters, numbers, or hyphens
First character must be a * letter
Can't end with a hyphen or contain two consecutive * hyphens
Example: my-option-group
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 * letters, numbers, or hyphens
First character must be a * letter
Can't end with a hyphen or contain two consecutive * hyphens
Example: my-option-group
The description for the copied option group.
*/ inline const Aws::String& GetTargetOptionGroupDescription() const{ return m_targetOptionGroupDescription; } /** *The description for the copied option group.
*/ inline bool TargetOptionGroupDescriptionHasBeenSet() const { return m_targetOptionGroupDescriptionHasBeenSet; } /** *The description for the copied option group.
*/ inline void SetTargetOptionGroupDescription(const Aws::String& value) { m_targetOptionGroupDescriptionHasBeenSet = true; m_targetOptionGroupDescription = value; } /** *The description for the copied option group.
*/ inline void SetTargetOptionGroupDescription(Aws::String&& value) { m_targetOptionGroupDescriptionHasBeenSet = true; m_targetOptionGroupDescription = std::move(value); } /** *The description for the copied option group.
*/ inline void SetTargetOptionGroupDescription(const char* value) { m_targetOptionGroupDescriptionHasBeenSet = true; m_targetOptionGroupDescription.assign(value); } /** *The description for the copied option group.
*/ inline CopyOptionGroupRequest& WithTargetOptionGroupDescription(const Aws::String& value) { SetTargetOptionGroupDescription(value); return *this;} /** *The description for the copied option group.
*/ inline CopyOptionGroupRequest& WithTargetOptionGroupDescription(Aws::String&& value) { SetTargetOptionGroupDescription(std::move(value)); return *this;} /** *The description for the copied option group.
*/ inline CopyOptionGroupRequest& WithTargetOptionGroupDescription(const char* value) { SetTargetOptionGroupDescription(value); return *this;} inline const Aws::Vector