7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
54 template<
typename RepositoryNameT = Aws::String>
55 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
56 template<
typename RepositoryNameT = Aws::String>
67 template<
typename ContainerTagsT = Aws::Vector<Aws::String>>
68 void SetContainerTags(ContainerTagsT&& value) { m_containerTagsHasBeenSet =
true; m_containerTags = std::forward<ContainerTagsT>(value); }
69 template<
typename ContainerTagsT = Aws::Vector<Aws::String>>
71 template<
typename ContainerTagsT = Aws::String>
72 EcrConfiguration&
AddContainerTags(ContainerTagsT&& value) { m_containerTagsHasBeenSet =
true; m_containerTags.emplace_back(std::forward<ContainerTagsT>(value));
return *
this; }
77 bool m_repositoryNameHasBeenSet =
false;
80 bool m_containerTagsHasBeenSet =
false;
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IMAGEBUILDER_API EcrConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRepositoryName(RepositoryNameT &&value)
const Aws::Vector< Aws::String > & GetContainerTags() const
bool ContainerTagsHasBeenSet() const
void SetContainerTags(ContainerTagsT &&value)
bool RepositoryNameHasBeenSet() const
EcrConfiguration & WithContainerTags(ContainerTagsT &&value)
AWS_IMAGEBUILDER_API EcrConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRepositoryName() const
EcrConfiguration & AddContainerTags(ContainerTagsT &&value)
EcrConfiguration & WithRepositoryName(RepositoryNameT &&value)
AWS_IMAGEBUILDER_API EcrConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue