7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot-managed-integrations/model/StateEndpoint.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTManagedIntegrations
42 template<
typename Endpo
intsT = Aws::Vector<StateEndpo
int>>
43 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
44 template<
typename Endpo
intsT = Aws::Vector<StateEndpo
int>>
46 template<
typename Endpo
intsT = StateEndpo
int>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_endpointsHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
void SetEndpoints(EndpointsT &&value)
GetManagedThingStateResult & WithRequestId(RequestIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetManagedThingStateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTMANAGEDINTEGRATIONS_API GetManagedThingStateResult()=default
GetManagedThingStateResult & AddEndpoints(EndpointsT &&value)
const Aws::String & GetRequestId() const
AWS_IOTMANAGEDINTEGRATIONS_API GetManagedThingStateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< StateEndpoint > & GetEndpoints() const
GetManagedThingStateResult & WithEndpoints(EndpointsT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue