AWS SDK for C++

AWS SDK for C++ Version 1.11.786

Loading...
Searching...
No Matches
GetSessionEmbedUrlResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight {
23namespace Model {
25 public:
26 AWS_QUICKSIGHT_API GetSessionEmbedUrlResult() = default;
29
31
37 inline const Aws::String& GetEmbedUrl() const { return m_embedUrl; }
38 template <typename EmbedUrlT = Aws::String>
39 void SetEmbedUrl(EmbedUrlT&& value) {
40 m_embedUrlHasBeenSet = true;
41 m_embedUrl = std::forward<EmbedUrlT>(value);
42 }
43 template <typename EmbedUrlT = Aws::String>
45 SetEmbedUrl(std::forward<EmbedUrlT>(value));
46 return *this;
47 }
49
51
54 inline int GetStatus() const { return m_status; }
55 inline void SetStatus(int value) {
56 m_statusHasBeenSet = true;
57 m_status = value;
58 }
60 SetStatus(value);
61 return *this;
62 }
64
66
67 inline const Aws::String& GetRequestId() const { return m_requestId; }
68 template <typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) {
70 m_requestIdHasBeenSet = true;
71 m_requestId = std::forward<RequestIdT>(value);
72 }
73 template <typename RequestIdT = Aws::String>
75 SetRequestId(std::forward<RequestIdT>(value));
76 return *this;
77 }
79 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
80
81 private:
82 Aws::String m_embedUrl;
83
84 int m_status{0};
85
86 Aws::String m_requestId;
87 Aws::Http::HttpResponseCode m_HttpResponseCode;
88 bool m_embedUrlHasBeenSet = false;
89 bool m_statusHasBeenSet = false;
90 bool m_requestIdHasBeenSet = false;
91};
92
93} // namespace Model
94} // namespace QuickSight
95} // 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetSessionEmbedUrlResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue