AWS SDK for C++

AWS SDK for C++ Version 1.11.683

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
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
29 public:
30 AWS_B2BI_API X12InboundEdiOptions() = default;
34
36
40 inline const X12AcknowledgmentOptions& GetAcknowledgmentOptions() const { return m_acknowledgmentOptions; }
41 inline bool AcknowledgmentOptionsHasBeenSet() const { return m_acknowledgmentOptionsHasBeenSet; }
42 template <typename AcknowledgmentOptionsT = X12AcknowledgmentOptions>
43 void SetAcknowledgmentOptions(AcknowledgmentOptionsT&& value) {
44 m_acknowledgmentOptionsHasBeenSet = true;
45 m_acknowledgmentOptions = std::forward<AcknowledgmentOptionsT>(value);
46 }
47 template <typename AcknowledgmentOptionsT = X12AcknowledgmentOptions>
48 X12InboundEdiOptions& WithAcknowledgmentOptions(AcknowledgmentOptionsT&& value) {
49 SetAcknowledgmentOptions(std::forward<AcknowledgmentOptionsT>(value));
50 return *this;
51 }
53 private:
54 X12AcknowledgmentOptions m_acknowledgmentOptions;
55 bool m_acknowledgmentOptionsHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace B2BI
60} // 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