7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/lookoutvision/LookoutforVisionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lookoutvision/model/OutputConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lookoutvision/model/Tag.h>
14#include <aws/core/utils/UUID.h>
18namespace LookoutforVision
47 template<
typename ProjectNameT = Aws::String>
48 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
49 template<
typename ProjectNameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
82 template<
typename ClientTokenT = Aws::String>
83 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
84 template<
typename ClientTokenT = Aws::String>
94 template<
typename OutputConfigT = OutputConfig>
95 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
96 template<
typename OutputConfigT = OutputConfig>
109 template<
typename KmsKeyIdT = Aws::String>
110 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
111 template<
typename KmsKeyIdT = Aws::String>
121 template<
typename TagsT = Aws::Vector<Tag>>
122 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
123 template<
typename TagsT = Aws::Vector<Tag>>
125 template<
typename TagsT = Tag>
131 bool m_projectNameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
137 bool m_clientTokenHasBeenSet =
true;
139 OutputConfig m_outputConfig;
140 bool m_outputConfigHasBeenSet =
false;
143 bool m_kmsKeyIdHasBeenSet =
false;
146 bool m_tagsHasBeenSet =
false;
CreateModelRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
bool KmsKeyIdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
AWS_LOOKOUTFORVISION_API CreateModelRequest()=default
bool ProjectNameHasBeenSet() const
const Aws::String & GetClientToken() const
CreateModelRequest & WithClientToken(ClientTokenT &&value)
bool TagsHasBeenSet() const
bool ClientTokenHasBeenSet() const
CreateModelRequest & WithProjectName(ProjectNameT &&value)
void SetTags(TagsT &&value)
CreateModelRequest & WithTags(TagsT &&value)
CreateModelRequest & WithDescription(DescriptionT &&value)
const OutputConfig & GetOutputConfig() const
bool OutputConfigHasBeenSet() const
const Aws::String & GetProjectName() const
const Aws::String & GetDescription() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetKmsKeyId() const
CreateModelRequest & WithOutputConfig(OutputConfigT &&value)
void SetOutputConfig(OutputConfigT &&value)
CreateModelRequest & AddTags(TagsT &&value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
void SetProjectName(ProjectNameT &&value)
AWS_LOOKOUTFORVISION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_LOOKOUTFORVISION_API Aws::String SerializePayload() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector