7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opsworks/model/StackConfigurationManager.h>
49 inline void SetVersion(
const char* value) { m_versionHasBeenSet =
true; m_version.assign(value); }
69 bool m_versionHasBeenSet =
false;
72 bool m_configurationManagerHasBeenSet =
false;
AWS_OPSWORKS_API AgentVersion(Aws::Utils::Json::JsonView jsonValue)
AgentVersion & WithVersion(Aws::String &&value)
void SetVersion(const char *value)
const Aws::String & GetVersion() const
void SetConfigurationManager(StackConfigurationManager &&value)
const StackConfigurationManager & GetConfigurationManager() const
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVersion(Aws::String &&value)
AWS_OPSWORKS_API AgentVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
AgentVersion & WithVersion(const char *value)
bool VersionHasBeenSet() const
void SetVersion(const Aws::String &value)
AgentVersion & WithConfigurationManager(const StackConfigurationManager &value)
void SetConfigurationManager(const StackConfigurationManager &value)
AgentVersion & WithConfigurationManager(StackConfigurationManager &&value)
bool ConfigurationManagerHasBeenSet() const
AWS_OPSWORKS_API AgentVersion()
AgentVersion & WithVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue