7#include <aws/ecr-public/ECRPublic_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
51 template<
typename RepositoryArnT = Aws::String>
52 void SetRepositoryArn(RepositoryArnT&& value) { m_repositoryArnHasBeenSet =
true; m_repositoryArn = std::forward<RepositoryArnT>(value); }
53 template<
typename RepositoryArnT = Aws::String>
64 template<
typename RegistryIdT = Aws::String>
65 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
66 template<
typename RegistryIdT = Aws::String>
76 template<
typename RepositoryNameT = Aws::String>
77 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
78 template<
typename RepositoryNameT = Aws::String>
89 template<
typename RepositoryUriT = Aws::String>
90 void SetRepositoryUri(RepositoryUriT&& value) { m_repositoryUriHasBeenSet =
true; m_repositoryUri = std::forward<RepositoryUriT>(value); }
91 template<
typename RepositoryUriT = Aws::String>
102 template<
typename CreatedAtT = Aws::Utils::DateTime>
103 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
104 template<
typename CreatedAtT = Aws::Utils::DateTime>
110 bool m_repositoryArnHasBeenSet =
false;
113 bool m_registryIdHasBeenSet =
false;
116 bool m_repositoryNameHasBeenSet =
false;
119 bool m_repositoryUriHasBeenSet =
false;
122 bool m_createdAtHasBeenSet =
false;
void SetRepositoryUri(RepositoryUriT &&value)
Repository & WithRepositoryName(RepositoryNameT &&value)
bool RepositoryArnHasBeenSet() const
const Aws::String & GetRegistryId() const
const Aws::String & GetRepositoryName() const
void SetRepositoryName(RepositoryNameT &&value)
AWS_ECRPUBLIC_API Repository()=default
Repository & WithRegistryId(RegistryIdT &&value)
const Aws::String & GetRepositoryUri() const
Repository & WithRepositoryUri(RepositoryUriT &&value)
Repository & WithRepositoryArn(RepositoryArnT &&value)
AWS_ECRPUBLIC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRegistryId(RegistryIdT &&value)
const Aws::String & GetRepositoryArn() const
bool RepositoryNameHasBeenSet() const
bool RegistryIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRepositoryArn(RepositoryArnT &&value)
AWS_ECRPUBLIC_API Repository(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
bool RepositoryUriHasBeenSet() const
Repository & WithCreatedAt(CreatedAtT &&value)
AWS_ECRPUBLIC_API Repository & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue