7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot-managed-integrations/model/CapabilityReport.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace IoTManagedIntegrations
41 template<
typename ManagedThingIdT = Aws::String>
42 void SetManagedThingId(ManagedThingIdT&& value) { m_managedThingIdHasBeenSet =
true; m_managedThingId = std::forward<ManagedThingIdT>(value); }
43 template<
typename ManagedThingIdT = Aws::String>
52 template<
typename CapabilitiesT = Aws::String>
53 void SetCapabilities(CapabilitiesT&& value) { m_capabilitiesHasBeenSet =
true; m_capabilities = std::forward<CapabilitiesT>(value); }
54 template<
typename CapabilitiesT = Aws::String>
63 template<
typename CapabilityReportT = CapabilityReport>
64 void SetCapabilityReport(CapabilityReportT&& value) { m_capabilityReportHasBeenSet =
true; m_capabilityReport = std::forward<CapabilityReportT>(value); }
65 template<
typename CapabilityReportT = CapabilityReport>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_managedThingIdHasBeenSet =
false;
83 bool m_capabilitiesHasBeenSet =
false;
86 bool m_capabilityReportHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetCapabilities(CapabilitiesT &&value)
const Aws::String & GetRequestId() const
void SetManagedThingId(ManagedThingIdT &&value)
GetManagedThingCapabilitiesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetCapabilities() const
const Aws::String & GetManagedThingId() const
AWS_IOTMANAGEDINTEGRATIONS_API GetManagedThingCapabilitiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTMANAGEDINTEGRATIONS_API GetManagedThingCapabilitiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTMANAGEDINTEGRATIONS_API GetManagedThingCapabilitiesResult()=default
const CapabilityReport & GetCapabilityReport() const
GetManagedThingCapabilitiesResult & WithCapabilities(CapabilitiesT &&value)
void SetCapabilityReport(CapabilityReportT &&value)
void SetRequestId(RequestIdT &&value)
GetManagedThingCapabilitiesResult & WithCapabilityReport(CapabilityReportT &&value)
GetManagedThingCapabilitiesResult & WithManagedThingId(ManagedThingIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue