AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SheetVisualScopingConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/FilterVisualScope.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace QuickSight
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_QUICKSIGHT_API SheetVisualScopingConfiguration();
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetSheetId() const{ return m_sheetId; }
47 inline bool SheetIdHasBeenSet() const { return m_sheetIdHasBeenSet; }
48 inline void SetSheetId(const Aws::String& value) { m_sheetIdHasBeenSet = true; m_sheetId = value; }
49 inline void SetSheetId(Aws::String&& value) { m_sheetIdHasBeenSet = true; m_sheetId = std::move(value); }
50 inline void SetSheetId(const char* value) { m_sheetIdHasBeenSet = true; m_sheetId.assign(value); }
51 inline SheetVisualScopingConfiguration& WithSheetId(const Aws::String& value) { SetSheetId(value); return *this;}
52 inline SheetVisualScopingConfiguration& WithSheetId(Aws::String&& value) { SetSheetId(std::move(value)); return *this;}
53 inline SheetVisualScopingConfiguration& WithSheetId(const char* value) { SetSheetId(value); return *this;}
55
57
62 inline const FilterVisualScope& GetScope() const{ return m_scope; }
63 inline bool ScopeHasBeenSet() const { return m_scopeHasBeenSet; }
64 inline void SetScope(const FilterVisualScope& value) { m_scopeHasBeenSet = true; m_scope = value; }
65 inline void SetScope(FilterVisualScope&& value) { m_scopeHasBeenSet = true; m_scope = std::move(value); }
66 inline SheetVisualScopingConfiguration& WithScope(const FilterVisualScope& value) { SetScope(value); return *this;}
67 inline SheetVisualScopingConfiguration& WithScope(FilterVisualScope&& value) { SetScope(std::move(value)); return *this;}
69
71
74 inline const Aws::Vector<Aws::String>& GetVisualIds() const{ return m_visualIds; }
75 inline bool VisualIdsHasBeenSet() const { return m_visualIdsHasBeenSet; }
76 inline void SetVisualIds(const Aws::Vector<Aws::String>& value) { m_visualIdsHasBeenSet = true; m_visualIds = value; }
77 inline void SetVisualIds(Aws::Vector<Aws::String>&& value) { m_visualIdsHasBeenSet = true; m_visualIds = std::move(value); }
79 inline SheetVisualScopingConfiguration& WithVisualIds(Aws::Vector<Aws::String>&& value) { SetVisualIds(std::move(value)); return *this;}
80 inline SheetVisualScopingConfiguration& AddVisualIds(const Aws::String& value) { m_visualIdsHasBeenSet = true; m_visualIds.push_back(value); return *this; }
81 inline SheetVisualScopingConfiguration& AddVisualIds(Aws::String&& value) { m_visualIdsHasBeenSet = true; m_visualIds.push_back(std::move(value)); return *this; }
82 inline SheetVisualScopingConfiguration& AddVisualIds(const char* value) { m_visualIdsHasBeenSet = true; m_visualIds.push_back(value); return *this; }
84 private:
85
86 Aws::String m_sheetId;
87 bool m_sheetIdHasBeenSet = false;
88
89 FilterVisualScope m_scope;
90 bool m_scopeHasBeenSet = false;
91
92 Aws::Vector<Aws::String> m_visualIds;
93 bool m_visualIdsHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace QuickSight
98} // namespace Aws
SheetVisualScopingConfiguration & WithScope(FilterVisualScope &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SheetVisualScopingConfiguration & WithVisualIds(Aws::Vector< Aws::String > &&value)
SheetVisualScopingConfiguration & WithSheetId(const char *value)
SheetVisualScopingConfiguration & AddVisualIds(const Aws::String &value)
SheetVisualScopingConfiguration & WithScope(const FilterVisualScope &value)
SheetVisualScopingConfiguration & WithSheetId(Aws::String &&value)
SheetVisualScopingConfiguration & WithSheetId(const Aws::String &value)
SheetVisualScopingConfiguration & AddVisualIds(Aws::String &&value)
AWS_QUICKSIGHT_API SheetVisualScopingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SheetVisualScopingConfiguration & AddVisualIds(const char *value)
AWS_QUICKSIGHT_API SheetVisualScopingConfiguration(Aws::Utils::Json::JsonView jsonValue)
SheetVisualScopingConfiguration & WithVisualIds(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue