/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The summary of a virtual private cloud (VPC) destination.See
* Also:
AWS
* API Reference
The subnet IDs of the VPC destination.
*/ inline const Aws::VectorThe subnet IDs of the VPC destination.
*/ inline bool SubnetIdsHasBeenSet() const { return m_subnetIdsHasBeenSet; } /** *The subnet IDs of the VPC destination.
*/ inline void SetSubnetIds(const Aws::VectorThe subnet IDs of the VPC destination.
*/ inline void SetSubnetIds(Aws::VectorThe subnet IDs of the VPC destination.
*/ inline VpcDestinationSummary& WithSubnetIds(const Aws::VectorThe subnet IDs of the VPC destination.
*/ inline VpcDestinationSummary& WithSubnetIds(Aws::VectorThe subnet IDs of the VPC destination.
*/ inline VpcDestinationSummary& AddSubnetIds(const Aws::String& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The subnet IDs of the VPC destination.
*/ inline VpcDestinationSummary& AddSubnetIds(Aws::String&& value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(std::move(value)); return *this; } /** *The subnet IDs of the VPC destination.
*/ inline VpcDestinationSummary& AddSubnetIds(const char* value) { m_subnetIdsHasBeenSet = true; m_subnetIds.push_back(value); return *this; } /** *The security groups of the VPC destination.
*/ inline const Aws::VectorThe security groups of the VPC destination.
*/ inline bool SecurityGroupsHasBeenSet() const { return m_securityGroupsHasBeenSet; } /** *The security groups of the VPC destination.
*/ inline void SetSecurityGroups(const Aws::VectorThe security groups of the VPC destination.
*/ inline void SetSecurityGroups(Aws::VectorThe security groups of the VPC destination.
*/ inline VpcDestinationSummary& WithSecurityGroups(const Aws::VectorThe security groups of the VPC destination.
*/ inline VpcDestinationSummary& WithSecurityGroups(Aws::VectorThe security groups of the VPC destination.
*/ inline VpcDestinationSummary& AddSecurityGroups(const Aws::String& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; } /** *The security groups of the VPC destination.
*/ inline VpcDestinationSummary& AddSecurityGroups(Aws::String&& value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(std::move(value)); return *this; } /** *The security groups of the VPC destination.
*/ inline VpcDestinationSummary& AddSecurityGroups(const char* value) { m_securityGroupsHasBeenSet = true; m_securityGroups.push_back(value); return *this; } /** *The ID of the VPC.
*/ inline const Aws::String& GetVpcId() const{ return m_vpcId; } /** *The ID of the VPC.
*/ inline bool VpcIdHasBeenSet() const { return m_vpcIdHasBeenSet; } /** *The ID of the VPC.
*/ inline void SetVpcId(const Aws::String& value) { m_vpcIdHasBeenSet = true; m_vpcId = value; } /** *The ID of the VPC.
*/ inline void SetVpcId(Aws::String&& value) { m_vpcIdHasBeenSet = true; m_vpcId = std::move(value); } /** *The ID of the VPC.
*/ inline void SetVpcId(const char* value) { m_vpcIdHasBeenSet = true; m_vpcId.assign(value); } /** *The ID of the VPC.
*/ inline VpcDestinationSummary& WithVpcId(const Aws::String& value) { SetVpcId(value); return *this;} /** *The ID of the VPC.
*/ inline VpcDestinationSummary& WithVpcId(Aws::String&& value) { SetVpcId(std::move(value)); return *this;} /** *The ID of the VPC.
*/ inline VpcDestinationSummary& WithVpcId(const char* value) { SetVpcId(value); return *this;} /** *The ARN of a role that has permission to create and attach to elastic network * interfaces (ENIs).
*/ inline const Aws::String& GetRoleArn() const{ return m_roleArn; } /** *The ARN of a role that has permission to create and attach to elastic network * interfaces (ENIs).
*/ inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; } /** *The ARN of a role that has permission to create and attach to elastic network * interfaces (ENIs).
*/ inline void SetRoleArn(const Aws::String& value) { m_roleArnHasBeenSet = true; m_roleArn = value; } /** *The ARN of a role that has permission to create and attach to elastic network * interfaces (ENIs).
*/ inline void SetRoleArn(Aws::String&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::move(value); } /** *The ARN of a role that has permission to create and attach to elastic network * interfaces (ENIs).
*/ inline void SetRoleArn(const char* value) { m_roleArnHasBeenSet = true; m_roleArn.assign(value); } /** *The ARN of a role that has permission to create and attach to elastic network * interfaces (ENIs).
*/ inline VpcDestinationSummary& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;} /** *The ARN of a role that has permission to create and attach to elastic network * interfaces (ENIs).
*/ inline VpcDestinationSummary& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;} /** *The ARN of a role that has permission to create and attach to elastic network * interfaces (ENIs).
*/ inline VpcDestinationSummary& WithRoleArn(const char* value) { SetRoleArn(value); return *this;} private: Aws::Vector