7#include <aws/core/utils/DateTime.h>
8#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
19namespace NeptuneGraph {
41 template <
typename StartTimeT = Aws::Utils::DateTime>
43 m_startTimeHasBeenSet =
true;
44 m_startTime = std::forward<StartTimeT>(value);
46 template <
typename StartTimeT = Aws::Utils::DateTime>
60 m_timeElapsedSecondsHasBeenSet =
true;
61 m_timeElapsedSeconds = value;
76 m_progressPercentageHasBeenSet =
true;
77 m_progressPercentage = value;
92 m_numVerticesWrittenHasBeenSet =
true;
93 m_numVerticesWritten = value;
108 m_numEdgesWrittenHasBeenSet =
true;
109 m_numEdgesWritten = value;
119 long long m_timeElapsedSeconds{0};
121 int m_progressPercentage{0};
123 long long m_numVerticesWritten{0};
125 long long m_numEdgesWritten{0};
126 bool m_startTimeHasBeenSet =
false;
127 bool m_timeElapsedSecondsHasBeenSet =
false;
128 bool m_progressPercentageHasBeenSet =
false;
129 bool m_numVerticesWrittenHasBeenSet =
false;
130 bool m_numEdgesWrittenHasBeenSet =
false;
long long GetNumEdgesWritten() const
void SetProgressPercentage(int value)
ExportTaskDetails & WithTimeElapsedSeconds(long long value)
ExportTaskDetails & WithNumEdgesWritten(long long value)
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNumEdgesWritten(long long value)
AWS_NEPTUNEGRAPH_API ExportTaskDetails()=default
void SetStartTime(StartTimeT &&value)
bool StartTimeHasBeenSet() const
bool NumEdgesWrittenHasBeenSet() const
long long GetTimeElapsedSeconds() const
void SetNumVerticesWritten(long long value)
void SetTimeElapsedSeconds(long long value)
const Aws::Utils::DateTime & GetStartTime() const
ExportTaskDetails & WithStartTime(StartTimeT &&value)
int GetProgressPercentage() const
ExportTaskDetails & WithNumVerticesWritten(long long value)
long long GetNumVerticesWritten() const
AWS_NEPTUNEGRAPH_API ExportTaskDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportTaskDetails & WithProgressPercentage(int value)
AWS_NEPTUNEGRAPH_API ExportTaskDetails(Aws::Utils::Json::JsonView jsonValue)
bool NumVerticesWrittenHasBeenSet() const
bool ProgressPercentageHasBeenSet() const
bool TimeElapsedSecondsHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue