7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
9#include <aws/ecr/model/ReplicationStatus.h>
42 template <
typename RegionT = Aws::String>
44 m_regionHasBeenSet =
true;
45 m_region = std::forward<RegionT>(value);
47 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>
80 m_statusHasBeenSet =
true;
95 template <
typename FailureCodeT = Aws::String>
97 m_failureCodeHasBeenSet =
true;
98 m_failureCode = std::forward<FailureCodeT>(value);
100 template <
typename FailureCodeT = Aws::String>
114 bool m_regionHasBeenSet =
false;
115 bool m_registryIdHasBeenSet =
false;
116 bool m_statusHasBeenSet =
false;
117 bool m_failureCodeHasBeenSet =
false;
AWS_ECR_API ImageReplicationStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRegion() const
void SetRegion(RegionT &&value)
bool StatusHasBeenSet() const
ReplicationStatus GetStatus() const
bool FailureCodeHasBeenSet() const
bool RegistryIdHasBeenSet() const
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
ImageReplicationStatus & WithStatus(ReplicationStatus value)
ImageReplicationStatus & WithRegistryId(RegistryIdT &&value)
ImageReplicationStatus & WithRegion(RegionT &&value)
void SetStatus(ReplicationStatus value)
bool RegionHasBeenSet() const
ImageReplicationStatus & WithFailureCode(FailureCodeT &&value)
AWS_ECR_API ImageReplicationStatus()=default
const Aws::String & GetFailureCode() const
AWS_ECR_API ImageReplicationStatus(Aws::Utils::Json::JsonView jsonValue)
void SetFailureCode(FailureCodeT &&value)
const Aws::String & GetRegistryId() const
void SetRegistryId(RegistryIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue