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>
80 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
95 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
103 bool m_subnetIdsHasBeenSet =
false;
106 bool m_securityGroupsHasBeenSet =
false;
109 bool m_vpcIdHasBeenSet =
false;
112 bool m_roleArnHasBeenSet =
false;
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
VpcDestinationProperties & WithVpcId(const Aws::String &value)
bool SecurityGroupsHasBeenSet() const
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
VpcDestinationProperties & WithSubnetIds(Aws::Vector< Aws::String > &&value)
void SetSecurityGroups(Aws::Vector< Aws::String > &&value)
VpcDestinationProperties & AddSecurityGroups(const Aws::String &value)
void SetVpcId(const char *value)
void SetVpcId(Aws::String &&value)
void SetVpcId(const Aws::String &value)
void SetSecurityGroups(const Aws::Vector< Aws::String > &value)
VpcDestinationProperties & AddSubnetIds(const Aws::String &value)
VpcDestinationProperties & WithSecurityGroups(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
AWS_IOT_API VpcDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
VpcDestinationProperties & WithRoleArn(Aws::String &&value)
bool RoleArnHasBeenSet() const
VpcDestinationProperties & WithSubnetIds(const Aws::Vector< Aws::String > &value)
void SetRoleArn(Aws::String &&value)
VpcDestinationProperties & AddSubnetIds(Aws::String &&value)
AWS_IOT_API VpcDestinationProperties()
AWS_IOT_API VpcDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
VpcDestinationProperties & AddSubnetIds(const char *value)
const Aws::String & GetRoleArn() const
const Aws::String & GetVpcId() const
VpcDestinationProperties & WithRoleArn(const char *value)
VpcDestinationProperties & WithVpcId(const char *value)
VpcDestinationProperties & AddSecurityGroups(Aws::String &&value)
VpcDestinationProperties & WithVpcId(Aws::String &&value)
VpcDestinationProperties & AddSecurityGroups(const char *value)
void SetRoleArn(const Aws::String &value)
VpcDestinationProperties & WithSecurityGroups(const Aws::Vector< Aws::String > &value)
VpcDestinationProperties & WithRoleArn(const Aws::String &value)
void SetRoleArn(const char *value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool VpcIdHasBeenSet() const
bool SubnetIdsHasBeenSet() 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