AWS SDK for C++

AWS SDK for C++ Version 1.11.682

Loading...
Searching...
No Matches
InboundEdiOptions.h
1
6#pragma once
7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/X12InboundEdiOptions.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace B2BI {
20namespace Model {
21
30 public:
31 AWS_B2BI_API InboundEdiOptions() = default;
35
37
41 inline const X12InboundEdiOptions& GetX12() const { return m_x12; }
42 inline bool X12HasBeenSet() const { return m_x12HasBeenSet; }
43 template <typename X12T = X12InboundEdiOptions>
44 void SetX12(X12T&& value) {
45 m_x12HasBeenSet = true;
46 m_x12 = std::forward<X12T>(value);
47 }
48 template <typename X12T = X12InboundEdiOptions>
49 InboundEdiOptions& WithX12(X12T&& value) {
50 SetX12(std::forward<X12T>(value));
51 return *this;
52 }
54 private:
56 bool m_x12HasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace B2BI
61} // namespace Aws
InboundEdiOptions & WithX12(X12T &&value)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
const X12InboundEdiOptions & GetX12() const
AWS_B2BI_API InboundEdiOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_B2BI_API InboundEdiOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_B2BI_API InboundEdiOptions()=default
Aws::Utils::Json::JsonValue JsonValue