/**
* 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 AND
* logic. You provide more than one Statement within the
* AndStatement
. See Also:
AWS
* API Reference
The statements to combine with AND logic. You can use any statements that can * be nested.
*/ inline const Aws::VectorThe statements to combine with AND logic. You can use any statements that can * be nested.
*/ inline bool StatementsHasBeenSet() const { return m_statementsHasBeenSet; } /** *The statements to combine with AND logic. You can use any statements that can * be nested.
*/ inline void SetStatements(const Aws::VectorThe statements to combine with AND logic. You can use any statements that can * be nested.
*/ inline void SetStatements(Aws::VectorThe statements to combine with AND logic. You can use any statements that can * be nested.
*/ inline AndStatement& WithStatements(const Aws::VectorThe statements to combine with AND logic. You can use any statements that can * be nested.
*/ inline AndStatement& WithStatements(Aws::VectorThe statements to combine with AND logic. You can use any statements that can * be nested.
*/ inline AndStatement& AddStatements(const Statement& value) { m_statementsHasBeenSet = true; m_statements.push_back(value); return *this; } /** *The statements to combine with AND logic. You can use any statements that can * be nested.
*/ inline AndStatement& AddStatements(Statement&& value) { m_statementsHasBeenSet = true; m_statements.push_back(std::move(value)); return *this; } private: Aws::Vector