7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/NotebookRunStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IdT = Aws::String>
38 m_idHasBeenSet =
true;
39 m_id = std::forward<IdT>(value);
41 template <
typename IdT = Aws::String>
43 SetId(std::forward<IdT>(value));
53 template <
typename DomainIdT = Aws::String>
55 m_domainIdHasBeenSet =
true;
56 m_domainId = std::forward<DomainIdT>(value);
58 template <
typename DomainIdT = Aws::String>
70 template <
typename OwningProjectIdT = Aws::String>
72 m_owningProjectIdHasBeenSet =
true;
73 m_owningProjectId = std::forward<OwningProjectIdT>(value);
75 template <
typename OwningProjectIdT = Aws::String>
88 m_statusHasBeenSet =
true;
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
124 bool m_idHasBeenSet =
false;
125 bool m_domainIdHasBeenSet =
false;
126 bool m_owningProjectIdHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
128 bool m_requestIdHasBeenSet =
false;
AWS_DATAZONE_API StopNotebookRunResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetId() const
const Aws::String & GetRequestId() const
StopNotebookRunResult & WithDomainId(DomainIdT &&value)
NotebookRunStatus GetStatus() const
StopNotebookRunResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetDomainId() const
void SetOwningProjectId(OwningProjectIdT &&value)
StopNotebookRunResult & WithId(IdT &&value)
StopNotebookRunResult & WithStatus(NotebookRunStatus value)
AWS_DATAZONE_API StopNotebookRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(NotebookRunStatus value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetOwningProjectId() const
void SetDomainId(DomainIdT &&value)
StopNotebookRunResult & WithOwningProjectId(OwningProjectIdT &&value)
AWS_DATAZONE_API StopNotebookRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue