7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/greengrassv2/GreengrassV2Request.h>
10#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
11#include <aws/greengrassv2/model/ConnectivityInfo.h>
16namespace GreengrassV2 {
39 template <
typename ThingNameT = Aws::String>
41 m_thingNameHasBeenSet =
true;
42 m_thingName = std::forward<ThingNameT>(value);
44 template <
typename ThingNameT = Aws::String>
57 template <
typename ConnectivityInfoT = Aws::Vector<ConnectivityInfo>>
59 m_connectivityInfoHasBeenSet =
true;
60 m_connectivityInfo = std::forward<ConnectivityInfoT>(value);
62 template <
typename ConnectivityInfoT = Aws::Vector<ConnectivityInfo>>
67 template <
typename ConnectivityInfoT = ConnectivityInfo>
69 m_connectivityInfoHasBeenSet =
true;
70 m_connectivityInfo.emplace_back(std::forward<ConnectivityInfoT>(value));
78 bool m_thingNameHasBeenSet =
false;
79 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