7#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace SnowDeviceManagement
47 template<
typename InstallStateT = Aws::String>
48 void SetInstallState(InstallStateT&& value) { m_installStateHasBeenSet =
true; m_installState = std::forward<InstallStateT>(value); }
49 template<
typename InstallStateT = Aws::String>
59 template<
typename InstalledVersionT = Aws::String>
60 void SetInstalledVersion(InstalledVersionT&& value) { m_installedVersionHasBeenSet =
true; m_installedVersion = std::forward<InstalledVersionT>(value); }
61 template<
typename InstalledVersionT = Aws::String>
71 template<
typename InstallingVersionT = Aws::String>
72 void SetInstallingVersion(InstallingVersionT&& value) { m_installingVersionHasBeenSet =
true; m_installingVersion = std::forward<InstallingVersionT>(value); }
73 template<
typename InstallingVersionT = Aws::String>
79 bool m_installStateHasBeenSet =
false;
82 bool m_installedVersionHasBeenSet =
false;
85 bool m_installingVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue