AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataIntegrationFlowDatasetSourceConfiguration.h
1
6#pragma once
7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/supplychain/model/DataIntegrationFlowDatasetOptions.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 SupplyChain
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetDatasetIdentifier() const{ return m_datasetIdentifier; }
47 inline bool DatasetIdentifierHasBeenSet() const { return m_datasetIdentifierHasBeenSet; }
48 inline void SetDatasetIdentifier(const Aws::String& value) { m_datasetIdentifierHasBeenSet = true; m_datasetIdentifier = value; }
49 inline void SetDatasetIdentifier(Aws::String&& value) { m_datasetIdentifierHasBeenSet = true; m_datasetIdentifier = std::move(value); }
50 inline void SetDatasetIdentifier(const char* value) { m_datasetIdentifierHasBeenSet = true; m_datasetIdentifier.assign(value); }
55
57
60 inline const DataIntegrationFlowDatasetOptions& GetOptions() const{ return m_options; }
61 inline bool OptionsHasBeenSet() const { return m_optionsHasBeenSet; }
62 inline void SetOptions(const DataIntegrationFlowDatasetOptions& value) { m_optionsHasBeenSet = true; m_options = value; }
63 inline void SetOptions(DataIntegrationFlowDatasetOptions&& value) { m_optionsHasBeenSet = true; m_options = std::move(value); }
67 private:
68
69 Aws::String m_datasetIdentifier;
70 bool m_datasetIdentifierHasBeenSet = false;
71
73 bool m_optionsHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace SupplyChain
78} // namespace Aws
DataIntegrationFlowDatasetSourceConfiguration & WithDatasetIdentifier(Aws::String &&value)
DataIntegrationFlowDatasetSourceConfiguration & WithOptions(const DataIntegrationFlowDatasetOptions &value)
DataIntegrationFlowDatasetSourceConfiguration & WithDatasetIdentifier(const char *value)
DataIntegrationFlowDatasetSourceConfiguration & WithDatasetIdentifier(const Aws::String &value)
AWS_SUPPLYCHAIN_API DataIntegrationFlowDatasetSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DataIntegrationFlowDatasetSourceConfiguration & WithOptions(DataIntegrationFlowDatasetOptions &&value)
AWS_SUPPLYCHAIN_API DataIntegrationFlowDatasetSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue