7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
38 template <
typename EmbedUrlT = Aws::String>
40 m_embedUrlHasBeenSet =
true;
41 m_embedUrl = std::forward<EmbedUrlT>(value);
43 template <
typename EmbedUrlT = Aws::String>
56 m_statusHasBeenSet =
true;
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
88 bool m_embedUrlHasBeenSet =
false;
89 bool m_statusHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
void SetStatus(int value)
AWS_QUICKSIGHT_API GetSessionEmbedUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSessionEmbedUrlResult & WithEmbedUrl(EmbedUrlT &&value)
void SetRequestId(RequestIdT &&value)
void SetEmbedUrl(EmbedUrlT &&value)
const Aws::String & GetEmbedUrl() const
const Aws::String & GetRequestId() const
GetSessionEmbedUrlResult & WithStatus(int 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