7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ApplicationSenderCodeT = Aws::String>
49 void SetApplicationSenderCode(ApplicationSenderCodeT&& value) { m_applicationSenderCodeHasBeenSet =
true; m_applicationSenderCode = std::forward<ApplicationSenderCodeT>(value); }
50 template<
typename ApplicationSenderCodeT = Aws::String>
61 template<
typename ApplicationReceiverCodeT = Aws::String>
62 void SetApplicationReceiverCode(ApplicationReceiverCodeT&& value) { m_applicationReceiverCodeHasBeenSet =
true; m_applicationReceiverCode = std::forward<ApplicationReceiverCodeT>(value); }
63 template<
typename ApplicationReceiverCodeT = Aws::String>
73 template<
typename ResponsibleAgencyCodeT = Aws::String>
74 void SetResponsibleAgencyCode(ResponsibleAgencyCodeT&& value) { m_responsibleAgencyCodeHasBeenSet =
true; m_responsibleAgencyCode = std::forward<ResponsibleAgencyCodeT>(value); }
75 template<
typename ResponsibleAgencyCodeT = Aws::String>
81 bool m_applicationSenderCodeHasBeenSet =
false;
84 bool m_applicationReceiverCodeHasBeenSet =
false;
87 bool m_responsibleAgencyCodeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue