7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot-managed-integrations/model/SchemaVersionType.h>
10#include <aws/iot-managed-integrations/model/SchemaVersionVisibility.h>
23namespace IoTManagedIntegrations
48 template<
typename SchemaIdT = Aws::String>
49 void SetSchemaId(SchemaIdT&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::forward<SchemaIdT>(value); }
50 template<
typename SchemaIdT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
82 template<
typename NamespaceT = Aws::String>
83 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
84 template<
typename NamespaceT = Aws::String>
95 template<
typename SemanticVersionT = Aws::String>
96 void SetSemanticVersion(SemanticVersionT&& value) { m_semanticVersionHasBeenSet =
true; m_semanticVersion = std::forward<SemanticVersionT>(value); }
97 template<
typename SemanticVersionT = Aws::String>
113 bool m_schemaIdHasBeenSet =
false;
116 bool m_typeHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 bool m_namespaceHasBeenSet =
false;
125 bool m_semanticVersionHasBeenSet =
false;
128 bool m_visibilityHasBeenSet =
false;
SchemaVersionListItem & WithType(SchemaVersionType value)
bool VisibilityHasBeenSet() const
const Aws::String & GetNamespace() const
void SetSemanticVersion(SemanticVersionT &&value)
SchemaVersionVisibility GetVisibility() const
AWS_IOTMANAGEDINTEGRATIONS_API SchemaVersionListItem(Aws::Utils::Json::JsonView jsonValue)
SchemaVersionListItem & WithDescription(DescriptionT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVisibility(SchemaVersionVisibility value)
bool DescriptionHasBeenSet() const
SchemaVersionListItem & WithNamespace(NamespaceT &&value)
SchemaVersionListItem & WithSemanticVersion(SemanticVersionT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API SchemaVersionListItem()=default
const Aws::String & GetDescription() const
bool TypeHasBeenSet() const
const Aws::String & GetSemanticVersion() const
SchemaVersionType GetType() const
const Aws::String & GetSchemaId() const
void SetSchemaId(SchemaIdT &&value)
SchemaVersionListItem & WithVisibility(SchemaVersionVisibility value)
bool NamespaceHasBeenSet() const
void SetType(SchemaVersionType value)
void SetNamespace(NamespaceT &&value)
SchemaVersionListItem & WithSchemaId(SchemaIdT &&value)
bool SemanticVersionHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API SchemaVersionListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SchemaIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue