7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename ImageVersionT = Aws::String>
57 void SetImageVersion(ImageVersionT&& value) { m_imageVersionHasBeenSet =
true; m_imageVersion = std::forward<ImageVersionT>(value); }
58 template<
typename ImageVersionT = Aws::String>
63 bool m_allowMajorVersionUpdate{
false};
64 bool m_allowMajorVersionUpdateHasBeenSet =
false;
67 bool m_imageVersionHasBeenSet =
false;
OTAJobConfig & WithImageVersion(ImageVersionT &&value)
OTAJobConfig & WithAllowMajorVersionUpdate(bool value)
AWS_PANORAMA_API OTAJobConfig()=default
bool AllowMajorVersionUpdateHasBeenSet() const
const Aws::String & GetImageVersion() const
bool ImageVersionHasBeenSet() const
AWS_PANORAMA_API OTAJobConfig(Aws::Utils::Json::JsonView jsonValue)
void SetImageVersion(ImageVersionT &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PANORAMA_API OTAJobConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAllowMajorVersionUpdate(bool value)
bool GetAllowMajorVersionUpdate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue