7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
22namespace IoTManagedIntegrations
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename ValueT = Aws::Utils::Document>
72 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
73 template<
typename ValueT = Aws::Utils::Document>
79 bool m_idHasBeenSet =
false;
82 bool m_nameHasBeenSet =
false;
85 bool m_valueHasBeenSet =
false;
const Aws::String & GetName() const
MatterCapabilityReportAttribute & WithId(IdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API MatterCapabilityReportAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::DocumentView GetValue() const
AWS_IOTMANAGEDINTEGRATIONS_API MatterCapabilityReportAttribute(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
MatterCapabilityReportAttribute & WithName(NameT &&value)
void SetValue(ValueT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API MatterCapabilityReportAttribute()=default
bool IdHasBeenSet() const
MatterCapabilityReportAttribute & WithValue(ValueT &&value)
bool NameHasBeenSet() const
const Aws::String & GetId() const
bool ValueHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue