7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
43 template <
typename ApplicationIdT = Aws::String>
45 m_applicationIdHasBeenSet =
true;
46 m_applicationId = std::forward<ApplicationIdT>(value);
48 template <
typename ApplicationIdT = Aws::String>
61 template <
typename JourneyIdT = Aws::String>
63 m_journeyIdHasBeenSet =
true;
64 m_journeyId = std::forward<JourneyIdT>(value);
66 template <
typename JourneyIdT = Aws::String>
80 template <
typename LastEvaluatedTimeT = Aws::String>
82 m_lastEvaluatedTimeHasBeenSet =
true;
83 m_lastEvaluatedTime = std::forward<LastEvaluatedTimeT>(value);
85 template <
typename LastEvaluatedTimeT = Aws::String>
102 template <
typename MetricsT = Aws::Map<Aws::String, Aws::String>>
104 m_metricsHasBeenSet =
true;
105 m_metrics = std::forward<MetricsT>(value);
107 template <
typename MetricsT = Aws::Map<Aws::String, Aws::String>>
112 template <
typename MetricsKeyT = Aws::String,
typename MetricsValueT = Aws::String>
114 m_metricsHasBeenSet =
true;
115 m_metrics.emplace(std::forward<MetricsKeyT>(key), std::forward<MetricsValueT>(value));
126 template <
typename RunIdT = Aws::String>
128 m_runIdHasBeenSet =
true;
129 m_runId = std::forward<RunIdT>(value);
131 template <
typename RunIdT = Aws::String>
133 SetRunId(std::forward<RunIdT>(value));
139 bool m_applicationIdHasBeenSet =
false;
142 bool m_journeyIdHasBeenSet =
false;
145 bool m_lastEvaluatedTimeHasBeenSet =
false;
148 bool m_metricsHasBeenSet =
false;
151 bool m_runIdHasBeenSet =
false;
JourneyRunExecutionMetricsResponse & WithApplicationId(ApplicationIdT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API JourneyRunExecutionMetricsResponse(Aws::Utils::Json::JsonView jsonValue)
void SetJourneyId(JourneyIdT &&value)
bool JourneyIdHasBeenSet() const
AWS_PINPOINT_API JourneyRunExecutionMetricsResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastEvaluatedTime(LastEvaluatedTimeT &&value)
bool ApplicationIdHasBeenSet() const
JourneyRunExecutionMetricsResponse & WithMetrics(MetricsT &&value)
bool MetricsHasBeenSet() const
bool LastEvaluatedTimeHasBeenSet() const
JourneyRunExecutionMetricsResponse & WithLastEvaluatedTime(LastEvaluatedTimeT &&value)
void SetApplicationId(ApplicationIdT &&value)
bool RunIdHasBeenSet() const
void SetMetrics(MetricsT &&value)
const Aws::String & GetJourneyId() const
AWS_PINPOINT_API JourneyRunExecutionMetricsResponse()=default
JourneyRunExecutionMetricsResponse & AddMetrics(MetricsKeyT &&key, MetricsValueT &&value)
void SetRunId(RunIdT &&value)
JourneyRunExecutionMetricsResponse & WithJourneyId(JourneyIdT &&value)
JourneyRunExecutionMetricsResponse & WithRunId(RunIdT &&value)
const Aws::String & GetLastEvaluatedTime() const
const Aws::Map< Aws::String, Aws::String > & GetMetrics() const
const Aws::String & GetApplicationId() const
const Aws::String & GetRunId() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue