7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
42 template <
typename UpstreamRegistryUrlT = Aws::String>
44 m_upstreamRegistryUrlHasBeenSet =
true;
45 m_upstreamRegistryUrl = std::forward<UpstreamRegistryUrlT>(value);
47 template <
typename UpstreamRegistryUrlT = Aws::String>
60 template <
typename EcrRepositoryPrefixT = Aws::String>
62 m_ecrRepositoryPrefixHasBeenSet =
true;
63 m_ecrRepositoryPrefix = std::forward<EcrRepositoryPrefixT>(value);
65 template <
typename EcrRepositoryPrefixT = Aws::String>
79 template <
typename UpstreamRepositoryPrefixT = Aws::String>
81 m_upstreamRepositoryPrefixHasBeenSet =
true;
82 m_upstreamRepositoryPrefix = std::forward<UpstreamRepositoryPrefixT>(value);
84 template <
typename UpstreamRepositoryPrefixT = Aws::String>
97 template <
typename EcrAccountIdT = Aws::String>
99 m_ecrAccountIdHasBeenSet =
true;
100 m_ecrAccountId = std::forward<EcrAccountIdT>(value);
102 template <
typename EcrAccountIdT = Aws::String>
116 bool m_upstreamRegistryUrlHasBeenSet =
false;
117 bool m_ecrRepositoryPrefixHasBeenSet =
false;
118 bool m_upstreamRepositoryPrefixHasBeenSet =
false;
119 bool m_ecrAccountIdHasBeenSet =
false;
RegistryMapping & WithUpstreamRegistryUrl(UpstreamRegistryUrlT &&value)
AWS_OMICS_API RegistryMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OMICS_API RegistryMapping()=default
bool UpstreamRepositoryPrefixHasBeenSet() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUpstreamRegistryUrl(UpstreamRegistryUrlT &&value)
RegistryMapping & WithUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT &&value)
bool EcrRepositoryPrefixHasBeenSet() const
RegistryMapping & WithEcrAccountId(EcrAccountIdT &&value)
void SetEcrRepositoryPrefix(EcrRepositoryPrefixT &&value)
const Aws::String & GetEcrRepositoryPrefix() const
RegistryMapping & WithEcrRepositoryPrefix(EcrRepositoryPrefixT &&value)
bool UpstreamRegistryUrlHasBeenSet() const
AWS_OMICS_API RegistryMapping(Aws::Utils::Json::JsonView jsonValue)
void SetUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT &&value)
const Aws::String & GetUpstreamRepositoryPrefix() const
const Aws::String & GetUpstreamRegistryUrl() const
bool EcrAccountIdHasBeenSet() const
void SetEcrAccountId(EcrAccountIdT &&value)
const Aws::String & GetEcrAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue