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>
10#include <aws/imagebuilder/model/TargetContainerRepository.h>
21namespace imagebuilder {
43 template <
typename DescriptionT = Aws::String>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = Aws::String>
61 template <
typename ContainerTagsT = Aws::Vector<Aws::String>>
63 m_containerTagsHasBeenSet =
true;
64 m_containerTags = std::forward<ContainerTagsT>(value);
66 template <
typename ContainerTagsT = Aws::Vector<Aws::String>>
71 template <
typename ContainerTagsT = Aws::String>
73 m_containerTagsHasBeenSet =
true;
74 m_containerTags.emplace_back(std::forward<ContainerTagsT>(value));
85 template <
typename TargetRepositoryT = TargetContainerRepository>
87 m_targetRepositoryHasBeenSet =
true;
88 m_targetRepository = std::forward<TargetRepositoryT>(value);
90 template <
typename TargetRepositoryT = TargetContainerRepository>
102 bool m_descriptionHasBeenSet =
false;
103 bool m_containerTagsHasBeenSet =
false;
104 bool m_targetRepositoryHasBeenSet =
false;
bool ContainerTagsHasBeenSet() const
ContainerDistributionConfiguration & WithTargetRepository(TargetRepositoryT &&value)
ContainerDistributionConfiguration & WithContainerTags(ContainerTagsT &&value)
bool TargetRepositoryHasBeenSet() const
const Aws::String & GetDescription() const
ContainerDistributionConfiguration & WithDescription(DescriptionT &&value)
ContainerDistributionConfiguration & AddContainerTags(ContainerTagsT &&value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IMAGEBUILDER_API ContainerDistributionConfiguration()=default
void SetDescription(DescriptionT &&value)
void SetTargetRepository(TargetRepositoryT &&value)
AWS_IMAGEBUILDER_API ContainerDistributionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API ContainerDistributionConfiguration(Aws::Utils::Json::JsonView jsonValue)
const TargetContainerRepository & GetTargetRepository() const
const Aws::Vector< Aws::String > & GetContainerTags() const
bool DescriptionHasBeenSet() const
void SetContainerTags(ContainerTagsT &&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