7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/neptunedata/model/StatisticsSummary.h>
54 inline void SetAutoCompute(
bool value) { m_autoComputeHasBeenSet =
true; m_autoCompute = value; }
64 inline void SetActive(
bool value) { m_activeHasBeenSet =
true; m_active = value; }
77 inline void SetStatisticsId(
const char* value) { m_statisticsIdHasBeenSet =
true; m_statisticsId.assign(value); }
103 inline void SetNote(
const char* value) { m_noteHasBeenSet =
true; m_note.assign(value); }
128 bool m_autoComputeHasBeenSet =
false;
131 bool m_activeHasBeenSet =
false;
134 bool m_statisticsIdHasBeenSet =
false;
137 bool m_dateHasBeenSet =
false;
140 bool m_noteHasBeenSet =
false;
143 bool m_signatureInfoHasBeenSet =
false;
const Aws::String & GetNote() const
bool DateHasBeenSet() const
void SetStatisticsId(const char *value)
AWS_NEPTUNEDATA_API Statistics()
Statistics & WithStatisticsId(Aws::String &&value)
void SetNote(const char *value)
void SetNote(Aws::String &&value)
Statistics & WithDate(const Aws::Utils::DateTime &value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDate(const Aws::Utils::DateTime &value)
bool GetAutoCompute() const
Statistics & WithStatisticsId(const char *value)
bool SignatureInfoHasBeenSet() const
bool ActiveHasBeenSet() const
Statistics & WithNote(const char *value)
const Aws::Utils::DateTime & GetDate() const
void SetStatisticsId(const Aws::String &value)
Statistics & WithSignatureInfo(const StatisticsSummary &value)
void SetSignatureInfo(const StatisticsSummary &value)
Statistics & WithActive(bool value)
Statistics & WithNote(const Aws::String &value)
void SetSignatureInfo(StatisticsSummary &&value)
AWS_NEPTUNEDATA_API Statistics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNote(const Aws::String &value)
Statistics & WithSignatureInfo(StatisticsSummary &&value)
void SetDate(Aws::Utils::DateTime &&value)
bool StatisticsIdHasBeenSet() const
Statistics & WithStatisticsId(const Aws::String &value)
bool AutoComputeHasBeenSet() const
bool NoteHasBeenSet() const
const Aws::String & GetStatisticsId() const
AWS_NEPTUNEDATA_API Statistics(Aws::Utils::Json::JsonView jsonValue)
Statistics & WithNote(Aws::String &&value)
const StatisticsSummary & GetSignatureInfo() const
Statistics & WithAutoCompute(bool value)
Statistics & WithDate(Aws::Utils::DateTime &&value)
void SetActive(bool value)
void SetStatisticsId(Aws::String &&value)
void SetAutoCompute(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue