AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
VectorEnrichmentJobInputConfig.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobDataSourceConfigInput.h>
9#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobDocumentType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMakerGeospatial
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobInputConfig();
37 AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobInputConfig(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const VectorEnrichmentJobDataSourceConfigInput& GetDataSourceConfig() const{ return m_dataSourceConfig; }
48 inline bool DataSourceConfigHasBeenSet() const { return m_dataSourceConfigHasBeenSet; }
49 inline void SetDataSourceConfig(const VectorEnrichmentJobDataSourceConfigInput& value) { m_dataSourceConfigHasBeenSet = true; m_dataSourceConfig = value; }
50 inline void SetDataSourceConfig(VectorEnrichmentJobDataSourceConfigInput&& value) { m_dataSourceConfigHasBeenSet = true; m_dataSourceConfig = std::move(value); }
54
56
59 inline const VectorEnrichmentJobDocumentType& GetDocumentType() const{ return m_documentType; }
60 inline bool DocumentTypeHasBeenSet() const { return m_documentTypeHasBeenSet; }
61 inline void SetDocumentType(const VectorEnrichmentJobDocumentType& value) { m_documentTypeHasBeenSet = true; m_documentType = value; }
62 inline void SetDocumentType(VectorEnrichmentJobDocumentType&& value) { m_documentTypeHasBeenSet = true; m_documentType = std::move(value); }
66 private:
67
69 bool m_dataSourceConfigHasBeenSet = false;
70
72 bool m_documentTypeHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace SageMakerGeospatial
77} // namespace Aws
VectorEnrichmentJobInputConfig & WithDocumentType(VectorEnrichmentJobDocumentType &&value)
void SetDataSourceConfig(VectorEnrichmentJobDataSourceConfigInput &&value)
VectorEnrichmentJobInputConfig & WithDataSourceConfig(VectorEnrichmentJobDataSourceConfigInput &&value)
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobInputConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDocumentType(const VectorEnrichmentJobDocumentType &value)
const VectorEnrichmentJobDataSourceConfigInput & GetDataSourceConfig() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDataSourceConfig(const VectorEnrichmentJobDataSourceConfigInput &value)
VectorEnrichmentJobInputConfig & WithDataSourceConfig(const VectorEnrichmentJobDataSourceConfigInput &value)
VectorEnrichmentJobInputConfig & WithDocumentType(const VectorEnrichmentJobDocumentType &value)
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobInputConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue