7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename UpstreamRegistryUrlT = Aws::String>
49 void SetUpstreamRegistryUrl(UpstreamRegistryUrlT&& value) { m_upstreamRegistryUrlHasBeenSet =
true; m_upstreamRegistryUrl = std::forward<UpstreamRegistryUrlT>(value); }
50 template<
typename UpstreamRegistryUrlT = Aws::String>
60 template<
typename EcrRepositoryPrefixT = Aws::String>
61 void SetEcrRepositoryPrefix(EcrRepositoryPrefixT&& value) { m_ecrRepositoryPrefixHasBeenSet =
true; m_ecrRepositoryPrefix = std::forward<EcrRepositoryPrefixT>(value); }
62 template<
typename EcrRepositoryPrefixT = Aws::String>
73 template<
typename UpstreamRepositoryPrefixT = Aws::String>
74 void SetUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT&& value) { m_upstreamRepositoryPrefixHasBeenSet =
true; m_upstreamRepositoryPrefix = std::forward<UpstreamRepositoryPrefixT>(value); }
75 template<
typename UpstreamRepositoryPrefixT = Aws::String>
85 template<
typename EcrAccountIdT = Aws::String>
86 void SetEcrAccountId(EcrAccountIdT&& value) { m_ecrAccountIdHasBeenSet =
true; m_ecrAccountId = std::forward<EcrAccountIdT>(value); }
87 template<
typename EcrAccountIdT = Aws::String>
93 bool m_upstreamRegistryUrlHasBeenSet =
false;
96 bool m_ecrRepositoryPrefixHasBeenSet =
false;
99 bool m_upstreamRepositoryPrefixHasBeenSet =
false;
102 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