7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/quicksight/model/VisualCustomAction.h>
55 inline void SetVisualId(
const char* value) { m_visualIdHasBeenSet =
true; m_visualId.assign(value); }
70 inline void SetDataSetIdentifier(
const char* value) { m_dataSetIdentifierHasBeenSet =
true; m_dataSetIdentifier.assign(value); }
92 bool m_visualIdHasBeenSet =
false;
95 bool m_dataSetIdentifierHasBeenSet =
false;
98 bool m_actionsHasBeenSet =
false;
AWS_QUICKSIGHT_API EmptyVisual(Aws::Utils::Json::JsonView jsonValue)
EmptyVisual & AddActions(VisualCustomAction &&value)
void SetVisualId(const char *value)
EmptyVisual & WithActions(Aws::Vector< VisualCustomAction > &&value)
bool VisualIdHasBeenSet() const
EmptyVisual & WithDataSetIdentifier(Aws::String &&value)
EmptyVisual & WithVisualId(Aws::String &&value)
const Aws::Vector< VisualCustomAction > & GetActions() const
void SetVisualId(Aws::String &&value)
EmptyVisual & WithDataSetIdentifier(const char *value)
EmptyVisual & WithActions(const Aws::Vector< VisualCustomAction > &value)
void SetActions(Aws::Vector< VisualCustomAction > &&value)
EmptyVisual & WithVisualId(const Aws::String &value)
bool ActionsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
EmptyVisual & WithDataSetIdentifier(const Aws::String &value)
void SetDataSetIdentifier(Aws::String &&value)
EmptyVisual & WithVisualId(const char *value)
AWS_QUICKSIGHT_API EmptyVisual & operator=(Aws::Utils::Json::JsonView jsonValue)
EmptyVisual & AddActions(const VisualCustomAction &value)
AWS_QUICKSIGHT_API EmptyVisual()
void SetDataSetIdentifier(const char *value)
void SetDataSetIdentifier(const Aws::String &value)
const Aws::String & GetDataSetIdentifier() const
void SetActions(const Aws::Vector< VisualCustomAction > &value)
const Aws::String & GetVisualId() const
void SetVisualId(const Aws::String &value)
bool DataSetIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue