7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
43 template <
typename EmbedUrlT = Aws::String>
45 m_embedUrlHasBeenSet =
true;
46 m_embedUrl = std::forward<EmbedUrlT>(value);
48 template <
typename EmbedUrlT = Aws::String>
61 m_statusHasBeenSet =
true;
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
90 bool m_embedUrlHasBeenSet =
false;
91 bool m_statusHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
AWS_QUICKSIGHT_API GetDashboardEmbedUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() 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