7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename ArchitectureT = Aws::String>
50 void SetArchitecture(ArchitectureT&& value) { m_architectureHasBeenSet =
true; m_architecture = std::forward<ArchitectureT>(value); }
51 template<
typename ArchitectureT = Aws::String>
61 template<
typename AuthorT = Aws::String>
62 void SetAuthor(AuthorT&& value) { m_authorHasBeenSet =
true; m_author = std::forward<AuthorT>(value); }
63 template<
typename AuthorT = Aws::String>
73 template<
typename ImageHashT = Aws::String>
74 void SetImageHash(ImageHashT&& value) { m_imageHashHasBeenSet =
true; m_imageHash = std::forward<ImageHashT>(value); }
75 template<
typename ImageHashT = Aws::String>
85 template<
typename ImageTagsT = Aws::Vector<Aws::String>>
86 void SetImageTags(ImageTagsT&& value) { m_imageTagsHasBeenSet =
true; m_imageTags = std::forward<ImageTagsT>(value); }
87 template<
typename ImageTagsT = Aws::Vector<Aws::String>>
89 template<
typename ImageTagsT = Aws::String>
99 template<
typename PlatformT = Aws::String>
100 void SetPlatform(PlatformT&& value) { m_platformHasBeenSet =
true; m_platform = std::forward<PlatformT>(value); }
101 template<
typename PlatformT = Aws::String>
111 template<
typename PushedAtT = Aws::Utils::DateTime>
112 void SetPushedAt(PushedAtT&& value) { m_pushedAtHasBeenSet =
true; m_pushedAt = std::forward<PushedAtT>(value); }
113 template<
typename PushedAtT = Aws::Utils::DateTime>
123 template<
typename LastInUseAtT = Aws::Utils::DateTime>
124 void SetLastInUseAt(LastInUseAtT&& value) { m_lastInUseAtHasBeenSet =
true; m_lastInUseAt = std::forward<LastInUseAtT>(value); }
125 template<
typename LastInUseAtT = Aws::Utils::DateTime>
136 inline void SetInUseCount(
long long value) { m_inUseCountHasBeenSet =
true; m_inUseCount = value; }
146 template<
typename RegistryT = Aws::String>
147 void SetRegistry(RegistryT&& value) { m_registryHasBeenSet =
true; m_registry = std::forward<RegistryT>(value); }
148 template<
typename RegistryT = Aws::String>
158 template<
typename RepositoryNameT = Aws::String>
159 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
160 template<
typename RepositoryNameT = Aws::String>
166 bool m_architectureHasBeenSet =
false;
169 bool m_authorHasBeenSet =
false;
172 bool m_imageHashHasBeenSet =
false;
175 bool m_imageTagsHasBeenSet =
false;
178 bool m_platformHasBeenSet =
false;
181 bool m_pushedAtHasBeenSet =
false;
184 bool m_lastInUseAtHasBeenSet =
false;
186 long long m_inUseCount{0};
187 bool m_inUseCountHasBeenSet =
false;
190 bool m_registryHasBeenSet =
false;
193 bool m_repositoryNameHasBeenSet =
false;
void SetInUseCount(long long value)
void SetLastInUseAt(LastInUseAtT &&value)
void SetPlatform(PlatformT &&value)
void SetPushedAt(PushedAtT &&value)
const Aws::String & GetArchitecture() const
AwsEcrContainerImageDetails & WithLastInUseAt(LastInUseAtT &&value)
bool AuthorHasBeenSet() const
void SetAuthor(AuthorT &&value)
bool PlatformHasBeenSet() const
const Aws::Utils::DateTime & GetLastInUseAt() const
AwsEcrContainerImageDetails & WithArchitecture(ArchitectureT &&value)
bool RegistryHasBeenSet() const
long long GetInUseCount() const
AwsEcrContainerImageDetails & WithInUseCount(long long value)
AwsEcrContainerImageDetails & WithImageTags(ImageTagsT &&value)
AWS_ECR_API AwsEcrContainerImageDetails()=default
void SetArchitecture(ArchitectureT &&value)
AwsEcrContainerImageDetails & WithRegistry(RegistryT &&value)
bool InUseCountHasBeenSet() const
void SetImageTags(ImageTagsT &&value)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
AwsEcrContainerImageDetails & WithPushedAt(PushedAtT &&value)
AwsEcrContainerImageDetails & WithRepositoryName(RepositoryNameT &&value)
const Aws::String & GetAuthor() const
bool RepositoryNameHasBeenSet() const
bool PushedAtHasBeenSet() const
void SetRepositoryName(RepositoryNameT &&value)
bool ImageHashHasBeenSet() const
AWS_ECR_API AwsEcrContainerImageDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LastInUseAtHasBeenSet() const
AWS_ECR_API AwsEcrContainerImageDetails(Aws::Utils::Json::JsonView jsonValue)
AwsEcrContainerImageDetails & AddImageTags(ImageTagsT &&value)
AwsEcrContainerImageDetails & WithImageHash(ImageHashT &&value)
const Aws::String & GetPlatform() const
void SetRegistry(RegistryT &&value)
bool ImageTagsHasBeenSet() const
const Aws::String & GetRepositoryName() const
bool ArchitectureHasBeenSet() const
AwsEcrContainerImageDetails & WithPlatform(PlatformT &&value)
const Aws::Vector< Aws::String > & GetImageTags() const
const Aws::Utils::DateTime & GetPushedAt() const
AwsEcrContainerImageDetails & WithAuthor(AuthorT &&value)
const Aws::String & GetImageHash() const
void SetImageHash(ImageHashT &&value)
const Aws::String & GetRegistry() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue