7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/model/CampaignEventFilter.h>
10#include <aws/pinpoint/model/QuietTime.h>
51 inline void SetEndDate(
const char* value) { m_endDateHasBeenSet =
true; m_endDate.assign(value); }
84 bool m_endDateHasBeenSet =
false;
87 bool m_eventFilterHasBeenSet =
false;
90 bool m_quietTimeHasBeenSet =
false;
void SetEndDate(const Aws::String &value)
void SetEndDate(Aws::String &&value)
AWS_PINPOINT_API InAppCampaignSchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventFilterHasBeenSet() const
bool QuietTimeHasBeenSet() const
bool EndDateHasBeenSet() const
InAppCampaignSchedule & WithQuietTime(const QuietTime &value)
const CampaignEventFilter & GetEventFilter() const
InAppCampaignSchedule & WithEventFilter(const CampaignEventFilter &value)
InAppCampaignSchedule & WithEndDate(const Aws::String &value)
InAppCampaignSchedule & WithEndDate(Aws::String &&value)
InAppCampaignSchedule & WithEventFilter(CampaignEventFilter &&value)
const Aws::String & GetEndDate() const
AWS_PINPOINT_API InAppCampaignSchedule()
void SetEndDate(const char *value)
AWS_PINPOINT_API InAppCampaignSchedule(Aws::Utils::Json::JsonView jsonValue)
void SetQuietTime(QuietTime &&value)
void SetQuietTime(const QuietTime &value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEventFilter(const CampaignEventFilter &value)
void SetEventFilter(CampaignEventFilter &&value)
InAppCampaignSchedule & WithQuietTime(QuietTime &&value)
const QuietTime & GetQuietTime() const
InAppCampaignSchedule & WithEndDate(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue