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;
44 template <
typename EmbedUrlT = Aws::String>
46 m_embedUrlHasBeenSet =
true;
47 m_embedUrl = std::forward<EmbedUrlT>(value);
49 template <
typename EmbedUrlT = Aws::String>
62 m_statusHasBeenSet =
true;
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
94 bool m_embedUrlHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
AWS_QUICKSIGHT_API GetDashboardEmbedUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API GetDashboardEmbedUrlResult()=default
void SetEmbedUrl(EmbedUrlT &&value)
AWS_QUICKSIGHT_API GetDashboardEmbedUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDashboardEmbedUrlResult & WithEmbedUrl(EmbedUrlT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetEmbedUrl() const
void SetStatus(int value)
GetDashboardEmbedUrlResult & WithStatus(int value)
GetDashboardEmbedUrlResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue