AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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() = default;
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 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>
51 CustomActionURLOperation& WithURLTemplate(URLTemplateT&& value) { SetURLTemplate(std::forward<URLTemplateT>(value)); return *this;}
53
55
62 inline URLTargetConfiguration GetURLTarget() const { return m_uRLTarget; }
63 inline bool URLTargetHasBeenSet() const { return m_uRLTargetHasBeenSet; }
64 inline void SetURLTarget(URLTargetConfiguration value) { m_uRLTargetHasBeenSet = true; m_uRLTarget = value; }
67 private:
68
69 Aws::String m_uRLTemplate;
70 bool m_uRLTemplateHasBeenSet = false;
71
73 bool m_uRLTargetHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace QuickSight
78} // namespace Aws
AWS_QUICKSIGHT_API CustomActionURLOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
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