AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CustomActionURLOperation.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/URLTargetConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QUICKSIGHT_API CustomActionURLOperation();
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetURLTemplate() const{ return m_uRLTemplate; }
47 inline bool URLTemplateHasBeenSet() const { return m_uRLTemplateHasBeenSet; }
48 inline void SetURLTemplate(const Aws::String& value) { m_uRLTemplateHasBeenSet = true; m_uRLTemplate = value; }
49 inline void SetURLTemplate(Aws::String&& value) { m_uRLTemplateHasBeenSet = true; m_uRLTemplate = std::move(value); }
50 inline void SetURLTemplate(const char* value) { m_uRLTemplateHasBeenSet = true; m_uRLTemplate.assign(value); }
51 inline CustomActionURLOperation& WithURLTemplate(const Aws::String& value) { SetURLTemplate(value); return *this;}
52 inline CustomActionURLOperation& WithURLTemplate(Aws::String&& value) { SetURLTemplate(std::move(value)); return *this;}
53 inline CustomActionURLOperation& WithURLTemplate(const char* value) { SetURLTemplate(value); return *this;}
55
57
64 inline const URLTargetConfiguration& GetURLTarget() const{ return m_uRLTarget; }
65 inline bool URLTargetHasBeenSet() const { return m_uRLTargetHasBeenSet; }
66 inline void SetURLTarget(const URLTargetConfiguration& value) { m_uRLTargetHasBeenSet = true; m_uRLTarget = value; }
67 inline void SetURLTarget(URLTargetConfiguration&& value) { m_uRLTargetHasBeenSet = true; m_uRLTarget = std::move(value); }
68 inline CustomActionURLOperation& WithURLTarget(const URLTargetConfiguration& value) { SetURLTarget(value); return *this;}
69 inline CustomActionURLOperation& WithURLTarget(URLTargetConfiguration&& value) { SetURLTarget(std::move(value)); return *this;}
71 private:
72
73 Aws::String m_uRLTemplate;
74 bool m_uRLTemplateHasBeenSet = false;
75
76 URLTargetConfiguration m_uRLTarget;
77 bool m_uRLTargetHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace QuickSight
82} // namespace Aws
void SetURLTarget(const URLTargetConfiguration &value)
CustomActionURLOperation & WithURLTemplate(const Aws::String &value)
CustomActionURLOperation & WithURLTemplate(const char *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)
CustomActionURLOperation & WithURLTarget(URLTargetConfiguration &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const URLTargetConfiguration & GetURLTarget() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue