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>
61 template <
typename WorkspaceT = Aws::String>
63 m_workspaceHasBeenSet =
true;
64 m_workspace = std::forward<WorkspaceT>(value);
66 template <
typename WorkspaceT = Aws::String>
79 template <
typename CodeT = Aws::String>
81 m_codeHasBeenSet =
true;
82 m_code = std::forward<CodeT>(value);
84 template <
typename CodeT = Aws::String>
86 SetCode(std::forward<CodeT>(value));
97 template <
typename StateT = Aws::String>
99 m_stateHasBeenSet =
true;
100 m_state = std::forward<StateT>(value);
102 template <
typename StateT = Aws::String>
104 SetState(std::forward<StateT>(value));
116 bool m_installationIdHasBeenSet =
false;
117 bool m_workspaceHasBeenSet =
false;
118 bool m_codeHasBeenSet =
false;
119 bool m_stateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue