7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
41 template <
typename CodeT = Aws::String>
43 m_codeHasBeenSet =
true;
44 m_code = std::forward<CodeT>(value);
46 template <
typename CodeT = Aws::String>
48 SetCode(std::forward<CodeT>(value));
59 template <
typename StateT = Aws::String>
61 m_stateHasBeenSet =
true;
62 m_state = std::forward<StateT>(value);
64 template <
typename StateT = Aws::String>
66 SetState(std::forward<StateT>(value));
77 template <
typename OrganizationNameT = Aws::String>
79 m_organizationNameHasBeenSet =
true;
80 m_organizationName = std::forward<OrganizationNameT>(value);
82 template <
typename OrganizationNameT = Aws::String>
96 template <
typename TargetUrlT = Aws::String>
98 m_targetUrlHasBeenSet =
true;
99 m_targetUrl = std::forward<TargetUrlT>(value);
101 template <
typename TargetUrlT = Aws::String>
116 template <
typename InstallationIdT = Aws::String>
118 m_installationIdHasBeenSet =
true;
119 m_installationId = std::forward<InstallationIdT>(value);
121 template <
typename InstallationIdT = Aws::String>
137 bool m_codeHasBeenSet =
false;
138 bool m_stateHasBeenSet =
false;
139 bool m_organizationNameHasBeenSet =
false;
140 bool m_targetUrlHasBeenSet =
false;
141 bool m_installationIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue