7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/URLTargetConfiguration.h>
9#include <aws/quicksight/model/TableFieldLinkContentConfiguration.h>
58 template<
typename ContentT = TableFieldLinkContentConfiguration>
59 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
60 template<
typename ContentT = TableFieldLinkContentConfiguration>
66 bool m_targetHasBeenSet =
false;
68 TableFieldLinkContentConfiguration m_content;
69 bool m_contentHasBeenSet =
false;
AWS_QUICKSIGHT_API TableFieldLinkConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
void SetContent(ContentT &&value)
AWS_QUICKSIGHT_API TableFieldLinkConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TableFieldLinkConfiguration()=default
TableFieldLinkConfiguration & WithContent(ContentT &&value)
URLTargetConfiguration GetTarget() const
const TableFieldLinkContentConfiguration & GetContent() const
bool TargetHasBeenSet() const
void SetTarget(URLTargetConfiguration value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TableFieldLinkConfiguration & WithTarget(URLTargetConfiguration value)
Aws::Utils::Json::JsonValue JsonValue