7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/greengrass/GreengrassRequest.h>
10#include <aws/greengrass/Greengrass_EXPORTS.h>
11#include <aws/greengrass/model/ConnectivityInfo.h>
42 template <
typename ConnectivityInfoT = Aws::Vector<ConnectivityInfo>>
44 m_connectivityInfoHasBeenSet =
true;
45 m_connectivityInfo = std::forward<ConnectivityInfoT>(value);
47 template <
typename ConnectivityInfoT = Aws::Vector<ConnectivityInfo>>
52 template <
typename ConnectivityInfoT = ConnectivityInfo>
54 m_connectivityInfoHasBeenSet =
true;
55 m_connectivityInfo.emplace_back(std::forward<ConnectivityInfoT>(value));
66 template <
typename ThingNameT = Aws::String>
68 m_thingNameHasBeenSet =
true;
69 m_thingName = std::forward<ThingNameT>(value);
71 template <
typename ThingNameT = Aws::String>
79 bool m_connectivityInfoHasBeenSet =
false;
82 bool m_thingNameHasBeenSet =
false;
void SetConnectivityInfo(ConnectivityInfoT &&value)
UpdateConnectivityInfoRequest & AddConnectivityInfo(ConnectivityInfoT &&value)
AWS_GREENGRASS_API UpdateConnectivityInfoRequest()=default
UpdateConnectivityInfoRequest & WithConnectivityInfo(ConnectivityInfoT &&value)
void SetThingName(ThingNameT &&value)
UpdateConnectivityInfoRequest & WithThingName(ThingNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GREENGRASS_API Aws::String SerializePayload() const override
const Aws::String & GetThingName() const
const Aws::Vector< ConnectivityInfo > & GetConnectivityInfo() const
bool ConnectivityInfoHasBeenSet() const
bool ThingNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector