7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FamilyT = Aws::String>
48 void SetFamily(FamilyT&& value) { m_familyHasBeenSet =
true; m_family = std::forward<FamilyT>(value); }
49 template<
typename FamilyT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename VersionT = Aws::String>
72 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
73 template<
typename VersionT = Aws::String>
79 bool m_familyHasBeenSet =
false;
82 bool m_nameHasBeenSet =
false;
85 bool m_versionHasBeenSet =
false;
const Aws::String & GetVersion() const
AWS_OPSWORKS_API ReportedOs()=default
AWS_OPSWORKS_API ReportedOs(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
ReportedOs & WithFamily(FamilyT &&value)
bool NameHasBeenSet() const
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
ReportedOs & WithName(NameT &&value)
bool VersionHasBeenSet() const
void SetVersion(VersionT &&value)
const Aws::String & GetFamily() const
void SetName(NameT &&value)
bool FamilyHasBeenSet() const
AWS_OPSWORKS_API ReportedOs & operator=(Aws::Utils::Json::JsonView jsonValue)
ReportedOs & WithVersion(VersionT &&value)
void SetFamily(FamilyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue