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;
bool RoleArnHasBeenSet() const
VpcDestinationSummary & AddSubnetIds(Aws::String &&value)
VpcDestinationSummary & WithVpcId(const Aws::String &value)
AWS_IOT_API VpcDestinationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupsHasBeenSet() const
void SetVpcId(const Aws::String &value)
void SetRoleArn(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
VpcDestinationSummary & AddSecurityGroups(const Aws::String &value)
void SetVpcId(Aws::String &&value)
void SetSecurityGroups(Aws::Vector< Aws::String > &&value)
VpcDestinationSummary & WithRoleArn(Aws::String &&value)
VpcDestinationSummary & WithRoleArn(const char *value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
VpcDestinationSummary & WithSecurityGroups(Aws::Vector< Aws::String > &&value)
const Aws::String & GetVpcId() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
VpcDestinationSummary & WithSecurityGroups(const Aws::Vector< Aws::String > &value)
const Aws::String & GetRoleArn() const
VpcDestinationSummary & AddSubnetIds(const Aws::String &value)
VpcDestinationSummary & WithVpcId(const char *value)
VpcDestinationSummary & AddSecurityGroups(Aws::String &&value)
void SetRoleArn(const char *value)
VpcDestinationSummary & WithSubnetIds(const Aws::Vector< Aws::String > &value)
VpcDestinationSummary & WithRoleArn(const Aws::String &value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
VpcDestinationSummary & AddSecurityGroups(const char *value)
AWS_IOT_API VpcDestinationSummary()
bool SubnetIdsHasBeenSet() const
VpcDestinationSummary & AddSubnetIds(const char *value)
void SetRoleArn(Aws::String &&value)
bool VpcIdHasBeenSet() const
VpcDestinationSummary & WithSubnetIds(Aws::Vector< Aws::String > &&value)
void SetVpcId(const char *value)
void SetSecurityGroups(const Aws::Vector< Aws::String > &value)
VpcDestinationSummary & WithVpcId(Aws::String &&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