7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iot/IoT_EXPORTS.h>
42 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
44 m_subnetIdsHasBeenSet =
true;
45 m_subnetIds = std::forward<SubnetIdsT>(value);
47 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
52 template <
typename SubnetIdsT = Aws::String>
54 m_subnetIdsHasBeenSet =
true;
55 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
66 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
68 m_securityGroupsHasBeenSet =
true;
69 m_securityGroups = std::forward<SecurityGroupsT>(value);
71 template <
typename SecurityGroupsT = Aws::Vector<Aws::String>>
76 template <
typename SecurityGroupsT = Aws::String>
78 m_securityGroupsHasBeenSet =
true;
79 m_securityGroups.emplace_back(std::forward<SecurityGroupsT>(value));
90 template <
typename VpcIdT = Aws::String>
92 m_vpcIdHasBeenSet =
true;
93 m_vpcId = std::forward<VpcIdT>(value);
95 template <
typename VpcIdT = Aws::String>
97 SetVpcId(std::forward<VpcIdT>(value));
109 template <
typename RoleArnT = Aws::String>
111 m_roleArnHasBeenSet =
true;
112 m_roleArn = std::forward<RoleArnT>(value);
114 template <
typename RoleArnT = Aws::String>
128 bool m_subnetIdsHasBeenSet =
false;
129 bool m_securityGroupsHasBeenSet =
false;
130 bool m_vpcIdHasBeenSet =
false;
131 bool m_roleArnHasBeenSet =
false;
bool SecurityGroupsHasBeenSet() const
VpcDestinationConfiguration & WithSecurityGroups(SecurityGroupsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
void SetVpcId(VpcIdT &&value)
bool VpcIdHasBeenSet() const
VpcDestinationConfiguration & AddSubnetIds(SubnetIdsT &&value)
bool RoleArnHasBeenSet() const
bool SubnetIdsHasBeenSet() const
AWS_IOT_API VpcDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcDestinationConfiguration & WithVpcId(VpcIdT &&value)
VpcDestinationConfiguration & AddSecurityGroups(SecurityGroupsT &&value)
AWS_IOT_API VpcDestinationConfiguration()=default
void SetSecurityGroups(SecurityGroupsT &&value)
VpcDestinationConfiguration & WithRoleArn(RoleArnT &&value)
VpcDestinationConfiguration & WithSubnetIds(SubnetIdsT &&value)
const Aws::String & GetRoleArn() const
void SetSubnetIds(SubnetIdsT &&value)
AWS_IOT_API VpcDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVpcId() const
void SetRoleArn(RoleArnT &&value)
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