AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
GetDashboardEmbedUrlResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight {
22namespace Model {
30 public:
31 AWS_QUICKSIGHT_API GetDashboardEmbedUrlResult() = default;
34
36
42 inline const Aws::String& GetEmbedUrl() const { return m_embedUrl; }
43 template <typename EmbedUrlT = Aws::String>
44 void SetEmbedUrl(EmbedUrlT&& value) {
45 m_embedUrlHasBeenSet = true;
46 m_embedUrl = std::forward<EmbedUrlT>(value);
47 }
48 template <typename EmbedUrlT = Aws::String>
50 SetEmbedUrl(std::forward<EmbedUrlT>(value));
51 return *this;
52 }
54
56
59 inline int GetStatus() const { return m_status; }
60 inline void SetStatus(int value) {
61 m_statusHasBeenSet = true;
62 m_status = value;
63 }
65 SetStatus(value);
66 return *this;
67 }
69
71
72 inline const Aws::String& GetRequestId() const { return m_requestId; }
73 template <typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) {
75 m_requestIdHasBeenSet = true;
76 m_requestId = std::forward<RequestIdT>(value);
77 }
78 template <typename RequestIdT = Aws::String>
80 SetRequestId(std::forward<RequestIdT>(value));
81 return *this;
82 }
84 private:
85 Aws::String m_embedUrl;
86
87 int m_status{0};
88
89 Aws::String m_requestId;
90 bool m_embedUrlHasBeenSet = false;
91 bool m_statusHasBeenSet = false;
92 bool m_requestIdHasBeenSet = false;
93};
94
95} // namespace Model
96} // namespace QuickSight
97} // namespace Aws
AWS_QUICKSIGHT_API GetDashboardEmbedUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API GetDashboardEmbedUrlResult()=default
AWS_QUICKSIGHT_API GetDashboardEmbedUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDashboardEmbedUrlResult & WithEmbedUrl(EmbedUrlT &&value)
GetDashboardEmbedUrlResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue