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;
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
53 template <
typename SnapshotJobIdT = Aws::String>
55 m_snapshotJobIdHasBeenSet =
true;
56 m_snapshotJobId = std::forward<SnapshotJobIdT>(value);
58 template <
typename SnapshotJobIdT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
86 m_statusHasBeenSet =
true;
105 bool m_arnHasBeenSet =
false;
106 bool m_snapshotJobIdHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
108 bool m_statusHasBeenSet =
false;
StartDashboardSnapshotJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
const Aws::String & GetSnapshotJobId() const
AWS_QUICKSIGHT_API StartDashboardSnapshotJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetStatus(int value)
StartDashboardSnapshotJobResult & WithArn(ArnT &&value)
AWS_QUICKSIGHT_API StartDashboardSnapshotJobResult()=default
AWS_QUICKSIGHT_API StartDashboardSnapshotJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSnapshotJobId(SnapshotJobIdT &&value)
void SetArn(ArnT &&value)
StartDashboardSnapshotJobResult & WithStatus(int value)
StartDashboardSnapshotJobResult & WithSnapshotJobId(SnapshotJobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue