7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RegionT = Aws::String>
48 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
49 template<
typename RegionT = Aws::String>
61 template<
typename RegistryIdT = Aws::String>
62 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
63 template<
typename RegistryIdT = Aws::String>
69 bool m_regionHasBeenSet =
false;
72 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