7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/opsworks/model/OperatingSystemConfigurationManager.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
81 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
110 inline void SetReportedName(
const char* value) { m_reportedNameHasBeenSet =
true; m_reportedName.assign(value); }
125 inline void SetReportedVersion(
const char* value) { m_reportedVersionHasBeenSet =
true; m_reportedVersion.assign(value); }
137 inline void SetSupported(
bool value) { m_supportedHasBeenSet =
true; m_supported = value; }
143 bool m_nameHasBeenSet =
false;
146 bool m_idHasBeenSet =
false;
149 bool m_typeHasBeenSet =
false;
152 bool m_configurationManagersHasBeenSet =
false;
155 bool m_reportedNameHasBeenSet =
false;
158 bool m_reportedVersionHasBeenSet =
false;
161 bool m_supportedHasBeenSet =
false;
AWS_OPSWORKS_API OperatingSystem(Aws::Utils::Json::JsonView jsonValue)
void SetType(Aws::String &&value)
void SetReportedVersion(Aws::String &&value)
const Aws::Vector< OperatingSystemConfigurationManager > & GetConfigurationManagers() const
OperatingSystem & WithReportedName(const char *value)
bool ReportedVersionHasBeenSet() const
OperatingSystem & WithType(Aws::String &&value)
AWS_OPSWORKS_API OperatingSystem()
bool GetSupported() const
const Aws::String & GetReportedName() const
OperatingSystem & WithType(const char *value)
OperatingSystem & WithId(Aws::String &&value)
bool TypeHasBeenSet() const
OperatingSystem & WithName(const char *value)
OperatingSystem & AddConfigurationManagers(const OperatingSystemConfigurationManager &value)
const Aws::String & GetName() const
OperatingSystem & AddConfigurationManagers(OperatingSystemConfigurationManager &&value)
const Aws::String & GetReportedVersion() const
OperatingSystem & WithConfigurationManagers(Aws::Vector< OperatingSystemConfigurationManager > &&value)
void SetConfigurationManagers(Aws::Vector< OperatingSystemConfigurationManager > &&value)
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReportedName(const Aws::String &value)
OperatingSystem & WithName(const Aws::String &value)
const Aws::String & GetId() const
void SetReportedVersion(const char *value)
OperatingSystem & WithType(const Aws::String &value)
OperatingSystem & WithId(const Aws::String &value)
AWS_OPSWORKS_API OperatingSystem & operator=(Aws::Utils::Json::JsonView jsonValue)
OperatingSystem & WithReportedVersion(Aws::String &&value)
OperatingSystem & WithReportedName(const Aws::String &value)
void SetType(const char *value)
void SetReportedVersion(const Aws::String &value)
void SetSupported(bool value)
bool SupportedHasBeenSet() const
void SetName(const Aws::String &value)
void SetId(const char *value)
bool ConfigurationManagersHasBeenSet() const
OperatingSystem & WithName(Aws::String &&value)
void SetConfigurationManagers(const Aws::Vector< OperatingSystemConfigurationManager > &value)
void SetName(Aws::String &&value)
void SetReportedName(Aws::String &&value)
void SetId(Aws::String &&value)
void SetType(const Aws::String &value)
OperatingSystem & WithReportedName(Aws::String &&value)
bool IdHasBeenSet() const
OperatingSystem & WithConfigurationManagers(const Aws::Vector< OperatingSystemConfigurationManager > &value)
bool NameHasBeenSet() const
const Aws::String & GetType() const
OperatingSystem & WithReportedVersion(const Aws::String &value)
OperatingSystem & WithId(const char *value)
void SetId(const Aws::String &value)
void SetReportedName(const char *value)
bool ReportedNameHasBeenSet() const
OperatingSystem & WithSupported(bool value)
OperatingSystem & WithReportedVersion(const char *value)
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue