AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CapabilityConfiguration.h
1
6#pragma once
7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/EdiConfiguration.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace B2BI
22{
23namespace Model
24{
25
35 {
36 public:
41
42
44
47 inline const EdiConfiguration& GetEdi() const{ return m_edi; }
48 inline bool EdiHasBeenSet() const { return m_ediHasBeenSet; }
49 inline void SetEdi(const EdiConfiguration& value) { m_ediHasBeenSet = true; m_edi = value; }
50 inline void SetEdi(EdiConfiguration&& value) { m_ediHasBeenSet = true; m_edi = std::move(value); }
51 inline CapabilityConfiguration& WithEdi(const EdiConfiguration& value) { SetEdi(value); return *this;}
52 inline CapabilityConfiguration& WithEdi(EdiConfiguration&& value) { SetEdi(std::move(value)); return *this;}
54 private:
55
56 EdiConfiguration m_edi;
57 bool m_ediHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace B2BI
62} // namespace Aws
CapabilityConfiguration & WithEdi(EdiConfiguration &&value)
AWS_B2BI_API CapabilityConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_B2BI_API CapabilityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEdi(const EdiConfiguration &value)
CapabilityConfiguration & WithEdi(const EdiConfiguration &value)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue