7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
10#include <aws/personalize/model/Domain.h>
15namespace Personalize {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename SchemaT = Aws::String>
60 m_schemaHasBeenSet =
true;
61 m_schema = std::forward<SchemaT>(value);
63 template <
typename SchemaT = Aws::String>
79 m_domainHasBeenSet =
true;
93 bool m_nameHasBeenSet =
false;
94 bool m_schemaHasBeenSet =
false;
95 bool m_domainHasBeenSet =
false;
bool DomainHasBeenSet() const
CreateSchemaRequest & WithDomain(Domain value)
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
CreateSchemaRequest & WithName(NameT &&value)
bool SchemaHasBeenSet() const
void SetSchema(SchemaT &&value)
CreateSchemaRequest & WithSchema(SchemaT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDomain(Domain value)
AWS_PERSONALIZE_API CreateSchemaRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSchema() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String