/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include This data type is used as a response element for queries on VPC security
* group membership.See Also:
AWS
* API Reference
The name of the VPC security group.
*/ inline const Aws::String& GetVpcSecurityGroupId() const{ return m_vpcSecurityGroupId; } /** *The name of the VPC security group.
*/ inline bool VpcSecurityGroupIdHasBeenSet() const { return m_vpcSecurityGroupIdHasBeenSet; } /** *The name of the VPC security group.
*/ inline void SetVpcSecurityGroupId(const Aws::String& value) { m_vpcSecurityGroupIdHasBeenSet = true; m_vpcSecurityGroupId = value; } /** *The name of the VPC security group.
*/ inline void SetVpcSecurityGroupId(Aws::String&& value) { m_vpcSecurityGroupIdHasBeenSet = true; m_vpcSecurityGroupId = std::move(value); } /** *The name of the VPC security group.
*/ inline void SetVpcSecurityGroupId(const char* value) { m_vpcSecurityGroupIdHasBeenSet = true; m_vpcSecurityGroupId.assign(value); } /** *The name of the VPC security group.
*/ inline VpcSecurityGroupMembership& WithVpcSecurityGroupId(const Aws::String& value) { SetVpcSecurityGroupId(value); return *this;} /** *The name of the VPC security group.
*/ inline VpcSecurityGroupMembership& WithVpcSecurityGroupId(Aws::String&& value) { SetVpcSecurityGroupId(std::move(value)); return *this;} /** *The name of the VPC security group.
*/ inline VpcSecurityGroupMembership& WithVpcSecurityGroupId(const char* value) { SetVpcSecurityGroupId(value); return *this;} /** *The membership status of the VPC security group.
Currently, the only
* valid status is active
.
The membership status of the VPC security group.
Currently, the only
* valid status is active
.
The membership status of the VPC security group.
Currently, the only
* valid status is active
.
The membership status of the VPC security group.
Currently, the only
* valid status is active
.
The membership status of the VPC security group.
Currently, the only
* valid status is active
.
The membership status of the VPC security group.
Currently, the only
* valid status is active
.
The membership status of the VPC security group.
Currently, the only
* valid status is active
.
The membership status of the VPC security group.
Currently, the only
* valid status is active
.