7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/GreengrassV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/greengrassv2/model/ConnectivityInfo.h>
43 template<
typename ThingNameT = Aws::String>
44 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
45 template<
typename ThingNameT = Aws::String>
55 template<
typename ConnectivityInfoT = Aws::Vector<ConnectivityInfo>>
56 void SetConnectivityInfo(ConnectivityInfoT&& value) { m_connectivityInfoHasBeenSet =
true; m_connectivityInfo = std::forward<ConnectivityInfoT>(value); }
57 template<
typename ConnectivityInfoT = Aws::Vector<ConnectivityInfo>>
59 template<
typename ConnectivityInfoT = ConnectivityInfo>
65 bool m_thingNameHasBeenSet =
false;
68 bool m_connectivityInfoHasBeenSet =
false;
void SetThingName(ThingNameT &&value)
UpdateConnectivityInfoRequest & WithConnectivityInfo(ConnectivityInfoT &&value)
bool ConnectivityInfoHasBeenSet() const
void SetConnectivityInfo(ConnectivityInfoT &&value)
virtual const char * GetServiceRequestName() const override
bool ThingNameHasBeenSet() const
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
const Aws::Vector< ConnectivityInfo > & GetConnectivityInfo() const
const Aws::String & GetThingName() const
UpdateConnectivityInfoRequest & WithThingName(ThingNameT &&value)
AWS_GREENGRASSV2_API UpdateConnectivityInfoRequest()=default
UpdateConnectivityInfoRequest & AddConnectivityInfo(ConnectivityInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector