7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
37 template <
typename EmbedUrlT = Aws::String>
39 m_embedUrlHasBeenSet =
true;
40 m_embedUrl = std::forward<EmbedUrlT>(value);
42 template <
typename EmbedUrlT = Aws::String>
55 m_statusHasBeenSet =
true;
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_embedUrlHasBeenSet =
false;
85 bool m_statusHasBeenSet =
false;
86 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
GetSessionEmbedUrlResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue