7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/iot-managed-integrations/IoTManagedIntegrationsRequest.h>
9#include <aws/iot-managed-integrations/model/SchemaVersionType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/iot-managed-integrations/model/SchemaVersionVisibility.h>
20namespace IoTManagedIntegrations
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
81 template<
typename SchemaIdT = Aws::String>
82 void SetSchemaId(SchemaIdT&& value) { m_schemaIdHasBeenSet =
true; m_schemaId = std::forward<SchemaIdT>(value); }
83 template<
typename SchemaIdT = Aws::String>
93 template<
typename NamespaceT = Aws::String>
94 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
95 template<
typename NamespaceT = Aws::String>
116 template<
typename SemanticVersionT = Aws::String>
117 void SetSemanticVersion(SemanticVersionT&& value) { m_semanticVersionHasBeenSet =
true; m_semanticVersion = std::forward<SemanticVersionT>(value); }
118 template<
typename SemanticVersionT = Aws::String>
124 bool m_typeHasBeenSet =
false;
127 bool m_maxResultsHasBeenSet =
false;
130 bool m_nextTokenHasBeenSet =
false;
133 bool m_schemaIdHasBeenSet =
false;
136 bool m_namespaceHasBeenSet =
false;
139 bool m_visibilityHasBeenSet =
false;
142 bool m_semanticVersionHasBeenSet =
false;
SchemaVersionType GetType() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String SerializePayload() const override
SchemaVersionVisibility GetVisibility() const
void SetType(SchemaVersionType value)
AWS_IOTMANAGEDINTEGRATIONS_API ListSchemaVersionsRequest()=default
ListSchemaVersionsRequest & WithSemanticVersion(SemanticVersionT &&value)
bool NamespaceHasBeenSet() const
void SetSchemaId(SchemaIdT &&value)
ListSchemaVersionsRequest & WithSchemaId(SchemaIdT &&value)
ListSchemaVersionsRequest & WithType(SchemaVersionType value)
const Aws::String & GetSchemaId() const
void SetSemanticVersion(SemanticVersionT &&value)
virtual const char * GetServiceRequestName() const override
ListSchemaVersionsRequest & WithVisibility(SchemaVersionVisibility value)
void SetVisibility(SchemaVersionVisibility value)
ListSchemaVersionsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetSemanticVersion() const
const Aws::String & GetNextToken() const
ListSchemaVersionsRequest & WithNamespace(NamespaceT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
const Aws::String & GetNamespace() const
bool NextTokenHasBeenSet() const
ListSchemaVersionsRequest & WithNextToken(NextTokenT &&value)
void SetNamespace(NamespaceT &&value)
bool TypeHasBeenSet() const
bool SemanticVersionHasBeenSet() const
bool VisibilityHasBeenSet() const
bool SchemaIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String