7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
62 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
70 bool m_eventTimestampHasBeenSet =
false;
73 bool m_idHasBeenSet =
false;
AWS_DATAZONE_API LineageNodeReference(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
void SetEventTimestamp(Aws::Utils::DateTime &&value)
const Aws::String & GetId() const
void SetEventTimestamp(const Aws::Utils::DateTime &value)
LineageNodeReference & WithEventTimestamp(Aws::Utils::DateTime &&value)
bool EventTimestampHasBeenSet() const
void SetId(Aws::String &&value)
void SetId(const char *value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetId(const Aws::String &value)
LineageNodeReference & WithId(const Aws::String &value)
LineageNodeReference & WithId(Aws::String &&value)
LineageNodeReference & WithId(const char *value)
const Aws::Utils::DateTime & GetEventTimestamp() const
AWS_DATAZONE_API LineageNodeReference()
AWS_DATAZONE_API LineageNodeReference & operator=(Aws::Utils::Json::JsonView jsonValue)
LineageNodeReference & WithEventTimestamp(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue