AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
X12InboundEdiOptions.h
1
6#pragma once
7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/X12AcknowledgmentOptions.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 X12InboundEdiOptions() = default;
39
40
42
46 inline const X12AcknowledgmentOptions& GetAcknowledgmentOptions() const { return m_acknowledgmentOptions; }
47 inline bool AcknowledgmentOptionsHasBeenSet() const { return m_acknowledgmentOptionsHasBeenSet; }
48 template<typename AcknowledgmentOptionsT = X12AcknowledgmentOptions>
49 void SetAcknowledgmentOptions(AcknowledgmentOptionsT&& value) { m_acknowledgmentOptionsHasBeenSet = true; m_acknowledgmentOptions = std::forward<AcknowledgmentOptionsT>(value); }
50 template<typename AcknowledgmentOptionsT = X12AcknowledgmentOptions>
51 X12InboundEdiOptions& WithAcknowledgmentOptions(AcknowledgmentOptionsT&& value) { SetAcknowledgmentOptions(std::forward<AcknowledgmentOptionsT>(value)); return *this;}
53 private:
54
55 X12AcknowledgmentOptions m_acknowledgmentOptions;
56 bool m_acknowledgmentOptionsHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace B2BI
61} // namespace Aws
const X12AcknowledgmentOptions & GetAcknowledgmentOptions() const
X12InboundEdiOptions & WithAcknowledgmentOptions(AcknowledgmentOptionsT &&value)
AWS_B2BI_API X12InboundEdiOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAcknowledgmentOptions(AcknowledgmentOptionsT &&value)
AWS_B2BI_API X12InboundEdiOptions()=default
AWS_B2BI_API X12InboundEdiOptions(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue