7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename EventTimestampT = Aws::Utils::DateTime>
49 void SetEventTimestamp(EventTimestampT&& value) { m_eventTimestampHasBeenSet =
true; m_eventTimestamp = std::forward<EventTimestampT>(value); }
50 template<
typename EventTimestampT = Aws::Utils::DateTime>
60 template<
typename IdT = Aws::String>
61 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
62 template<
typename IdT = Aws::String>
68 bool m_eventTimestampHasBeenSet =
false;
71 bool m_idHasBeenSet =
false;
LineageNodeReference & WithId(IdT &&value)
AWS_DATAZONE_API LineageNodeReference(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
LineageNodeReference & WithEventTimestamp(EventTimestampT &&value)
const Aws::String & GetId() const
bool EventTimestampHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API LineageNodeReference()=default
const Aws::Utils::DateTime & GetEventTimestamp() const
void SetEventTimestamp(EventTimestampT &&value)
AWS_DATAZONE_API LineageNodeReference & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue