7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
41 template <
typename RegionT = Aws::String>
43 m_regionHasBeenSet =
true;
44 m_region = std::forward<RegionT>(value);
46 template <
typename RegionT = Aws::String>
61 template <
typename RegistryIdT = Aws::String>
63 m_registryIdHasBeenSet =
true;
64 m_registryId = std::forward<RegistryIdT>(value);
66 template <
typename RegistryIdT = Aws::String>
76 bool m_regionHasBeenSet =
false;
77 bool m_registryIdHasBeenSet =
false;
ReplicationDestination & WithRegistryId(RegistryIdT &&value)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRegistryId(RegistryIdT &&value)
void SetRegion(RegionT &&value)
AWS_ECR_API ReplicationDestination()=default
ReplicationDestination & WithRegion(RegionT &&value)
const Aws::String & GetRegistryId() const
const Aws::String & GetRegion() const
bool RegionHasBeenSet() const
AWS_ECR_API ReplicationDestination(Aws::Utils::Json::JsonView jsonValue)
bool RegistryIdHasBeenSet() const
AWS_ECR_API ReplicationDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue