AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DataIntegrationEventDatasetTargetConfiguration.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/DataIntegrationEventDatasetOperationType.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:
36 AWS_SUPPLYCHAIN_API DataIntegrationEventDatasetTargetConfiguration() = default;
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 template<typename DatasetIdentifierT = Aws::String>
49 void SetDatasetIdentifier(DatasetIdentifierT&& value) { m_datasetIdentifierHasBeenSet = true; m_datasetIdentifier = std::forward<DatasetIdentifierT>(value); }
50 template<typename DatasetIdentifierT = Aws::String>
51 DataIntegrationEventDatasetTargetConfiguration& WithDatasetIdentifier(DatasetIdentifierT&& value) { SetDatasetIdentifier(std::forward<DatasetIdentifierT>(value)); return *this;}
53
55
58 inline DataIntegrationEventDatasetOperationType GetOperationType() const { return m_operationType; }
59 inline bool OperationTypeHasBeenSet() const { return m_operationTypeHasBeenSet; }
60 inline void SetOperationType(DataIntegrationEventDatasetOperationType value) { m_operationTypeHasBeenSet = true; m_operationType = value; }
63 private:
64
65 Aws::String m_datasetIdentifier;
66 bool m_datasetIdentifierHasBeenSet = false;
67
69 bool m_operationTypeHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace SupplyChain
74} // namespace Aws
DataIntegrationEventDatasetTargetConfiguration & WithDatasetIdentifier(DatasetIdentifierT &&value)
AWS_SUPPLYCHAIN_API Aws::Utils::Json::JsonValue Jsonize() const
DataIntegrationEventDatasetTargetConfiguration & WithOperationType(DataIntegrationEventDatasetOperationType value)
AWS_SUPPLYCHAIN_API DataIntegrationEventDatasetTargetConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPLYCHAIN_API DataIntegrationEventDatasetTargetConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue