/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Name of a recovery group.See Also:
AWS
* API Reference
A list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline const Aws::VectorA list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline bool CellsHasBeenSet() const { return m_cellsHasBeenSet; } /** *A list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline void SetCells(const Aws::VectorA list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline void SetCells(Aws::VectorA list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline UpdateRecoveryGroupRequest& WithCells(const Aws::VectorA list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline UpdateRecoveryGroupRequest& WithCells(Aws::VectorA list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline UpdateRecoveryGroupRequest& AddCells(const Aws::String& value) { m_cellsHasBeenSet = true; m_cells.push_back(value); return *this; } /** *A list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline UpdateRecoveryGroupRequest& AddCells(Aws::String&& value) { m_cellsHasBeenSet = true; m_cells.push_back(std::move(value)); return *this; } /** *A list of cell Amazon Resource Names (ARNs). This list completely replaces * the previous list.
*/ inline UpdateRecoveryGroupRequest& AddCells(const char* value) { m_cellsHasBeenSet = true; m_cells.push_back(value); return *this; } /** *The name of a recovery group.
*/ inline const Aws::String& GetRecoveryGroupName() const{ return m_recoveryGroupName; } /** *The name of a recovery group.
*/ inline bool RecoveryGroupNameHasBeenSet() const { return m_recoveryGroupNameHasBeenSet; } /** *The name of a recovery group.
*/ inline void SetRecoveryGroupName(const Aws::String& value) { m_recoveryGroupNameHasBeenSet = true; m_recoveryGroupName = value; } /** *The name of a recovery group.
*/ inline void SetRecoveryGroupName(Aws::String&& value) { m_recoveryGroupNameHasBeenSet = true; m_recoveryGroupName = std::move(value); } /** *The name of a recovery group.
*/ inline void SetRecoveryGroupName(const char* value) { m_recoveryGroupNameHasBeenSet = true; m_recoveryGroupName.assign(value); } /** *The name of a recovery group.
*/ inline UpdateRecoveryGroupRequest& WithRecoveryGroupName(const Aws::String& value) { SetRecoveryGroupName(value); return *this;} /** *The name of a recovery group.
*/ inline UpdateRecoveryGroupRequest& WithRecoveryGroupName(Aws::String&& value) { SetRecoveryGroupName(std::move(value)); return *this;} /** *The name of a recovery group.
*/ inline UpdateRecoveryGroupRequest& WithRecoveryGroupName(const char* value) { SetRecoveryGroupName(value); return *this;} private: Aws::Vector