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