7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TextConditionalFormat.h>
10#include <aws/quicksight/model/PivotTableConditionalFormattingScope.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename FieldIdT = Aws::String>
51 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
52 template<
typename FieldIdT = Aws::String>
62 template<
typename TextFormatT = TextConditionalFormat>
63 void SetTextFormat(TextFormatT&& value) { m_textFormatHasBeenSet =
true; m_textFormat = std::forward<TextFormatT>(value); }
64 template<
typename TextFormatT = TextConditionalFormat>
74 template<
typename ScopeT = PivotTableConditionalFormattingScope>
75 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
76 template<
typename ScopeT = PivotTableConditionalFormattingScope>
86 template<
typename ScopesT = Aws::Vector<PivotTableConditionalFormattingScope>>
87 void SetScopes(ScopesT&& value) { m_scopesHasBeenSet =
true; m_scopes = std::forward<ScopesT>(value); }
88 template<
typename ScopesT = Aws::Vector<PivotTableConditionalFormattingScope>>
90 template<
typename ScopesT = PivotTableConditionalFormattingScope>
96 bool m_fieldIdHasBeenSet =
false;
99 bool m_textFormatHasBeenSet =
false;
102 bool m_scopeHasBeenSet =
false;
105 bool m_scopesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue