7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/model/X12Envelope.h>
46 template<
typename X12T = X12Envelope>
47 void SetX12(X12T&& value) { m_x12HasBeenSet =
true; m_x12 = std::forward<X12T>(value); }
48 template<
typename X12T = X12Envelope>
54 bool m_x12HasBeenSet =
false;
bool X12HasBeenSet() const
AWS_B2BI_API OutboundEdiOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_B2BI_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_B2BI_API OutboundEdiOptions()=default
AWS_B2BI_API OutboundEdiOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const X12Envelope & GetX12() const
void SetX12(X12T &&value)
OutboundEdiOptions & WithX12(X12T &&value)
Aws::Utils::Json::JsonValue JsonValue