/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A logical rule statement used to combine other rule statements with OR logic.
* You provide more than one Statement within the OrStatement
.
* See Also:
AWS
* API Reference
The statements to combine with OR logic. You can use any statements that can * be nested.
*/ inline const Aws::VectorThe statements to combine with OR logic. You can use any statements that can * be nested.
*/ inline bool StatementsHasBeenSet() const { return m_statementsHasBeenSet; } /** *The statements to combine with OR logic. You can use any statements that can * be nested.
*/ inline void SetStatements(const Aws::VectorThe statements to combine with OR logic. You can use any statements that can * be nested.
*/ inline void SetStatements(Aws::VectorThe statements to combine with OR logic. You can use any statements that can * be nested.
*/ inline OrStatement& WithStatements(const Aws::VectorThe statements to combine with OR logic. You can use any statements that can * be nested.
*/ inline OrStatement& WithStatements(Aws::VectorThe statements to combine with OR logic. You can use any statements that can * be nested.
*/ inline OrStatement& AddStatements(const Statement& value) { m_statementsHasBeenSet = true; m_statements.push_back(value); return *this; } /** *The statements to combine with OR logic. You can use any statements that can * be nested.
*/ inline OrStatement& AddStatements(Statement&& value) { m_statementsHasBeenSet = true; m_statements.push_back(std::move(value)); return *this; } private: Aws::Vector