7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
23namespace Route53RecoveryReadiness
50 inline void SetCellArn(
const char* value) { m_cellArnHasBeenSet =
true; m_cellArn.assign(value); }
64 inline void SetCellName(
const char* value) { m_cellNameHasBeenSet =
true; m_cellName.assign(value); }
82 inline CellOutput&
AddCells(
const char* value) { m_cellsHasBeenSet =
true; m_cells.push_back(value);
return *
this; }
118 inline CellOutput&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
123 bool m_cellArnHasBeenSet =
false;
126 bool m_cellNameHasBeenSet =
false;
129 bool m_cellsHasBeenSet =
false;
132 bool m_parentReadinessScopesHasBeenSet =
false;
135 bool m_tagsHasBeenSet =
false;
CellOutput & WithParentReadinessScopes(const Aws::Vector< Aws::String > &value)
void SetParentReadinessScopes(const Aws::Vector< Aws::String > &value)
void SetCellArn(Aws::String &&value)
bool TagsHasBeenSet() const
bool CellArnHasBeenSet() const
void SetCellArn(const Aws::String &value)
AWS_ROUTE53RECOVERYREADINESS_API CellOutput(Aws::Utils::Json::JsonView jsonValue)
CellOutput & WithParentReadinessScopes(Aws::Vector< Aws::String > &&value)
bool CellsHasBeenSet() const
CellOutput & AddTags(Aws::String &&key, const char *value)
CellOutput & AddParentReadinessScopes(const Aws::String &value)
AWS_ROUTE53RECOVERYREADINESS_API CellOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
CellOutput & AddTags(const char *key, Aws::String &&value)
CellOutput & AddCells(const Aws::String &value)
bool CellNameHasBeenSet() const
const Aws::String & GetCellArn() const
const Aws::Vector< Aws::String > & GetCells() const
CellOutput & WithCellArn(const Aws::String &value)
CellOutput & AddParentReadinessScopes(const char *value)
void SetCellName(const char *value)
CellOutput & WithCells(Aws::Vector< Aws::String > &&value)
CellOutput & WithCellName(const char *value)
bool ParentReadinessScopesHasBeenSet() const
void SetParentReadinessScopes(Aws::Vector< Aws::String > &&value)
AWS_ROUTE53RECOVERYREADINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCellName(const Aws::String &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetCells(Aws::Vector< Aws::String > &&value)
CellOutput & AddCells(const char *value)
CellOutput & AddTags(Aws::String &&key, Aws::String &&value)
CellOutput & AddParentReadinessScopes(Aws::String &&value)
CellOutput & AddTags(const char *key, const char *value)
CellOutput & AddTags(Aws::String &&key, const Aws::String &value)
CellOutput & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
CellOutput & WithCells(const Aws::Vector< Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CellOutput & WithCellName(Aws::String &&value)
const Aws::String & GetCellName() const
CellOutput & WithCellArn(Aws::String &&value)
AWS_ROUTE53RECOVERYREADINESS_API CellOutput()
CellOutput & AddTags(const Aws::String &key, const Aws::String &value)
CellOutput & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetCellName(Aws::String &&value)
CellOutput & WithCellArn(const char *value)
void SetCells(const Aws::Vector< Aws::String > &value)
CellOutput & AddCells(Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetCellArn(const char *value)
CellOutput & WithCellName(const Aws::String &value)
const Aws::Vector< Aws::String > & GetParentReadinessScopes() const
CellOutput & AddTags(const Aws::String &key, Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue