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