7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace CodeStarconnections {
42 template <
typename VpcIdT = Aws::String>
44 m_vpcIdHasBeenSet =
true;
45 m_vpcId = std::forward<VpcIdT>(value);
47 template <
typename VpcIdT = Aws::String>
49 SetVpcId(std::forward<VpcIdT>(value));
61 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
63 m_subnetIdsHasBeenSet =
true;
64 m_subnetIds = std::forward<SubnetIdsT>(value);
66 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
71 template <
typename SubnetIdsT = Aws::String>
73 m_subnetIdsHasBeenSet =
true;
74 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
86 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
88 m_securityGroupIdsHasBeenSet =
true;
89 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
91 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
96 template <
typename SecurityGroupIdsT = Aws::String>
98 m_securityGroupIdsHasBeenSet =
true;
99 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
111 template <
typename TlsCertificateT = Aws::String>
113 m_tlsCertificateHasBeenSet =
true;
114 m_tlsCertificate = std::forward<TlsCertificateT>(value);
116 template <
typename TlsCertificateT = Aws::String>
130 bool m_vpcIdHasBeenSet =
false;
131 bool m_subnetIdsHasBeenSet =
false;
132 bool m_securityGroupIdsHasBeenSet =
false;
133 bool m_tlsCertificateHasBeenSet =
false;
VpcConfiguration & AddSubnetIds(SubnetIdsT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_CODESTARCONNECTIONS_API VpcConfiguration()=default
void SetVpcId(VpcIdT &&value)
void SetSubnetIds(SubnetIdsT &&value)
void SetTlsCertificate(TlsCertificateT &&value)
VpcConfiguration & AddSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfiguration & WithTlsCertificate(TlsCertificateT &&value)
AWS_CODESTARCONNECTIONS_API Aws::Utils::Json::JsonValue Jsonize() const
VpcConfiguration & WithSubnetIds(SubnetIdsT &&value)
AWS_CODESTARCONNECTIONS_API VpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdsHasBeenSet() const
bool VpcIdHasBeenSet() const
bool TlsCertificateHasBeenSet() const
AWS_CODESTARCONNECTIONS_API VpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SubnetIdsHasBeenSet() const
VpcConfiguration & WithSecurityGroupIds(SecurityGroupIdsT &&value)
VpcConfiguration & WithVpcId(VpcIdT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
const Aws::String & GetTlsCertificate() const
const Aws::String & GetVpcId() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue