AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CapabilityOptions.h
1
6#pragma once
7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/OutboundEdiOptions.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
33 {
34 public:
35 AWS_B2BI_API CapabilityOptions();
39
40
42
45 inline const OutboundEdiOptions& GetOutboundEdi() const{ return m_outboundEdi; }
46 inline bool OutboundEdiHasBeenSet() const { return m_outboundEdiHasBeenSet; }
47 inline void SetOutboundEdi(const OutboundEdiOptions& value) { m_outboundEdiHasBeenSet = true; m_outboundEdi = value; }
48 inline void SetOutboundEdi(OutboundEdiOptions&& value) { m_outboundEdiHasBeenSet = true; m_outboundEdi = std::move(value); }
49 inline CapabilityOptions& WithOutboundEdi(const OutboundEdiOptions& value) { SetOutboundEdi(value); return *this;}
50 inline CapabilityOptions& WithOutboundEdi(OutboundEdiOptions&& value) { SetOutboundEdi(std::move(value)); return *this;}
52 private:
53
54 OutboundEdiOptions m_outboundEdi;
55 bool m_outboundEdiHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace B2BI
60} // namespace Aws
void SetOutboundEdi(OutboundEdiOptions &&value)
CapabilityOptions & WithOutboundEdi(OutboundEdiOptions &&value)
void SetOutboundEdi(const OutboundEdiOptions &value)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_B2BI_API CapabilityOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
CapabilityOptions & WithOutboundEdi(const OutboundEdiOptions &value)
const OutboundEdiOptions & GetOutboundEdi() const
AWS_B2BI_API CapabilityOptions(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue