7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
49 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
50 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
52 template<
typename SubnetIdsT = Aws::String>
62 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
63 void SetSecurityGroups(SecurityGroupsT&& value) { m_securityGroupsHasBeenSet =
true; m_securityGroups = std::forward<SecurityGroupsT>(value); }
64 template<
typename SecurityGroupsT = Aws::Vector<Aws::String>>
66 template<
typename SecurityGroupsT = Aws::String>
76 template<
typename VpcIdT = Aws::String>
77 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
78 template<
typename VpcIdT = Aws::String>
89 template<
typename RoleArnT = Aws::String>
90 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
91 template<
typename RoleArnT = Aws::String>
97 bool m_subnetIdsHasBeenSet =
false;
100 bool m_securityGroupsHasBeenSet =
false;
103 bool m_vpcIdHasBeenSet =
false;
106 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