7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
20namespace imagebuilder {
48 template <
typename RepositoryNameT = Aws::String>
50 m_repositoryNameHasBeenSet =
true;
51 m_repositoryName = std::forward<RepositoryNameT>(value);
53 template <
typename RepositoryNameT = Aws::String>
67 template <
typename ContainerTagsT = Aws::Vector<Aws::String>>
69 m_containerTagsHasBeenSet =
true;
70 m_containerTags = std::forward<ContainerTagsT>(value);
72 template <
typename ContainerTagsT = Aws::Vector<Aws::String>>
77 template <
typename ContainerTagsT = Aws::String>
79 m_containerTagsHasBeenSet =
true;
80 m_containerTags.emplace_back(std::forward<ContainerTagsT>(value));
88 bool m_repositoryNameHasBeenSet =
false;
89 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