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;
AWS_IOT_API VpcDestinationSummary()=default
bool RoleArnHasBeenSet() const
VpcDestinationSummary & WithSecurityGroups(SecurityGroupsT &&value)
VpcDestinationSummary & WithRoleArn(RoleArnT &&value)
AWS_IOT_API VpcDestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupsHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
VpcDestinationSummary & AddSecurityGroups(SecurityGroupsT &&value)
VpcDestinationSummary & WithVpcId(VpcIdT &&value)
void SetRoleArn(RoleArnT &&value)
void SetSecurityGroups(SecurityGroupsT &&value)
void SetVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRoleArn() const
void SetSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
VpcDestinationSummary & WithSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
bool VpcIdHasBeenSet() const
VpcDestinationSummary & AddSubnetIds(SubnetIdsT &&value)
AWS_IOT_API VpcDestinationSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue