7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename EventTimestampT = Aws::Utils::DateTime>
62 m_eventTimestampHasBeenSet =
true;
63 m_eventTimestamp = std::forward<EventTimestampT>(value);
65 template <
typename EventTimestampT = Aws::Utils::DateTime>
75 bool m_idHasBeenSet =
false;
76 bool m_eventTimestampHasBeenSet =
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