7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename TimeToLiveT = Aws::String>
54 void SetTimeToLive(TimeToLiveT&& value) { m_timeToLiveHasBeenSet =
true; m_timeToLive = std::forward<TimeToLiveT>(value); }
55 template<
typename TimeToLiveT = Aws::String>
61 bool m_timeToLiveHasBeenSet =
false;
void SetTimeToLive(TimeToLiveT &&value)
AWS_PINPOINT_API JourneyPushMessage()=default
AWS_PINPOINT_API JourneyPushMessage(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTimeToLive() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimeToLiveHasBeenSet() const
JourneyPushMessage & WithTimeToLive(TimeToLiveT &&value)
AWS_PINPOINT_API JourneyPushMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue