7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticmapreduce/model/NotebookExecutionStatus.h>
11#include <aws/core/utils/DateTime.h>
45 template<
typename EditorIdT = Aws::String>
46 void SetEditorId(EditorIdT&& value) { m_editorIdHasBeenSet =
true; m_editorId = std::forward<EditorIdT>(value); }
47 template<
typename EditorIdT = Aws::String>
84 template<
typename FromT = Aws::Utils::DateTime>
85 void SetFrom(FromT&& value) { m_fromHasBeenSet =
true; m_from = std::forward<FromT>(value); }
86 template<
typename FromT = Aws::Utils::DateTime>
97 template<
typename ToT = Aws::Utils::DateTime>
98 void SetTo(ToT&& value) { m_toHasBeenSet =
true; m_to = std::forward<ToT>(value); }
99 template<
typename ToT = Aws::Utils::DateTime>
111 template<
typename MarkerT = Aws::String>
112 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
113 template<
typename MarkerT = Aws::String>
123 template<
typename ExecutionEngineIdT = Aws::String>
124 void SetExecutionEngineId(ExecutionEngineIdT&& value) { m_executionEngineIdHasBeenSet =
true; m_executionEngineId = std::forward<ExecutionEngineIdT>(value); }
125 template<
typename ExecutionEngineIdT = Aws::String>
131 bool m_editorIdHasBeenSet =
false;
134 bool m_statusHasBeenSet =
false;
137 bool m_fromHasBeenSet =
false;
140 bool m_toHasBeenSet =
false;
143 bool m_markerHasBeenSet =
false;
146 bool m_executionEngineIdHasBeenSet =
false;
void SetEditorId(EditorIdT &&value)
void SetFrom(FromT &&value)
ListNotebookExecutionsRequest & WithMarker(MarkerT &&value)
void SetStatus(NotebookExecutionStatus value)
bool ToHasBeenSet() const
ListNotebookExecutionsRequest & WithExecutionEngineId(ExecutionEngineIdT &&value)
AWS_EMR_API Aws::String SerializePayload() const override
bool StatusHasBeenSet() const
bool MarkerHasBeenSet() const
void SetExecutionEngineId(ExecutionEngineIdT &&value)
void SetMarker(MarkerT &&value)
ListNotebookExecutionsRequest & WithEditorId(EditorIdT &&value)
const Aws::String & GetEditorId() const
bool EditorIdHasBeenSet() const
const Aws::String & GetMarker() const
ListNotebookExecutionsRequest & WithStatus(NotebookExecutionStatus value)
const Aws::Utils::DateTime & GetTo() const
virtual const char * GetServiceRequestName() const override
AWS_EMR_API ListNotebookExecutionsRequest()=default
NotebookExecutionStatus GetStatus() const
const Aws::Utils::DateTime & GetFrom() const
const Aws::String & GetExecutionEngineId() const
bool ExecutionEngineIdHasBeenSet() const
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListNotebookExecutionsRequest & WithFrom(FromT &&value)
bool FromHasBeenSet() const
ListNotebookExecutionsRequest & WithTo(ToT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String