7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eventbridge/model/AssignPublicIp.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename SubnetsT = Aws::Vector<Aws::String>>
53 void SetSubnets(SubnetsT&& value) { m_subnetsHasBeenSet =
true; m_subnets = std::forward<SubnetsT>(value); }
54 template<
typename SubnetsT = Aws::Vector<Aws::String>>
56 template<
typename SubnetsT = Aws::String>
69 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
70 void SetSecurityGroups(SecurityGroupsT&& value) { m_securityGroupsHasBeenSet =
true; m_securityGroups = std::forward<SecurityGroupsT>(value); }
71 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
73 template<
typename SecurityGroupsT = Aws::String>
91 bool m_subnetsHasBeenSet =
false;
94 bool m_securityGroupsHasBeenSet =
false;
97 bool m_assignPublicIpHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSecurityGroups() const
bool AssignPublicIpHasBeenSet() const
AwsVpcConfiguration & WithSecurityGroups(SecurityGroupsT &&value)
void SetSecurityGroups(SecurityGroupsT &&value)
AWS_EVENTBRIDGE_API AwsVpcConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetSubnets(SubnetsT &&value)
AWS_EVENTBRIDGE_API AwsVpcConfiguration()=default
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
AwsVpcConfiguration & WithSubnets(SubnetsT &&value)
bool SubnetsHasBeenSet() const
AwsVpcConfiguration & WithAssignPublicIp(AssignPublicIp value)
bool SecurityGroupsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnets() const
AssignPublicIp GetAssignPublicIp() const
AWS_EVENTBRIDGE_API AwsVpcConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAssignPublicIp(AssignPublicIp value)
AwsVpcConfiguration & AddSecurityGroups(SecurityGroupsT &&value)
AwsVpcConfiguration & AddSubnets(SubnetsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue