7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename RegistryIdT = Aws::String>
44 m_registryIdHasBeenSet =
true;
45 m_registryId = std::forward<RegistryIdT>(value);
47 template <
typename RegistryIdT = Aws::String>
60 template <
typename RepositoryNameT = Aws::String>
62 m_repositoryNameHasBeenSet =
true;
63 m_repositoryName = std::forward<RepositoryNameT>(value);
65 template <
typename RepositoryNameT = Aws::String>
80 template <
typename ArchitectureT = Aws::String>
82 m_architectureHasBeenSet =
true;
83 m_architecture = std::forward<ArchitectureT>(value);
85 template <
typename ArchitectureT = Aws::String>
98 template <
typename ImageDigestT = Aws::String>
100 m_imageDigestHasBeenSet =
true;
101 m_imageDigest = std::forward<ImageDigestT>(value);
103 template <
typename ImageDigestT = Aws::String>
116 template <
typename ImageTagsT = Aws::Vector<Aws::String>>
118 m_imageTagsHasBeenSet =
true;
119 m_imageTags = std::forward<ImageTagsT>(value);
121 template <
typename ImageTagsT = Aws::Vector<Aws::String>>
126 template <
typename ImageTagsT = Aws::String>
128 m_imageTagsHasBeenSet =
true;
129 m_imageTags.emplace_back(std::forward<ImageTagsT>(value));
143 template <
typename ImagePublishedAtT = Aws::String>
145 m_imagePublishedAtHasBeenSet =
true;
146 m_imagePublishedAt = std::forward<ImagePublishedAtT>(value);
148 template <
typename ImagePublishedAtT = Aws::String>
166 bool m_registryIdHasBeenSet =
false;
167 bool m_repositoryNameHasBeenSet =
false;
168 bool m_architectureHasBeenSet =
false;
169 bool m_imageDigestHasBeenSet =
false;
170 bool m_imageTagsHasBeenSet =
false;
171 bool m_imagePublishedAtHasBeenSet =
false;
void SetArchitecture(ArchitectureT &&value)
void SetImageTags(ImageTagsT &&value)
AwsEcrContainerImageDetails & WithImageDigest(ImageDigestT &&value)
const Aws::String & GetRepositoryName() const
AWS_SECURITYHUB_API AwsEcrContainerImageDetails(Aws::Utils::Json::JsonView jsonValue)
bool ImagePublishedAtHasBeenSet() const
const Aws::String & GetRegistryId() const
void SetRepositoryName(RepositoryNameT &&value)
void SetImagePublishedAt(ImagePublishedAtT &&value)
AwsEcrContainerImageDetails & WithRepositoryName(RepositoryNameT &&value)
bool RegistryIdHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ImageDigestHasBeenSet() const
AwsEcrContainerImageDetails & WithImageTags(ImageTagsT &&value)
void SetRegistryId(RegistryIdT &&value)
AwsEcrContainerImageDetails & WithRegistryId(RegistryIdT &&value)
const Aws::String & GetArchitecture() const
bool ArchitectureHasBeenSet() const
AwsEcrContainerImageDetails & WithArchitecture(ArchitectureT &&value)
const Aws::String & GetImagePublishedAt() const
bool RepositoryNameHasBeenSet() const
const Aws::String & GetImageDigest() const
AwsEcrContainerImageDetails & AddImageTags(ImageTagsT &&value)
const Aws::Vector< Aws::String > & GetImageTags() const
bool ImageTagsHasBeenSet() const
AwsEcrContainerImageDetails & WithImagePublishedAt(ImagePublishedAtT &&value)
AWS_SECURITYHUB_API AwsEcrContainerImageDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsEcrContainerImageDetails()=default
void SetImageDigest(ImageDigestT &&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