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>
11#include <aws/core/utils/Document.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace IoTManagedIntegrations
43 template<
typename SchemaIdT = Aws::String>
44 void SetSchemaId(SchemaIdT&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::forward<SchemaIdT>(value); }
45 template<
typename SchemaIdT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
74 template<
typename NamespaceT = Aws::String>
75 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
76 template<
typename NamespaceT = Aws::String>
86 template<
typename SemanticVersionT = Aws::String>
87 void SetSemanticVersion(SemanticVersionT&& value) { m_semanticVersionHasBeenSet =
true; m_semanticVersion = std::forward<SemanticVersionT>(value); }
88 template<
typename SemanticVersionT = Aws::String>
106 template<
typename SchemaT = Aws::Utils::Document>
107 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
108 template<
typename SchemaT = Aws::Utils::Document>
115 template<
typename RequestIdT = Aws::String>
116 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
117 template<
typename RequestIdT = Aws::String>
123 bool m_schemaIdHasBeenSet =
false;
126 bool m_typeHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
132 bool m_namespaceHasBeenSet =
false;
135 bool m_semanticVersionHasBeenSet =
false;
138 bool m_visibilityHasBeenSet =
false;
141 bool m_schemaHasBeenSet =
false;
144 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetSemanticVersion() const
void SetSchemaId(SchemaIdT &&value)
const Aws::String & GetSchemaId() const
AWS_IOTMANAGEDINTEGRATIONS_API GetSchemaVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
SchemaVersionVisibility GetVisibility() const
const Aws::String & GetDescription() const
AWS_IOTMANAGEDINTEGRATIONS_API GetSchemaVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSchemaVersionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNamespace() const
void SetType(SchemaVersionType value)
GetSchemaVersionResult & WithDescription(DescriptionT &&value)
void SetSemanticVersion(SemanticVersionT &&value)
Aws::Utils::DocumentView GetSchema() const
AWS_IOTMANAGEDINTEGRATIONS_API GetSchemaVersionResult()=default
GetSchemaVersionResult & WithSchemaId(SchemaIdT &&value)
void SetNamespace(NamespaceT &&value)
GetSchemaVersionResult & WithSchema(SchemaT &&value)
void SetDescription(DescriptionT &&value)
GetSchemaVersionResult & WithSemanticVersion(SemanticVersionT &&value)
void SetVisibility(SchemaVersionVisibility value)
void SetSchema(SchemaT &&value)
GetSchemaVersionResult & WithVisibility(SchemaVersionVisibility value)
void SetRequestId(RequestIdT &&value)
GetSchemaVersionResult & WithNamespace(NamespaceT &&value)
GetSchemaVersionResult & WithType(SchemaVersionType value)
SchemaVersionType GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue