7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecr/model/ReplicationStatus.h>
48 template<
typename RegionT = Aws::String>
49 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
50 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>
83 template<
typename FailureCodeT = Aws::String>
84 void SetFailureCode(FailureCodeT&& value) { m_failureCodeHasBeenSet =
true; m_failureCode = std::forward<FailureCodeT>(value); }
85 template<
typename FailureCodeT = Aws::String>
91 bool m_regionHasBeenSet =
false;
94 bool m_registryIdHasBeenSet =
false;
97 bool m_statusHasBeenSet =
false;
100 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