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/core/utils/Array.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>
60 template<
typename DatasetTypeT = Aws::String>
61 void SetDatasetType(DatasetTypeT&& value) { m_datasetTypeHasBeenSet =
true; m_datasetType = std::forward<DatasetTypeT>(value); }
62 template<
typename DatasetTypeT = Aws::String>
72 template<
typename ChangesT = Aws::Utils::ByteBuffer>
73 void SetChanges(ChangesT&& value) { m_changesHasBeenSet =
true; m_changes = std::forward<ChangesT>(value); }
74 template<
typename ChangesT = Aws::Utils::ByteBuffer>
96 template<
typename ClientTokenT = Aws::String>
97 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
98 template<
typename ClientTokenT = Aws::String>
104 bool m_projectNameHasBeenSet =
false;
107 bool m_datasetTypeHasBeenSet =
false;
110 bool m_changesHasBeenSet =
false;
113 bool m_clientTokenHasBeenSet =
true;
void SetClientToken(ClientTokenT &&value)
const Aws::Utils::ByteBuffer & GetChanges() const
UpdateDatasetEntriesRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool ChangesHasBeenSet() const
const Aws::String & GetClientToken() const
bool DatasetTypeHasBeenSet() const
UpdateDatasetEntriesRequest & WithProjectName(ProjectNameT &&value)
AWS_LOOKOUTFORVISION_API UpdateDatasetEntriesRequest()=default
UpdateDatasetEntriesRequest & WithDatasetType(DatasetTypeT &&value)
void SetChanges(ChangesT &&value)
bool ClientTokenHasBeenSet() const
AWS_LOOKOUTFORVISION_API Aws::String SerializePayload() const override
void SetDatasetType(DatasetTypeT &&value)
bool ProjectNameHasBeenSet() const
const Aws::String & GetDatasetType() const
UpdateDatasetEntriesRequest & WithChanges(ChangesT &&value)
const Aws::String & GetProjectName() const
void SetProjectName(ProjectNameT &&value)
AWS_LOOKOUTFORVISION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() 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