7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
73 inline void SetTimeElapsedSeconds(
long long value) { m_timeElapsedSecondsHasBeenSet =
true; m_timeElapsedSeconds = value; }
83 inline void SetProgressPercentage(
int value) { m_progressPercentageHasBeenSet =
true; m_progressPercentage = value; }
93 inline void SetErrorCount(
int value) { m_errorCountHasBeenSet =
true; m_errorCount = value; }
105 inline void SetErrorDetails(
const char* value) { m_errorDetailsHasBeenSet =
true; m_errorDetails.assign(value); }
117 inline void SetStatementCount(
long long value) { m_statementCountHasBeenSet =
true; m_statementCount = value; }
127 inline void SetDictionaryEntryCount(
long long value) { m_dictionaryEntryCountHasBeenSet =
true; m_dictionaryEntryCount = value; }
133 bool m_statusHasBeenSet =
false;
136 bool m_startTimeHasBeenSet =
false;
138 long long m_timeElapsedSeconds;
139 bool m_timeElapsedSecondsHasBeenSet =
false;
141 int m_progressPercentage;
142 bool m_progressPercentageHasBeenSet =
false;
145 bool m_errorCountHasBeenSet =
false;
148 bool m_errorDetailsHasBeenSet =
false;
150 long long m_statementCount;
151 bool m_statementCountHasBeenSet =
false;
153 long long m_dictionaryEntryCount;
154 bool m_dictionaryEntryCountHasBeenSet =
false;
void SetErrorDetails(Aws::String &&value)
bool ProgressPercentageHasBeenSet() const
void SetStatus(Aws::String &&value)
long long GetTimeElapsedSeconds() const
ImportTaskDetails & WithTimeElapsedSeconds(long long value)
const Aws::String & GetErrorDetails() const
void SetStatementCount(long long value)
ImportTaskDetails & WithErrorCount(int value)
void SetProgressPercentage(int value)
ImportTaskDetails & WithErrorDetails(const char *value)
void SetDictionaryEntryCount(long long value)
int GetProgressPercentage() const
ImportTaskDetails & WithErrorDetails(const Aws::String &value)
void SetErrorDetails(const Aws::String &value)
bool TimeElapsedSecondsHasBeenSet() const
bool StatusHasBeenSet() const
void SetStartTime(const Aws::Utils::DateTime &value)
void SetErrorCount(int value)
ImportTaskDetails & WithStatus(const Aws::String &value)
void SetErrorDetails(const char *value)
ImportTaskDetails & WithStatus(const char *value)
bool ErrorCountHasBeenSet() const
ImportTaskDetails & WithProgressPercentage(int value)
AWS_NEPTUNEGRAPH_API ImportTaskDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const char *value)
long long GetStatementCount() const
ImportTaskDetails & WithStatus(Aws::String &&value)
AWS_NEPTUNEGRAPH_API ImportTaskDetails()
bool DictionaryEntryCountHasBeenSet() const
ImportTaskDetails & WithStatementCount(long long value)
bool ErrorDetailsHasBeenSet() const
long long GetDictionaryEntryCount() const
ImportTaskDetails & WithStartTime(Aws::Utils::DateTime &&value)
AWS_NEPTUNEGRAPH_API ImportTaskDetails(Aws::Utils::Json::JsonView jsonValue)
void SetStartTime(Aws::Utils::DateTime &&value)
ImportTaskDetails & WithDictionaryEntryCount(long long value)
bool StatementCountHasBeenSet() const
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
int GetErrorCount() const
const Aws::String & GetStatus() const
const Aws::Utils::DateTime & GetStartTime() const
ImportTaskDetails & WithErrorDetails(Aws::String &&value)
bool StartTimeHasBeenSet() const
void SetTimeElapsedSeconds(long long value)
ImportTaskDetails & WithStartTime(const Aws::Utils::DateTime &value)
void SetStatus(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue