7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot-managed-integrations/model/CapabilityReportEndpoint.h>
23namespace IoTManagedIntegrations
49 template<
typename VersionT = Aws::String>
50 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
51 template<
typename VersionT = Aws::String>
61 template<
typename NodeIdT = Aws::String>
62 void SetNodeId(NodeIdT&& value) { m_nodeIdHasBeenSet =
true; m_nodeId = std::forward<NodeIdT>(value); }
63 template<
typename NodeIdT = Aws::String>
73 template<
typename Endpo
intsT = Aws::Vector<CapabilityReportEndpo
int>>
74 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
75 template<
typename Endpo
intsT = Aws::Vector<CapabilityReportEndpo
int>>
77 template<
typename Endpo
intsT = CapabilityReportEndpo
int>
78 CapabilityReport&
AddEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints.emplace_back(std::forward<EndpointsT>(value));
return *
this; }
83 bool m_versionHasBeenSet =
false;
86 bool m_nodeIdHasBeenSet =
false;
89 bool m_endpointsHasBeenSet =
false;
CapabilityReport & WithNodeId(NodeIdT &&value)
const Aws::String & GetNodeId() const
CapabilityReport & WithEndpoints(EndpointsT &&value)
void SetNodeId(NodeIdT &&value)
bool EndpointsHasBeenSet() const
void SetEndpoints(EndpointsT &&value)
void SetVersion(VersionT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityReport()=default
CapabilityReport & AddEndpoints(EndpointsT &&value)
CapabilityReport & WithVersion(VersionT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityReport(Aws::Utils::Json::JsonView jsonValue)
bool NodeIdHasBeenSet() const
bool VersionHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityReport & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVersion() const
const Aws::Vector< CapabilityReportEndpoint > & GetEndpoints() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue