7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FieldNameT = Aws::String>
48 void SetFieldName(FieldNameT&& value) { m_fieldNameHasBeenSet =
true; m_fieldName = std::forward<FieldNameT>(value); }
49 template<
typename FieldNameT = Aws::String>
55 bool m_fieldNameHasBeenSet =
false;
AWS_QUICKSIGHT_API ContributionAnalysisFactor()=default
ContributionAnalysisFactor & WithFieldName(FieldNameT &&value)
AWS_QUICKSIGHT_API ContributionAnalysisFactor(Aws::Utils::Json::JsonView jsonValue)
bool FieldNameHasBeenSet() const
AWS_QUICKSIGHT_API ContributionAnalysisFactor & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFieldName() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFieldName(FieldNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue