7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
41 m_durationHasBeenSet =
true;
56 template <
typename IdT = Aws::String>
58 m_idHasBeenSet =
true;
59 m_id = std::forward<IdT>(value);
61 template <
typename IdT = Aws::String>
63 SetId(std::forward<IdT>(value));
74 template <
typename StartTimestampT = Aws::String>
76 m_startTimestampHasBeenSet =
true;
77 m_startTimestamp = std::forward<StartTimestampT>(value);
79 template <
typename StartTimestampT = Aws::String>
92 template <
typename StopTimestampT = Aws::String>
94 m_stopTimestampHasBeenSet =
true;
95 m_stopTimestamp = std::forward<StopTimestampT>(value);
97 template <
typename StopTimestampT = Aws::String>
111 bool m_durationHasBeenSet =
false;
112 bool m_idHasBeenSet =
false;
113 bool m_startTimestampHasBeenSet =
false;
114 bool m_stopTimestampHasBeenSet =
false;
AWS_PINPOINT_API Session()=default
const Aws::String & GetStartTimestamp() const
Session & WithId(IdT &&value)
const Aws::String & GetId() const
AWS_PINPOINT_API Session(Aws::Utils::Json::JsonView jsonValue)
Session & WithStartTimestamp(StartTimestampT &&value)
AWS_PINPOINT_API Session & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetStopTimestamp() const
bool DurationHasBeenSet() const
void SetStartTimestamp(StartTimestampT &&value)
Session & WithStopTimestamp(StopTimestampT &&value)
Session & WithDuration(int value)
bool StartTimestampHasBeenSet() const
void SetDuration(int value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStopTimestamp(StopTimestampT &&value)
bool StopTimestampHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue