/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The DB instance identifier. This parameter is stored as a lowercase * string.
Constraints:
Must match the identifier of an * existing DBInstance.
The DB instance identifier. This parameter is stored as a lowercase * string.
Constraints:
Must match the identifier of an * existing DBInstance.
The DB instance identifier. This parameter is stored as a lowercase * string.
Constraints:
Must match the identifier of an * existing DBInstance.
The DB instance identifier. This parameter is stored as a lowercase * string.
Constraints:
Must match the identifier of an * existing DBInstance.
The DB instance identifier. This parameter is stored as a lowercase * string.
Constraints:
Must match the identifier of an * existing DBInstance.
The DB instance identifier. This parameter is stored as a lowercase * string.
Constraints:
Must match the identifier of an * existing DBInstance.
The DB instance identifier. This parameter is stored as a lowercase * string.
Constraints:
Must match the identifier of an * existing DBInstance.
The DB instance identifier. This parameter is stored as a lowercase * string.
Constraints:
Must match the identifier of an * existing DBInstance.
A value that indicates whether the reboot is conducted through a Multi-AZ * failover.
Constraint: You can't enable force failover if the instance * isn't configured for Multi-AZ.
*/ inline bool GetForceFailover() const{ return m_forceFailover; } /** *A value that indicates whether the reboot is conducted through a Multi-AZ * failover.
Constraint: You can't enable force failover if the instance * isn't configured for Multi-AZ.
*/ inline bool ForceFailoverHasBeenSet() const { return m_forceFailoverHasBeenSet; } /** *A value that indicates whether the reboot is conducted through a Multi-AZ * failover.
Constraint: You can't enable force failover if the instance * isn't configured for Multi-AZ.
*/ inline void SetForceFailover(bool value) { m_forceFailoverHasBeenSet = true; m_forceFailover = value; } /** *A value that indicates whether the reboot is conducted through a Multi-AZ * failover.
Constraint: You can't enable force failover if the instance * isn't configured for Multi-AZ.
*/ inline RebootDBInstanceRequest& WithForceFailover(bool value) { SetForceFailover(value); return *this;} private: Aws::String m_dBInstanceIdentifier; bool m_dBInstanceIdentifierHasBeenSet = false; bool m_forceFailover; bool m_forceFailoverHasBeenSet = false; }; } // namespace Model } // namespace RDS } // namespace Aws