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/ModelPackagingConfiguration.h>
12#include <aws/core/utils/UUID.h>
16namespace LookoutforVision
46 template<
typename ProjectNameT = Aws::String>
47 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
48 template<
typename ProjectNameT = Aws::String>
58 template<
typename ModelVersionT = Aws::String>
59 void SetModelVersion(ModelVersionT&& value) { m_modelVersionHasBeenSet =
true; m_modelVersion = std::forward<ModelVersionT>(value); }
60 template<
typename ModelVersionT = Aws::String>
71 template<
typename JobNameT = Aws::String>
72 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
73 template<
typename JobNameT = Aws::String>
83 template<
typename ConfigurationT = ModelPackagingConfiguration>
84 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
85 template<
typename ConfigurationT = ModelPackagingConfiguration>
95 template<
typename DescriptionT = Aws::String>
96 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
97 template<
typename DescriptionT = Aws::String>
119 template<
typename ClientTokenT = Aws::String>
120 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
121 template<
typename ClientTokenT = Aws::String>
127 bool m_projectNameHasBeenSet =
false;
130 bool m_modelVersionHasBeenSet =
false;
133 bool m_jobNameHasBeenSet =
false;
136 bool m_configurationHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_clientTokenHasBeenSet =
true;
StartModelPackagingJobRequest & WithJobName(JobNameT &&value)
bool JobNameHasBeenSet() const
bool DescriptionHasBeenSet() const
bool ProjectNameHasBeenSet() const
bool ModelVersionHasBeenSet() const
AWS_LOOKOUTFORVISION_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDescription() const
void SetModelVersion(ModelVersionT &&value)
void SetConfiguration(ConfigurationT &&value)
void SetJobName(JobNameT &&value)
const Aws::String & GetProjectName() const
const Aws::String & GetJobName() const
AWS_LOOKOUTFORVISION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDescription(DescriptionT &&value)
StartModelPackagingJobRequest & WithProjectName(ProjectNameT &&value)
AWS_LOOKOUTFORVISION_API StartModelPackagingJobRequest()=default
StartModelPackagingJobRequest & WithClientToken(ClientTokenT &&value)
StartModelPackagingJobRequest & WithConfiguration(ConfigurationT &&value)
bool ClientTokenHasBeenSet() const
bool ConfigurationHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const ModelPackagingConfiguration & GetConfiguration() const
const Aws::String & GetModelVersion() const
StartModelPackagingJobRequest & WithModelVersion(ModelVersionT &&value)
StartModelPackagingJobRequest & WithDescription(DescriptionT &&value)
void SetProjectName(ProjectNameT &&value)
const Aws::String & GetClientToken() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String