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 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::Utils::Document>
84 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
85 template<
typename PropertiesT = Aws::Utils::Document>
91 bool m_idHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_versionHasBeenSet =
false;
100 bool m_propertiesHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetVersion() const
void SetProperties(PropertiesT &&value)
StateCapability & WithVersion(VersionT &&value)
StateCapability & WithId(IdT &&value)
bool IdHasBeenSet() const
StateCapability & WithName(NameT &&value)
StateCapability & WithProperties(PropertiesT &&value)
void SetVersion(VersionT &&value)
const Aws::String & GetName() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
bool VersionHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API StateCapability(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTMANAGEDINTEGRATIONS_API StateCapability & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
bool PropertiesHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API StateCapability()=default
Aws::Utils::DocumentView GetProperties() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue