7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename RegistryIdT = Aws::String>
49 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
50 template<
typename RegistryIdT = Aws::String>
60 template<
typename RepositoryNameT = Aws::String>
61 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
62 template<
typename RepositoryNameT = Aws::String>
74 template<
typename ArchitectureT = Aws::String>
75 void SetArchitecture(ArchitectureT&& value) { m_architectureHasBeenSet =
true; m_architecture = std::forward<ArchitectureT>(value); }
76 template<
typename ArchitectureT = Aws::String>
86 template<
typename ImageDigestT = Aws::String>
87 void SetImageDigest(ImageDigestT&& value) { m_imageDigestHasBeenSet =
true; m_imageDigest = std::forward<ImageDigestT>(value); }
88 template<
typename ImageDigestT = Aws::String>
98 template<
typename ImageTagsT = Aws::Vector<Aws::String>>
99 void SetImageTags(ImageTagsT&& value) { m_imageTagsHasBeenSet =
true; m_imageTags = std::forward<ImageTagsT>(value); }
100 template<
typename ImageTagsT = Aws::Vector<Aws::String>>
102 template<
typename ImageTagsT = Aws::String>
115 template<
typename ImagePublishedAtT = Aws::String>
116 void SetImagePublishedAt(ImagePublishedAtT&& value) { m_imagePublishedAtHasBeenSet =
true; m_imagePublishedAt = std::forward<ImagePublishedAtT>(value); }
117 template<
typename ImagePublishedAtT = Aws::String>
123 bool m_registryIdHasBeenSet =
false;
126 bool m_repositoryNameHasBeenSet =
false;
129 bool m_architectureHasBeenSet =
false;
132 bool m_imageDigestHasBeenSet =
false;
135 bool m_imageTagsHasBeenSet =
false;
138 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