7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opsworks/model/StackConfigurationManager.h>
47 template<
typename VersionT = Aws::String>
48 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
49 template<
typename VersionT = Aws::String>
59 template<
typename ConfigurationManagerT = StackConfigurationManager>
60 void SetConfigurationManager(ConfigurationManagerT&& value) { m_configurationManagerHasBeenSet =
true; m_configurationManager = std::forward<ConfigurationManagerT>(value); }
61 template<
typename ConfigurationManagerT = StackConfigurationManager>
67 bool m_versionHasBeenSet =
false;
70 bool m_configurationManagerHasBeenSet =
false;
AWS_OPSWORKS_API AgentVersion(Aws::Utils::Json::JsonView jsonValue)
AWS_OPSWORKS_API AgentVersion()=default
const Aws::String & GetVersion() const
const StackConfigurationManager & GetConfigurationManager() const
void SetVersion(VersionT &&value)
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
AgentVersion & WithVersion(VersionT &&value)
AWS_OPSWORKS_API AgentVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConfigurationManager(ConfigurationManagerT &&value)
bool VersionHasBeenSet() const
bool ConfigurationManagerHasBeenSet() const
AgentVersion & WithConfigurationManager(ConfigurationManagerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue