AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
GetSessionEmbedUrlResult.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 {
24 public:
25 AWS_QUICKSIGHT_API GetSessionEmbedUrlResult() = default;
28
30
36 inline const Aws::String& GetEmbedUrl() const { return m_embedUrl; }
37 template <typename EmbedUrlT = Aws::String>
38 void SetEmbedUrl(EmbedUrlT&& value) {
39 m_embedUrlHasBeenSet = true;
40 m_embedUrl = std::forward<EmbedUrlT>(value);
41 }
42 template <typename EmbedUrlT = Aws::String>
44 SetEmbedUrl(std::forward<EmbedUrlT>(value));
45 return *this;
46 }
48
50
53 inline int GetStatus() const { return m_status; }
54 inline void SetStatus(int value) {
55 m_statusHasBeenSet = true;
56 m_status = value;
57 }
59 SetStatus(value);
60 return *this;
61 }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template <typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) {
69 m_requestIdHasBeenSet = true;
70 m_requestId = std::forward<RequestIdT>(value);
71 }
72 template <typename RequestIdT = Aws::String>
74 SetRequestId(std::forward<RequestIdT>(value));
75 return *this;
76 }
78 private:
79 Aws::String m_embedUrl;
80
81 int m_status{0};
82
83 Aws::String m_requestId;
84 bool m_embedUrlHasBeenSet = false;
85 bool m_statusHasBeenSet = false;
86 bool m_requestIdHasBeenSet = false;
87};
88
89} // namespace Model
90} // namespace QuickSight
91} // namespace Aws
AWS_QUICKSIGHT_API GetSessionEmbedUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSessionEmbedUrlResult & WithEmbedUrl(EmbedUrlT &&value)
AWS_QUICKSIGHT_API GetSessionEmbedUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API GetSessionEmbedUrlResult()=default
GetSessionEmbedUrlResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue