AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
X12Envelope.h
1
6#pragma once
7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/X12OutboundEdiHeaders.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
37 {
38 public:
39 AWS_B2BI_API X12Envelope();
40 AWS_B2BI_API X12Envelope(Aws::Utils::Json::JsonView jsonValue);
43
44
46
49 inline const X12OutboundEdiHeaders& GetCommon() const{ return m_common; }
50 inline bool CommonHasBeenSet() const { return m_commonHasBeenSet; }
51 inline void SetCommon(const X12OutboundEdiHeaders& value) { m_commonHasBeenSet = true; m_common = value; }
52 inline void SetCommon(X12OutboundEdiHeaders&& value) { m_commonHasBeenSet = true; m_common = std::move(value); }
53 inline X12Envelope& WithCommon(const X12OutboundEdiHeaders& value) { SetCommon(value); return *this;}
54 inline X12Envelope& WithCommon(X12OutboundEdiHeaders&& value) { SetCommon(std::move(value)); return *this;}
56 private:
57
58 X12OutboundEdiHeaders m_common;
59 bool m_commonHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace B2BI
64} // namespace Aws
X12Envelope & WithCommon(const X12OutboundEdiHeaders &value)
Definition X12Envelope.h:53
AWS_B2BI_API X12Envelope(Aws::Utils::Json::JsonView jsonValue)
X12Envelope & WithCommon(X12OutboundEdiHeaders &&value)
Definition X12Envelope.h:54
const X12OutboundEdiHeaders & GetCommon() const
Definition X12Envelope.h:49
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCommon(X12OutboundEdiHeaders &&value)
Definition X12Envelope.h:52
AWS_B2BI_API X12Envelope & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCommon(const X12OutboundEdiHeaders &value)
Definition X12Envelope.h:51
Aws::Utils::Json::JsonValue JsonValue