/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The scope of the cell for conditional formatting.See Also:
* AWS
* API Reference
The role (field, field total, grand total) of the cell for conditional * formatting.
*/ inline const PivotTableConditionalFormattingScopeRole& GetRole() const{ return m_role; } /** *The role (field, field total, grand total) of the cell for conditional * formatting.
*/ inline bool RoleHasBeenSet() const { return m_roleHasBeenSet; } /** *The role (field, field total, grand total) of the cell for conditional * formatting.
*/ inline void SetRole(const PivotTableConditionalFormattingScopeRole& value) { m_roleHasBeenSet = true; m_role = value; } /** *The role (field, field total, grand total) of the cell for conditional * formatting.
*/ inline void SetRole(PivotTableConditionalFormattingScopeRole&& value) { m_roleHasBeenSet = true; m_role = std::move(value); } /** *The role (field, field total, grand total) of the cell for conditional * formatting.
*/ inline PivotTableConditionalFormattingScope& WithRole(const PivotTableConditionalFormattingScopeRole& value) { SetRole(value); return *this;} /** *The role (field, field total, grand total) of the cell for conditional * formatting.
*/ inline PivotTableConditionalFormattingScope& WithRole(PivotTableConditionalFormattingScopeRole&& value) { SetRole(std::move(value)); return *this;} private: PivotTableConditionalFormattingScopeRole m_role; bool m_roleHasBeenSet = false; }; } // namespace Model } // namespace QuickSight } // namespace Aws