/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The filter that is applied to the options.See Also:
AWS
* API Reference
The selected sheet that the filter is applied to.
*/ inline const Aws::String& GetSheetId() const{ return m_sheetId; } /** *The selected sheet that the filter is applied to.
*/ inline bool SheetIdHasBeenSet() const { return m_sheetIdHasBeenSet; } /** *The selected sheet that the filter is applied to.
*/ inline void SetSheetId(const Aws::String& value) { m_sheetIdHasBeenSet = true; m_sheetId = value; } /** *The selected sheet that the filter is applied to.
*/ inline void SetSheetId(Aws::String&& value) { m_sheetIdHasBeenSet = true; m_sheetId = std::move(value); } /** *The selected sheet that the filter is applied to.
*/ inline void SetSheetId(const char* value) { m_sheetIdHasBeenSet = true; m_sheetId.assign(value); } /** *The selected sheet that the filter is applied to.
*/ inline SheetVisualScopingConfiguration& WithSheetId(const Aws::String& value) { SetSheetId(value); return *this;} /** *The selected sheet that the filter is applied to.
*/ inline SheetVisualScopingConfiguration& WithSheetId(Aws::String&& value) { SetSheetId(std::move(value)); return *this;} /** *The selected sheet that the filter is applied to.
*/ inline SheetVisualScopingConfiguration& WithSheetId(const char* value) { SetSheetId(value); return *this;} /** *The scope of the applied entities. Choose one of the following options:
* ALL_VISUALS
* SELECTED_VISUALS
The scope of the applied entities. Choose one of the following options:
* ALL_VISUALS
* SELECTED_VISUALS
The scope of the applied entities. Choose one of the following options:
* ALL_VISUALS
* SELECTED_VISUALS
The scope of the applied entities. Choose one of the following options:
* ALL_VISUALS
* SELECTED_VISUALS
The scope of the applied entities. Choose one of the following options:
* ALL_VISUALS
* SELECTED_VISUALS
The scope of the applied entities. Choose one of the following options:
* ALL_VISUALS
* SELECTED_VISUALS
The selected visuals that the filter is applied to.
*/ inline const Aws::VectorThe selected visuals that the filter is applied to.
*/ inline bool VisualIdsHasBeenSet() const { return m_visualIdsHasBeenSet; } /** *The selected visuals that the filter is applied to.
*/ inline void SetVisualIds(const Aws::VectorThe selected visuals that the filter is applied to.
*/ inline void SetVisualIds(Aws::VectorThe selected visuals that the filter is applied to.
*/ inline SheetVisualScopingConfiguration& WithVisualIds(const Aws::VectorThe selected visuals that the filter is applied to.
*/ inline SheetVisualScopingConfiguration& WithVisualIds(Aws::VectorThe selected visuals that the filter is applied to.
*/ inline SheetVisualScopingConfiguration& AddVisualIds(const Aws::String& value) { m_visualIdsHasBeenSet = true; m_visualIds.push_back(value); return *this; } /** *The selected visuals that the filter is applied to.
*/ inline SheetVisualScopingConfiguration& AddVisualIds(Aws::String&& value) { m_visualIdsHasBeenSet = true; m_visualIds.push_back(std::move(value)); return *this; } /** *The selected visuals that the filter is applied to.
*/ inline SheetVisualScopingConfiguration& AddVisualIds(const char* value) { m_visualIdsHasBeenSet = true; m_visualIds.push_back(value); return *this; } private: Aws::String m_sheetId; bool m_sheetIdHasBeenSet = false; FilterVisualScope m_scope; bool m_scopeHasBeenSet = false; Aws::Vector