7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
40 template <
typename CodeT = Aws::String>
42 m_codeHasBeenSet =
true;
43 m_code = std::forward<CodeT>(value);
45 template <
typename CodeT = Aws::String>
47 SetCode(std::forward<CodeT>(value));
58 template <
typename StateT = Aws::String>
60 m_stateHasBeenSet =
true;
61 m_state = std::forward<StateT>(value);
63 template <
typename StateT = Aws::String>
65 SetState(std::forward<StateT>(value));
76 template <
typename OrganizationNameT = Aws::String>
78 m_organizationNameHasBeenSet =
true;
79 m_organizationName = std::forward<OrganizationNameT>(value);
81 template <
typename OrganizationNameT = Aws::String>
93 bool m_codeHasBeenSet =
false;
94 bool m_stateHasBeenSet =
false;
95 bool m_organizationNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue