/**
* 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 name for the DB security group. This value is stored as a lowercase * string.
Constraints:
Must be 1 to 255 letters, numbers, * or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example:
* mysecuritygroup
The name for the DB security group. This value is stored as a lowercase * string.
Constraints:
Must be 1 to 255 letters, numbers, * or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example:
* mysecuritygroup
The name for the DB security group. This value is stored as a lowercase * string.
Constraints:
Must be 1 to 255 letters, numbers, * or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example:
* mysecuritygroup
The name for the DB security group. This value is stored as a lowercase * string.
Constraints:
Must be 1 to 255 letters, numbers, * or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example:
* mysecuritygroup
The name for the DB security group. This value is stored as a lowercase * string.
Constraints:
Must be 1 to 255 letters, numbers, * or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example:
* mysecuritygroup
The name for the DB security group. This value is stored as a lowercase * string.
Constraints:
Must be 1 to 255 letters, numbers, * or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example:
* mysecuritygroup
The name for the DB security group. This value is stored as a lowercase * string.
Constraints:
Must be 1 to 255 letters, numbers, * or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example:
* mysecuritygroup
The name for the DB security group. This value is stored as a lowercase * string.
Constraints:
Must be 1 to 255 letters, numbers, * or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Must not be "Default"
Example:
* mysecuritygroup
The description for the DB security group.
*/ inline const Aws::String& GetDBSecurityGroupDescription() const{ return m_dBSecurityGroupDescription; } /** *The description for the DB security group.
*/ inline bool DBSecurityGroupDescriptionHasBeenSet() const { return m_dBSecurityGroupDescriptionHasBeenSet; } /** *The description for the DB security group.
*/ inline void SetDBSecurityGroupDescription(const Aws::String& value) { m_dBSecurityGroupDescriptionHasBeenSet = true; m_dBSecurityGroupDescription = value; } /** *The description for the DB security group.
*/ inline void SetDBSecurityGroupDescription(Aws::String&& value) { m_dBSecurityGroupDescriptionHasBeenSet = true; m_dBSecurityGroupDescription = std::move(value); } /** *The description for the DB security group.
*/ inline void SetDBSecurityGroupDescription(const char* value) { m_dBSecurityGroupDescriptionHasBeenSet = true; m_dBSecurityGroupDescription.assign(value); } /** *The description for the DB security group.
*/ inline CreateDBSecurityGroupRequest& WithDBSecurityGroupDescription(const Aws::String& value) { SetDBSecurityGroupDescription(value); return *this;} /** *The description for the DB security group.
*/ inline CreateDBSecurityGroupRequest& WithDBSecurityGroupDescription(Aws::String&& value) { SetDBSecurityGroupDescription(std::move(value)); return *this;} /** *The description for the DB security group.
*/ inline CreateDBSecurityGroupRequest& WithDBSecurityGroupDescription(const char* value) { SetDBSecurityGroupDescription(value); return *this;} /** *Tags to assign to the DB security group.
*/ inline const Aws::VectorTags to assign to the DB security group.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Tags to assign to the DB security group.
*/ inline void SetTags(const Aws::VectorTags to assign to the DB security group.
*/ inline void SetTags(Aws::VectorTags to assign to the DB security group.
*/ inline CreateDBSecurityGroupRequest& WithTags(const Aws::VectorTags to assign to the DB security group.
*/ inline CreateDBSecurityGroupRequest& WithTags(Aws::VectorTags to assign to the DB security group.
*/ inline CreateDBSecurityGroupRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *Tags to assign to the DB security group.
*/ inline CreateDBSecurityGroupRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_dBSecurityGroupName; bool m_dBSecurityGroupNameHasBeenSet = false; Aws::String m_dBSecurityGroupDescription; bool m_dBSecurityGroupDescriptionHasBeenSet = false; Aws::Vector