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>
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 VersionT = Aws::String>
72 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
73 template<
typename VersionT = Aws::String>
83 template<
typename PropertiesT = Aws::Vector<Aws::String>>
84 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
85 template<
typename PropertiesT = Aws::Vector<Aws::String>>
87 template<
typename PropertiesT = Aws::String>
97 template<
typename ActionsT = Aws::Vector<Aws::String>>
98 void SetActions(ActionsT&& value) { m_actionsHasBeenSet =
true; m_actions = std::forward<ActionsT>(value); }
99 template<
typename ActionsT = Aws::Vector<Aws::String>>
101 template<
typename ActionsT = Aws::String>
111 template<
typename EventsT = Aws::Vector<Aws::String>>
112 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
113 template<
typename EventsT = Aws::Vector<Aws::String>>
115 template<
typename EventsT = Aws::String>
121 bool m_idHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 bool m_versionHasBeenSet =
false;
130 bool m_propertiesHasBeenSet =
false;
133 bool m_actionsHasBeenSet =
false;
136 bool m_eventsHasBeenSet =
false;
bool PropertiesHasBeenSet() const
bool NameHasBeenSet() const
const Aws::Vector< Aws::String > & GetProperties() const
CapabilityReportCapability & AddProperties(PropertiesT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityReportCapability(Aws::Utils::Json::JsonView jsonValue)
CapabilityReportCapability & WithProperties(PropertiesT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ActionsHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityReportCapability()=default
bool VersionHasBeenSet() const
void SetActions(ActionsT &&value)
const Aws::String & GetName() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
CapabilityReportCapability & WithVersion(VersionT &&value)
CapabilityReportCapability & AddEvents(EventsT &&value)
CapabilityReportCapability & WithId(IdT &&value)
const Aws::String & GetVersion() const
CapabilityReportCapability & WithName(NameT &&value)
void SetProperties(PropertiesT &&value)
void SetEvents(EventsT &&value)
void SetVersion(VersionT &&value)
CapabilityReportCapability & WithEvents(EventsT &&value)
const Aws::Vector< Aws::String > & GetActions() const
bool EventsHasBeenSet() const
const Aws::Vector< Aws::String > & GetEvents() const
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityReportCapability & operator=(Aws::Utils::Json::JsonView jsonValue)
CapabilityReportCapability & AddActions(ActionsT &&value)
void SetName(NameT &&value)
CapabilityReportCapability & WithActions(ActionsT &&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