7#include <aws/iotsecuretunneling/IoTSecureTunneling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace IoTSecureTunneling
49 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
75 bool m_thingNameHasBeenSet =
false;
78 bool m_servicesHasBeenSet =
false;
void SetThingName(const char *value)
DestinationConfig & WithThingName(const Aws::String &value)
void SetThingName(Aws::String &&value)
DestinationConfig & AddServices(const char *value)
DestinationConfig & AddServices(const Aws::String &value)
void SetServices(Aws::Vector< Aws::String > &&value)
AWS_IOTSECURETUNNELING_API DestinationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetThingName(const Aws::String &value)
DestinationConfig & WithServices(const Aws::Vector< Aws::String > &value)
AWS_IOTSECURETUNNELING_API DestinationConfig()
const Aws::String & GetThingName() const
const Aws::Vector< Aws::String > & GetServices() const
AWS_IOTSECURETUNNELING_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThingNameHasBeenSet() const
DestinationConfig & WithThingName(const char *value)
void SetServices(const Aws::Vector< Aws::String > &value)
AWS_IOTSECURETUNNELING_API DestinationConfig(Aws::Utils::Json::JsonView jsonValue)
DestinationConfig & WithServices(Aws::Vector< Aws::String > &&value)
DestinationConfig & AddServices(Aws::String &&value)
DestinationConfig & WithThingName(Aws::String &&value)
bool ServicesHasBeenSet() 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