/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about a cell.See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) for the cell.
*/ inline const Aws::String& GetCellArn() const{ return m_cellArn; } /** *The Amazon Resource Name (ARN) for the cell.
*/ inline bool CellArnHasBeenSet() const { return m_cellArnHasBeenSet; } /** *The Amazon Resource Name (ARN) for the cell.
*/ inline void SetCellArn(const Aws::String& value) { m_cellArnHasBeenSet = true; m_cellArn = value; } /** *The Amazon Resource Name (ARN) for the cell.
*/ inline void SetCellArn(Aws::String&& value) { m_cellArnHasBeenSet = true; m_cellArn = std::move(value); } /** *The Amazon Resource Name (ARN) for the cell.
*/ inline void SetCellArn(const char* value) { m_cellArnHasBeenSet = true; m_cellArn.assign(value); } /** *The Amazon Resource Name (ARN) for the cell.
*/ inline CellOutput& WithCellArn(const Aws::String& value) { SetCellArn(value); return *this;} /** *The Amazon Resource Name (ARN) for the cell.
*/ inline CellOutput& WithCellArn(Aws::String&& value) { SetCellArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) for the cell.
*/ inline CellOutput& WithCellArn(const char* value) { SetCellArn(value); return *this;} /** *The name of the cell.
*/ inline const Aws::String& GetCellName() const{ return m_cellName; } /** *The name of the cell.
*/ inline bool CellNameHasBeenSet() const { return m_cellNameHasBeenSet; } /** *The name of the cell.
*/ inline void SetCellName(const Aws::String& value) { m_cellNameHasBeenSet = true; m_cellName = value; } /** *The name of the cell.
*/ inline void SetCellName(Aws::String&& value) { m_cellNameHasBeenSet = true; m_cellName = std::move(value); } /** *The name of the cell.
*/ inline void SetCellName(const char* value) { m_cellNameHasBeenSet = true; m_cellName.assign(value); } /** *The name of the cell.
*/ inline CellOutput& WithCellName(const Aws::String& value) { SetCellName(value); return *this;} /** *The name of the cell.
*/ inline CellOutput& WithCellName(Aws::String&& value) { SetCellName(std::move(value)); return *this;} /** *The name of the cell.
*/ inline CellOutput& WithCellName(const char* value) { SetCellName(value); return *this;} /** *A list of cell ARNs.
*/ inline const Aws::VectorA list of cell ARNs.
*/ inline bool CellsHasBeenSet() const { return m_cellsHasBeenSet; } /** *A list of cell ARNs.
*/ inline void SetCells(const Aws::VectorA list of cell ARNs.
*/ inline void SetCells(Aws::VectorA list of cell ARNs.
*/ inline CellOutput& WithCells(const Aws::VectorA list of cell ARNs.
*/ inline CellOutput& WithCells(Aws::VectorA list of cell ARNs.
*/ inline CellOutput& AddCells(const Aws::String& value) { m_cellsHasBeenSet = true; m_cells.push_back(value); return *this; } /** *A list of cell ARNs.
*/ inline CellOutput& AddCells(Aws::String&& value) { m_cellsHasBeenSet = true; m_cells.push_back(std::move(value)); return *this; } /** *A list of cell ARNs.
*/ inline CellOutput& AddCells(const char* value) { m_cellsHasBeenSet = true; m_cells.push_back(value); return *this; } /** *The readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline const Aws::VectorThe readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline bool ParentReadinessScopesHasBeenSet() const { return m_parentReadinessScopesHasBeenSet; } /** *The readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline void SetParentReadinessScopes(const Aws::VectorThe readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline void SetParentReadinessScopes(Aws::VectorThe readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline CellOutput& WithParentReadinessScopes(const Aws::VectorThe readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline CellOutput& WithParentReadinessScopes(Aws::VectorThe readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline CellOutput& AddParentReadinessScopes(const Aws::String& value) { m_parentReadinessScopesHasBeenSet = true; m_parentReadinessScopes.push_back(value); return *this; } /** *The readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline CellOutput& AddParentReadinessScopes(Aws::String&& value) { m_parentReadinessScopesHasBeenSet = true; m_parentReadinessScopes.push_back(std::move(value)); return *this; } /** *The readiness scope for the cell, which can be a cell Amazon Resource Name * (ARN) or a recovery group ARN. This is a list but currently can have only one * element.
*/ inline CellOutput& AddParentReadinessScopes(const char* value) { m_parentReadinessScopesHasBeenSet = true; m_parentReadinessScopes.push_back(value); return *this; } /** *Tags on the resources.
*/ inline const Aws::MapTags on the resources.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Tags on the resources.
*/ inline void SetTags(const Aws::MapTags on the resources.
*/ inline void SetTags(Aws::MapTags on the resources.
*/ inline CellOutput& WithTags(const Aws::MapTags on the resources.
*/ inline CellOutput& WithTags(Aws::MapTags on the resources.
*/ inline CellOutput& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** *Tags on the resources.
*/ inline CellOutput& AddTags(Aws::String&& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *Tags on the resources.
*/ inline CellOutput& AddTags(const Aws::String& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *Tags on the resources.
*/ inline CellOutput& AddTags(Aws::String&& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *Tags on the resources.
*/ inline CellOutput& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *Tags on the resources.
*/ inline CellOutput& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *Tags on the resources.
*/ inline CellOutput& AddTags(const char* key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } private: Aws::String m_cellArn; bool m_cellArnHasBeenSet = false; Aws::String m_cellName; bool m_cellNameHasBeenSet = false; Aws::Vector