7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename SchemaArnT = Aws::String>
44 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
45 template<
typename SchemaArnT = Aws::String>
51 bool m_schemaArnHasBeenSet =
false;
void SetSchemaArn(SchemaArnT &&value)
virtual const char * GetServiceRequestName() const override
bool SchemaArnHasBeenSet() const
AWS_PERSONALIZE_API DeleteSchemaRequest()=default
const Aws::String & GetSchemaArn() const
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
DeleteSchemaRequest & WithSchemaArn(SchemaArnT &&value)
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String