7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
49 template<
typename EmbedUrlT = Aws::String>
50 void SetEmbedUrl(EmbedUrlT&& value) { m_embedUrlHasBeenSet =
true; m_embedUrl = std::forward<EmbedUrlT>(value); }
51 template<
typename EmbedUrlT = Aws::String>
60 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_embedUrlHasBeenSet =
false;
78 bool m_statusHasBeenSet =
false;
81 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