7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename VersionsT = Aws::Vector<Aws::String>>
80 m_versionsHasBeenSet =
true;
81 m_versions = std::forward<VersionsT>(value);
83 template <
typename VersionsT = Aws::Vector<Aws::String>>
88 template <
typename VersionsT = Aws::String>
90 m_versionsHasBeenSet =
true;
91 m_versions.emplace_back(std::forward<VersionsT>(value));
101 bool m_nameHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
103 bool m_versionsHasBeenSet =
false;
void SetName(NameT &&value)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
EnvironmentImage & WithVersions(VersionsT &&value)
EnvironmentImage & AddVersions(VersionsT &&value)
const Aws::String & GetDescription() const
void SetVersions(VersionsT &&value)
AWS_CODEBUILD_API EnvironmentImage & operator=(Aws::Utils::Json::JsonView jsonValue)
EnvironmentImage & WithDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetVersions() const
bool VersionsHasBeenSet() const
AWS_CODEBUILD_API EnvironmentImage()=default
bool NameHasBeenSet() const
EnvironmentImage & WithName(NameT &&value)
AWS_CODEBUILD_API EnvironmentImage(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&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