7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/EventFilter.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename EventFilterT = EventFilter>
47 void SetEventFilter(EventFilterT&& value) { m_eventFilterHasBeenSet =
true; m_eventFilter = std::forward<EventFilterT>(value); }
48 template<
typename EventFilterT = EventFilter>
56 template<
typename SegmentIdT = Aws::String>
57 void SetSegmentId(SegmentIdT&& value) { m_segmentIdHasBeenSet =
true; m_segmentId = std::forward<SegmentIdT>(value); }
58 template<
typename SegmentIdT = Aws::String>
64 bool m_eventFilterHasBeenSet =
false;
67 bool m_segmentIdHasBeenSet =
false;
bool SegmentIdHasBeenSet() const
AWS_PINPOINT_API EventStartCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventFilterHasBeenSet() const
AWS_PINPOINT_API EventStartCondition()=default
EventStartCondition & WithEventFilter(EventFilterT &&value)
const Aws::String & GetSegmentId() const
EventStartCondition & WithSegmentId(SegmentIdT &&value)
void SetSegmentId(SegmentIdT &&value)
AWS_PINPOINT_API EventStartCondition(Aws::Utils::Json::JsonView jsonValue)
void SetEventFilter(EventFilterT &&value)
const EventFilter & GetEventFilter() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue