7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
19namespace SnowDeviceManagement {
41 template <
typename InstallStateT = Aws::String>
43 m_installStateHasBeenSet =
true;
44 m_installState = std::forward<InstallStateT>(value);
46 template <
typename InstallStateT = Aws::String>
59 template <
typename InstalledVersionT = Aws::String>
61 m_installedVersionHasBeenSet =
true;
62 m_installedVersion = std::forward<InstalledVersionT>(value);
64 template <
typename InstalledVersionT = Aws::String>
77 template <
typename InstallingVersionT = Aws::String>
79 m_installingVersionHasBeenSet =
true;
80 m_installingVersion = std::forward<InstallingVersionT>(value);
82 template <
typename InstallingVersionT = Aws::String>
94 bool m_installStateHasBeenSet =
false;
95 bool m_installedVersionHasBeenSet =
false;
96 bool m_installingVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue