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>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
72 template<
typename VersionsT = Aws::Vector<Aws::String>>
73 void SetVersions(VersionsT&& value) { m_versionsHasBeenSet =
true; m_versions = std::forward<VersionsT>(value); }
74 template<
typename VersionsT = Aws::Vector<Aws::String>>
76 template<
typename VersionsT = Aws::String>
77 EnvironmentImage&
AddVersions(VersionsT&& value) { m_versionsHasBeenSet =
true; m_versions.emplace_back(std::forward<VersionsT>(value));
return *
this; }
82 bool m_nameHasBeenSet =
false;
85 bool m_descriptionHasBeenSet =
false;
88 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