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/MatterCapabilityReportEndpoint.h>
23namespace IoTManagedIntegrations
48 template<
typename VersionT = Aws::String>
49 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
50 template<
typename VersionT = Aws::String>
60 template<
typename NodeIdT = Aws::String>
61 void SetNodeId(NodeIdT&& value) { m_nodeIdHasBeenSet =
true; m_nodeId = std::forward<NodeIdT>(value); }
62 template<
typename NodeIdT = Aws::String>
72 template<
typename Endpo
intsT = Aws::Vector<MatterCapabilityReportEndpo
int>>
73 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
74 template<
typename Endpo
intsT = Aws::Vector<MatterCapabilityReportEndpo
int>>
76 template<
typename Endpo
intsT = MatterCapabilityReportEndpo
int>
82 bool m_versionHasBeenSet =
false;
85 bool m_nodeIdHasBeenSet =
false;
88 bool m_endpointsHasBeenSet =
false;
void SetEndpoints(EndpointsT &&value)
MatterCapabilityReport & WithNodeId(NodeIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API MatterCapabilityReport()=default
void SetVersion(VersionT &&value)
MatterCapabilityReport & WithVersion(VersionT &&value)
const Aws::String & GetNodeId() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVersion() const
const Aws::Vector< MatterCapabilityReportEndpoint > & GetEndpoints() const
void SetNodeId(NodeIdT &&value)
MatterCapabilityReport & AddEndpoints(EndpointsT &&value)
bool VersionHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API MatterCapabilityReport(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTMANAGEDINTEGRATIONS_API MatterCapabilityReport & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NodeIdHasBeenSet() const
MatterCapabilityReport & WithEndpoints(EndpointsT &&value)
bool EndpointsHasBeenSet() 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