7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ApplicationSenderCodeT = Aws::String>
44 m_applicationSenderCodeHasBeenSet =
true;
45 m_applicationSenderCode = std::forward<ApplicationSenderCodeT>(value);
47 template <
typename ApplicationSenderCodeT = Aws::String>
61 template <
typename ApplicationReceiverCodeT = Aws::String>
63 m_applicationReceiverCodeHasBeenSet =
true;
64 m_applicationReceiverCode = std::forward<ApplicationReceiverCodeT>(value);
66 template <
typename ApplicationReceiverCodeT = Aws::String>
79 template <
typename ResponsibleAgencyCodeT = Aws::String>
81 m_responsibleAgencyCodeHasBeenSet =
true;
82 m_responsibleAgencyCode = std::forward<ResponsibleAgencyCodeT>(value);
84 template <
typename ResponsibleAgencyCodeT = Aws::String>
92 bool m_applicationSenderCodeHasBeenSet =
false;
95 bool m_applicationReceiverCodeHasBeenSet =
false;
98 bool m_responsibleAgencyCodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue