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
47 template<
typename ThingNameT = Aws::String>
48 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
49 template<
typename ThingNameT = Aws::String>
62 template<
typename ServicesT = Aws::Vector<Aws::String>>
63 void SetServices(ServicesT&& value) { m_servicesHasBeenSet =
true; m_services = std::forward<ServicesT>(value); }
64 template<
typename ServicesT = Aws::Vector<Aws::String>>
66 template<
typename ServicesT = Aws::String>
67 DestinationConfig&
AddServices(ServicesT&& value) { m_servicesHasBeenSet =
true; m_services.emplace_back(std::forward<ServicesT>(value));
return *
this; }
72 bool m_thingNameHasBeenSet =
false;
75 bool m_servicesHasBeenSet =
false;
void SetServices(ServicesT &&value)
DestinationConfig & AddServices(ServicesT &&value)
AWS_IOTSECURETUNNELING_API DestinationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSECURETUNNELING_API DestinationConfig()=default
void SetThingName(ThingNameT &&value)
DestinationConfig & WithServices(ServicesT &&value)
const Aws::String & GetThingName() const
const Aws::Vector< Aws::String > & GetServices() const
AWS_IOTSECURETUNNELING_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThingNameHasBeenSet() const
AWS_IOTSECURETUNNELING_API DestinationConfig(Aws::Utils::Json::JsonView jsonValue)
DestinationConfig & WithThingName(ThingNameT &&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