7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
42 template <
typename InstallationIdT = Aws::String>
44 m_installationIdHasBeenSet =
true;
45 m_installationId = std::forward<InstallationIdT>(value);
47 template <
typename InstallationIdT = Aws::String>
60 template <
typename CodeT = Aws::String>
62 m_codeHasBeenSet =
true;
63 m_code = std::forward<CodeT>(value);
65 template <
typename CodeT = Aws::String>
67 SetCode(std::forward<CodeT>(value));
78 template <
typename StateT = Aws::String>
80 m_stateHasBeenSet =
true;
81 m_state = std::forward<StateT>(value);
83 template <
typename StateT = Aws::String>
85 SetState(std::forward<StateT>(value));
96 template <
typename SiteUrlT = Aws::String>
98 m_siteUrlHasBeenSet =
true;
99 m_siteUrl = std::forward<SiteUrlT>(value);
101 template <
typename SiteUrlT = Aws::String>
115 bool m_installationIdHasBeenSet =
false;
116 bool m_codeHasBeenSet =
false;
117 bool m_stateHasBeenSet =
false;
118 bool m_siteUrlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue