7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/greengrass/GreengrassRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/greengrass/model/ConnectivityInfo.h>
46 template<
typename ConnectivityInfoT = Aws::Vector<ConnectivityInfo>>
47 void SetConnectivityInfo(ConnectivityInfoT&& value) { m_connectivityInfoHasBeenSet =
true; m_connectivityInfo = std::forward<ConnectivityInfoT>(value); }
48 template<
typename ConnectivityInfoT = Aws::Vector<ConnectivityInfo>>
50 template<
typename ConnectivityInfoT = ConnectivityInfo>
60 template<
typename ThingNameT = Aws::String>
61 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
62 template<
typename ThingNameT = Aws::String>
68 bool m_connectivityInfoHasBeenSet =
false;
71 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