7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/EndpointIpAddressType.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace AgentRegistryControl {
44 template <
typename VpcIdentifierT = Aws::String>
46 m_vpcIdentifierHasBeenSet =
true;
47 m_vpcIdentifier = std::forward<VpcIdentifierT>(value);
49 template <
typename VpcIdentifierT = Aws::String>
63 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
65 m_subnetIdsHasBeenSet =
true;
66 m_subnetIds = std::forward<SubnetIdsT>(value);
68 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
73 template <
typename SubnetIdsT = Aws::String>
75 m_subnetIdsHasBeenSet =
true;
76 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
88 m_endpointIpAddressTypeHasBeenSet =
true;
89 m_endpointIpAddressType = value;
104 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
106 m_securityGroupIdsHasBeenSet =
true;
107 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
109 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
114 template <
typename SecurityGroupIdsT = Aws::String>
116 m_securityGroupIdsHasBeenSet =
true;
117 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
126 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
128 m_tagsHasBeenSet =
true;
129 m_tags = std::forward<TagsT>(value);
131 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 SetTags(std::forward<TagsT>(value));
136 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
138 m_tagsHasBeenSet =
true;
139 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
150 template <
typename RoutingDomainT = Aws::String>
152 m_routingDomainHasBeenSet =
true;
153 m_routingDomain = std::forward<RoutingDomainT>(value);
155 template <
typename RoutingDomainT = Aws::String>
173 bool m_vpcIdentifierHasBeenSet =
false;
174 bool m_subnetIdsHasBeenSet =
false;
175 bool m_endpointIpAddressTypeHasBeenSet =
false;
176 bool m_securityGroupIdsHasBeenSet =
false;
177 bool m_tagsHasBeenSet =
false;
178 bool m_routingDomainHasBeenSet =
false;
AWS_AGENTREGISTRYCONTROL_API ManagedVpcResource(Aws::Utils::Json::JsonView jsonValue)
bool TagsHasBeenSet() const
AWS_AGENTREGISTRYCONTROL_API ManagedVpcResource & operator=(Aws::Utils::Json::JsonView jsonValue)
ManagedVpcResource & WithVpcIdentifier(VpcIdentifierT &&value)
ManagedVpcResource & WithTags(TagsT &&value)
bool SecurityGroupIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
bool EndpointIpAddressTypeHasBeenSet() const
bool SubnetIdsHasBeenSet() const
ManagedVpcResource & WithSecurityGroupIds(SecurityGroupIdsT &&value)
ManagedVpcResource & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
void SetEndpointIpAddressType(EndpointIpAddressType value)
EndpointIpAddressType GetEndpointIpAddressType() const
void SetTags(TagsT &&value)
void SetRoutingDomain(RoutingDomainT &&value)
ManagedVpcResource & WithRoutingDomain(RoutingDomainT &&value)
void SetVpcIdentifier(VpcIdentifierT &&value)
ManagedVpcResource & AddSecurityGroupIds(SecurityGroupIdsT &&value)
ManagedVpcResource & AddSubnetIds(SubnetIdsT &&value)
ManagedVpcResource & WithEndpointIpAddressType(EndpointIpAddressType value)
ManagedVpcResource & WithSubnetIds(SubnetIdsT &&value)
const Aws::String & GetRoutingDomain() const
AWS_AGENTREGISTRYCONTROL_API ManagedVpcResource()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool RoutingDomainHasBeenSet() const
bool VpcIdentifierHasBeenSet() const
const Aws::String & GetVpcIdentifier() const
void SetSubnetIds(SubnetIdsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue