7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/URLTargetConfiguration.h>
48 template<
typename URLTemplateT = Aws::String>
49 void SetURLTemplate(URLTemplateT&& value) { m_uRLTemplateHasBeenSet =
true; m_uRLTemplate = std::forward<URLTemplateT>(value); }
50 template<
typename URLTemplateT = Aws::String>
70 bool m_uRLTemplateHasBeenSet =
false;
73 bool m_uRLTargetHasBeenSet =
false;
bool URLTargetHasBeenSet() const
URLTargetConfiguration GetURLTarget() const
const Aws::String & GetURLTemplate() const
void SetURLTarget(URLTargetConfiguration value)
bool URLTemplateHasBeenSet() const
AWS_QUICKSIGHT_API CustomActionURLOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetURLTemplate(URLTemplateT &&value)
CustomActionURLOperation & WithURLTemplate(URLTemplateT &&value)
AWS_QUICKSIGHT_API CustomActionURLOperation(Aws::Utils::Json::JsonView jsonValue)
CustomActionURLOperation & WithURLTarget(URLTargetConfiguration value)
AWS_QUICKSIGHT_API CustomActionURLOperation()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue