AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
JourneyResponse.h
1
6#pragma once
7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/pinpoint/model/JourneyLimits.h>
11#include <aws/pinpoint/model/QuietTime.h>
12#include <aws/pinpoint/model/JourneySchedule.h>
13#include <aws/pinpoint/model/StartCondition.h>
14#include <aws/pinpoint/model/State.h>
15#include <aws/pinpoint/model/JourneyChannelSettings.h>
16#include <aws/pinpoint/model/OpenHours.h>
17#include <aws/pinpoint/model/ClosedDays.h>
18#include <aws/core/utils/memory/stl/AWSVector.h>
19#include <aws/pinpoint/model/Activity.h>
20#include <aws/pinpoint/model/__TimezoneEstimationMethodsElement.h>
21#include <utility>
22
23namespace Aws
24{
25namespace Utils
26{
27namespace Json
28{
29 class JsonValue;
30 class JsonView;
31} // namespace Json
32} // namespace Utils
33namespace Pinpoint
34{
35namespace Model
36{
37
45 {
46 public:
47 AWS_PINPOINT_API JourneyResponse();
48 AWS_PINPOINT_API JourneyResponse(Aws::Utils::Json::JsonView jsonValue);
50 AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const;
51
52
54
59 inline const Aws::Map<Aws::String, Activity>& GetActivities() const{ return m_activities; }
60 inline bool ActivitiesHasBeenSet() const { return m_activitiesHasBeenSet; }
61 inline void SetActivities(const Aws::Map<Aws::String, Activity>& value) { m_activitiesHasBeenSet = true; m_activities = value; }
62 inline void SetActivities(Aws::Map<Aws::String, Activity>&& value) { m_activitiesHasBeenSet = true; m_activities = std::move(value); }
63 inline JourneyResponse& WithActivities(const Aws::Map<Aws::String, Activity>& value) { SetActivities(value); return *this;}
64 inline JourneyResponse& WithActivities(Aws::Map<Aws::String, Activity>&& value) { SetActivities(std::move(value)); return *this;}
65 inline JourneyResponse& AddActivities(const Aws::String& key, const Activity& value) { m_activitiesHasBeenSet = true; m_activities.emplace(key, value); return *this; }
66 inline JourneyResponse& AddActivities(Aws::String&& key, const Activity& value) { m_activitiesHasBeenSet = true; m_activities.emplace(std::move(key), value); return *this; }
67 inline JourneyResponse& AddActivities(const Aws::String& key, Activity&& value) { m_activitiesHasBeenSet = true; m_activities.emplace(key, std::move(value)); return *this; }
68 inline JourneyResponse& AddActivities(Aws::String&& key, Activity&& value) { m_activitiesHasBeenSet = true; m_activities.emplace(std::move(key), std::move(value)); return *this; }
69 inline JourneyResponse& AddActivities(const char* key, Activity&& value) { m_activitiesHasBeenSet = true; m_activities.emplace(key, std::move(value)); return *this; }
70 inline JourneyResponse& AddActivities(const char* key, const Activity& value) { m_activitiesHasBeenSet = true; m_activities.emplace(key, value); return *this; }
72
74
77 inline const Aws::String& GetApplicationId() const{ return m_applicationId; }
78 inline bool ApplicationIdHasBeenSet() const { return m_applicationIdHasBeenSet; }
79 inline void SetApplicationId(const Aws::String& value) { m_applicationIdHasBeenSet = true; m_applicationId = value; }
80 inline void SetApplicationId(Aws::String&& value) { m_applicationIdHasBeenSet = true; m_applicationId = std::move(value); }
81 inline void SetApplicationId(const char* value) { m_applicationIdHasBeenSet = true; m_applicationId.assign(value); }
82 inline JourneyResponse& WithApplicationId(const Aws::String& value) { SetApplicationId(value); return *this;}
83 inline JourneyResponse& WithApplicationId(Aws::String&& value) { SetApplicationId(std::move(value)); return *this;}
84 inline JourneyResponse& WithApplicationId(const char* value) { SetApplicationId(value); return *this;}
86
88
91 inline const Aws::String& GetCreationDate() const{ return m_creationDate; }
92 inline bool CreationDateHasBeenSet() const { return m_creationDateHasBeenSet; }
93 inline void SetCreationDate(const Aws::String& value) { m_creationDateHasBeenSet = true; m_creationDate = value; }
94 inline void SetCreationDate(Aws::String&& value) { m_creationDateHasBeenSet = true; m_creationDate = std::move(value); }
95 inline void SetCreationDate(const char* value) { m_creationDateHasBeenSet = true; m_creationDate.assign(value); }
96 inline JourneyResponse& WithCreationDate(const Aws::String& value) { SetCreationDate(value); return *this;}
97 inline JourneyResponse& WithCreationDate(Aws::String&& value) { SetCreationDate(std::move(value)); return *this;}
98 inline JourneyResponse& WithCreationDate(const char* value) { SetCreationDate(value); return *this;}
100
102
105 inline const Aws::String& GetId() const{ return m_id; }
106 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
107 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
108 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
109 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
110 inline JourneyResponse& WithId(const Aws::String& value) { SetId(value); return *this;}
111 inline JourneyResponse& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
112 inline JourneyResponse& WithId(const char* value) { SetId(value); return *this;}
114
116
119 inline const Aws::String& GetLastModifiedDate() const{ return m_lastModifiedDate; }
120 inline bool LastModifiedDateHasBeenSet() const { return m_lastModifiedDateHasBeenSet; }
121 inline void SetLastModifiedDate(const Aws::String& value) { m_lastModifiedDateHasBeenSet = true; m_lastModifiedDate = value; }
122 inline void SetLastModifiedDate(Aws::String&& value) { m_lastModifiedDateHasBeenSet = true; m_lastModifiedDate = std::move(value); }
123 inline void SetLastModifiedDate(const char* value) { m_lastModifiedDateHasBeenSet = true; m_lastModifiedDate.assign(value); }
124 inline JourneyResponse& WithLastModifiedDate(const Aws::String& value) { SetLastModifiedDate(value); return *this;}
125 inline JourneyResponse& WithLastModifiedDate(Aws::String&& value) { SetLastModifiedDate(std::move(value)); return *this;}
126 inline JourneyResponse& WithLastModifiedDate(const char* value) { SetLastModifiedDate(value); return *this;}
128
130
133 inline const JourneyLimits& GetLimits() const{ return m_limits; }
134 inline bool LimitsHasBeenSet() const { return m_limitsHasBeenSet; }
135 inline void SetLimits(const JourneyLimits& value) { m_limitsHasBeenSet = true; m_limits = value; }
136 inline void SetLimits(JourneyLimits&& value) { m_limitsHasBeenSet = true; m_limits = std::move(value); }
137 inline JourneyResponse& WithLimits(const JourneyLimits& value) { SetLimits(value); return *this;}
138 inline JourneyResponse& WithLimits(JourneyLimits&& value) { SetLimits(std::move(value)); return *this;}
140
142
147 inline bool GetLocalTime() const{ return m_localTime; }
148 inline bool LocalTimeHasBeenSet() const { return m_localTimeHasBeenSet; }
149 inline void SetLocalTime(bool value) { m_localTimeHasBeenSet = true; m_localTime = value; }
150 inline JourneyResponse& WithLocalTime(bool value) { SetLocalTime(value); return *this;}
152
154
157 inline const Aws::String& GetName() const{ return m_name; }
158 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
159 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
160 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
161 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
162 inline JourneyResponse& WithName(const Aws::String& value) { SetName(value); return *this;}
163 inline JourneyResponse& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
164 inline JourneyResponse& WithName(const char* value) { SetName(value); return *this;}
166
168
180 inline const QuietTime& GetQuietTime() const{ return m_quietTime; }
181 inline bool QuietTimeHasBeenSet() const { return m_quietTimeHasBeenSet; }
182 inline void SetQuietTime(const QuietTime& value) { m_quietTimeHasBeenSet = true; m_quietTime = value; }
183 inline void SetQuietTime(QuietTime&& value) { m_quietTimeHasBeenSet = true; m_quietTime = std::move(value); }
184 inline JourneyResponse& WithQuietTime(const QuietTime& value) { SetQuietTime(value); return *this;}
185 inline JourneyResponse& WithQuietTime(QuietTime&& value) { SetQuietTime(std::move(value)); return *this;}
187
189
193 inline const Aws::String& GetRefreshFrequency() const{ return m_refreshFrequency; }
194 inline bool RefreshFrequencyHasBeenSet() const { return m_refreshFrequencyHasBeenSet; }
195 inline void SetRefreshFrequency(const Aws::String& value) { m_refreshFrequencyHasBeenSet = true; m_refreshFrequency = value; }
196 inline void SetRefreshFrequency(Aws::String&& value) { m_refreshFrequencyHasBeenSet = true; m_refreshFrequency = std::move(value); }
197 inline void SetRefreshFrequency(const char* value) { m_refreshFrequencyHasBeenSet = true; m_refreshFrequency.assign(value); }
198 inline JourneyResponse& WithRefreshFrequency(const Aws::String& value) { SetRefreshFrequency(value); return *this;}
199 inline JourneyResponse& WithRefreshFrequency(Aws::String&& value) { SetRefreshFrequency(std::move(value)); return *this;}
200 inline JourneyResponse& WithRefreshFrequency(const char* value) { SetRefreshFrequency(value); return *this;}
202
204
207 inline const JourneySchedule& GetSchedule() const{ return m_schedule; }
208 inline bool ScheduleHasBeenSet() const { return m_scheduleHasBeenSet; }
209 inline void SetSchedule(const JourneySchedule& value) { m_scheduleHasBeenSet = true; m_schedule = value; }
210 inline void SetSchedule(JourneySchedule&& value) { m_scheduleHasBeenSet = true; m_schedule = std::move(value); }
211 inline JourneyResponse& WithSchedule(const JourneySchedule& value) { SetSchedule(value); return *this;}
212 inline JourneyResponse& WithSchedule(JourneySchedule&& value) { SetSchedule(std::move(value)); return *this;}
214
216
219 inline const Aws::String& GetStartActivity() const{ return m_startActivity; }
220 inline bool StartActivityHasBeenSet() const { return m_startActivityHasBeenSet; }
221 inline void SetStartActivity(const Aws::String& value) { m_startActivityHasBeenSet = true; m_startActivity = value; }
222 inline void SetStartActivity(Aws::String&& value) { m_startActivityHasBeenSet = true; m_startActivity = std::move(value); }
223 inline void SetStartActivity(const char* value) { m_startActivityHasBeenSet = true; m_startActivity.assign(value); }
224 inline JourneyResponse& WithStartActivity(const Aws::String& value) { SetStartActivity(value); return *this;}
225 inline JourneyResponse& WithStartActivity(Aws::String&& value) { SetStartActivity(std::move(value)); return *this;}
226 inline JourneyResponse& WithStartActivity(const char* value) { SetStartActivity(value); return *this;}
228
230
233 inline const StartCondition& GetStartCondition() const{ return m_startCondition; }
234 inline bool StartConditionHasBeenSet() const { return m_startConditionHasBeenSet; }
235 inline void SetStartCondition(const StartCondition& value) { m_startConditionHasBeenSet = true; m_startCondition = value; }
236 inline void SetStartCondition(StartCondition&& value) { m_startConditionHasBeenSet = true; m_startCondition = std::move(value); }
237 inline JourneyResponse& WithStartCondition(const StartCondition& value) { SetStartCondition(value); return *this;}
238 inline JourneyResponse& WithStartCondition(StartCondition&& value) { SetStartCondition(std::move(value)); return *this;}
240
242
261 inline const State& GetState() const{ return m_state; }
262 inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }
263 inline void SetState(const State& value) { m_stateHasBeenSet = true; m_state = value; }
264 inline void SetState(State&& value) { m_stateHasBeenSet = true; m_state = std::move(value); }
265 inline JourneyResponse& WithState(const State& value) { SetState(value); return *this;}
266 inline JourneyResponse& WithState(State&& value) { SetState(std::move(value)); return *this;}
268
270
273 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
274 inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; }
275 inline void SetTags(const Aws::Map<Aws::String, Aws::String>& value) { m_tagsHasBeenSet = true; m_tags = value; }
276 inline void SetTags(Aws::Map<Aws::String, Aws::String>&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); }
277 inline JourneyResponse& WithTags(const Aws::Map<Aws::String, Aws::String>& value) { SetTags(value); return *this;}
278 inline JourneyResponse& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move(value)); return *this;}
279 inline JourneyResponse& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; }
280 inline JourneyResponse& AddTags(Aws::String&& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; }
281 inline JourneyResponse& AddTags(const Aws::String& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; }
282 inline JourneyResponse& AddTags(Aws::String&& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), std::move(value)); return *this; }
283 inline JourneyResponse& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; }
284 inline JourneyResponse& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; }
285 inline JourneyResponse& AddTags(const char* key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; }
287
289
293 inline bool GetWaitForQuietTime() const{ return m_waitForQuietTime; }
294 inline bool WaitForQuietTimeHasBeenSet() const { return m_waitForQuietTimeHasBeenSet; }
295 inline void SetWaitForQuietTime(bool value) { m_waitForQuietTimeHasBeenSet = true; m_waitForQuietTime = value; }
296 inline JourneyResponse& WithWaitForQuietTime(bool value) { SetWaitForQuietTime(value); return *this;}
298
300
304 inline bool GetRefreshOnSegmentUpdate() const{ return m_refreshOnSegmentUpdate; }
305 inline bool RefreshOnSegmentUpdateHasBeenSet() const { return m_refreshOnSegmentUpdateHasBeenSet; }
306 inline void SetRefreshOnSegmentUpdate(bool value) { m_refreshOnSegmentUpdateHasBeenSet = true; m_refreshOnSegmentUpdate = value; }
307 inline JourneyResponse& WithRefreshOnSegmentUpdate(bool value) { SetRefreshOnSegmentUpdate(value); return *this;}
309
311
314 inline const JourneyChannelSettings& GetJourneyChannelSettings() const{ return m_journeyChannelSettings; }
315 inline bool JourneyChannelSettingsHasBeenSet() const { return m_journeyChannelSettingsHasBeenSet; }
316 inline void SetJourneyChannelSettings(const JourneyChannelSettings& value) { m_journeyChannelSettingsHasBeenSet = true; m_journeyChannelSettings = value; }
317 inline void SetJourneyChannelSettings(JourneyChannelSettings&& value) { m_journeyChannelSettingsHasBeenSet = true; m_journeyChannelSettings = std::move(value); }
321
323
327 inline bool GetSendingSchedule() const{ return m_sendingSchedule; }
328 inline bool SendingScheduleHasBeenSet() const { return m_sendingScheduleHasBeenSet; }
329 inline void SetSendingSchedule(bool value) { m_sendingScheduleHasBeenSet = true; m_sendingSchedule = value; }
330 inline JourneyResponse& WithSendingSchedule(bool value) { SetSendingSchedule(value); return *this;}
332
334
338 inline const OpenHours& GetOpenHours() const{ return m_openHours; }
339 inline bool OpenHoursHasBeenSet() const { return m_openHoursHasBeenSet; }
340 inline void SetOpenHours(const OpenHours& value) { m_openHoursHasBeenSet = true; m_openHours = value; }
341 inline void SetOpenHours(OpenHours&& value) { m_openHoursHasBeenSet = true; m_openHours = std::move(value); }
342 inline JourneyResponse& WithOpenHours(const OpenHours& value) { SetOpenHours(value); return *this;}
343 inline JourneyResponse& WithOpenHours(OpenHours&& value) { SetOpenHours(std::move(value)); return *this;}
345
347
351 inline const ClosedDays& GetClosedDays() const{ return m_closedDays; }
352 inline bool ClosedDaysHasBeenSet() const { return m_closedDaysHasBeenSet; }
353 inline void SetClosedDays(const ClosedDays& value) { m_closedDaysHasBeenSet = true; m_closedDays = value; }
354 inline void SetClosedDays(ClosedDays&& value) { m_closedDaysHasBeenSet = true; m_closedDays = std::move(value); }
355 inline JourneyResponse& WithClosedDays(const ClosedDays& value) { SetClosedDays(value); return *this;}
356 inline JourneyResponse& WithClosedDays(ClosedDays&& value) { SetClosedDays(std::move(value)); return *this;}
358
360
373 inline const Aws::Vector<__TimezoneEstimationMethodsElement>& GetTimezoneEstimationMethods() const{ return m_timezoneEstimationMethods; }
374 inline bool TimezoneEstimationMethodsHasBeenSet() const { return m_timezoneEstimationMethodsHasBeenSet; }
375 inline void SetTimezoneEstimationMethods(const Aws::Vector<__TimezoneEstimationMethodsElement>& value) { m_timezoneEstimationMethodsHasBeenSet = true; m_timezoneEstimationMethods = value; }
376 inline void SetTimezoneEstimationMethods(Aws::Vector<__TimezoneEstimationMethodsElement>&& value) { m_timezoneEstimationMethodsHasBeenSet = true; m_timezoneEstimationMethods = std::move(value); }
379 inline JourneyResponse& AddTimezoneEstimationMethods(const __TimezoneEstimationMethodsElement& value) { m_timezoneEstimationMethodsHasBeenSet = true; m_timezoneEstimationMethods.push_back(value); return *this; }
380 inline JourneyResponse& AddTimezoneEstimationMethods(__TimezoneEstimationMethodsElement&& value) { m_timezoneEstimationMethodsHasBeenSet = true; m_timezoneEstimationMethods.push_back(std::move(value)); return *this; }
382 private:
383
385 bool m_activitiesHasBeenSet = false;
386
387 Aws::String m_applicationId;
388 bool m_applicationIdHasBeenSet = false;
389
390 Aws::String m_creationDate;
391 bool m_creationDateHasBeenSet = false;
392
393 Aws::String m_id;
394 bool m_idHasBeenSet = false;
395
396 Aws::String m_lastModifiedDate;
397 bool m_lastModifiedDateHasBeenSet = false;
398
399 JourneyLimits m_limits;
400 bool m_limitsHasBeenSet = false;
401
402 bool m_localTime;
403 bool m_localTimeHasBeenSet = false;
404
405 Aws::String m_name;
406 bool m_nameHasBeenSet = false;
407
408 QuietTime m_quietTime;
409 bool m_quietTimeHasBeenSet = false;
410
411 Aws::String m_refreshFrequency;
412 bool m_refreshFrequencyHasBeenSet = false;
413
414 JourneySchedule m_schedule;
415 bool m_scheduleHasBeenSet = false;
416
417 Aws::String m_startActivity;
418 bool m_startActivityHasBeenSet = false;
419
420 StartCondition m_startCondition;
421 bool m_startConditionHasBeenSet = false;
422
423 State m_state;
424 bool m_stateHasBeenSet = false;
425
427 bool m_tagsHasBeenSet = false;
428
429 bool m_waitForQuietTime;
430 bool m_waitForQuietTimeHasBeenSet = false;
431
432 bool m_refreshOnSegmentUpdate;
433 bool m_refreshOnSegmentUpdateHasBeenSet = false;
434
435 JourneyChannelSettings m_journeyChannelSettings;
436 bool m_journeyChannelSettingsHasBeenSet = false;
437
438 bool m_sendingSchedule;
439 bool m_sendingScheduleHasBeenSet = false;
440
441 OpenHours m_openHours;
442 bool m_openHoursHasBeenSet = false;
443
444 ClosedDays m_closedDays;
445 bool m_closedDaysHasBeenSet = false;
446
447 Aws::Vector<__TimezoneEstimationMethodsElement> m_timezoneEstimationMethods;
448 bool m_timezoneEstimationMethodsHasBeenSet = false;
449 };
450
451} // namespace Model
452} // namespace Pinpoint
453} // namespace Aws
JourneyResponse & WithClosedDays(ClosedDays &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
JourneyResponse & WithId(const char *value)
JourneyResponse & WithRefreshOnSegmentUpdate(bool value)
JourneyResponse & WithLastModifiedDate(Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetId(const Aws::String &value)
JourneyResponse & WithName(Aws::String &&value)
const StartCondition & GetStartCondition() const
JourneyResponse & WithRefreshFrequency(const Aws::String &value)
JourneyResponse & WithLastModifiedDate(const Aws::String &value)
JourneyResponse & WithStartCondition(const StartCondition &value)
void SetApplicationId(const Aws::String &value)
void SetCreationDate(const char *value)
JourneyResponse & WithRefreshFrequency(const char *value)
JourneyResponse & WithState(State &&value)
AWS_PINPOINT_API JourneyResponse(Aws::Utils::Json::JsonView jsonValue)
void SetOpenHours(const OpenHours &value)
JourneyResponse & AddTags(const char *key, Aws::String &&value)
JourneyResponse & WithLimits(JourneyLimits &&value)
void SetTimezoneEstimationMethods(const Aws::Vector< __TimezoneEstimationMethodsElement > &value)
JourneyResponse & WithCreationDate(Aws::String &&value)
JourneyResponse & WithSendingSchedule(bool value)
void SetCreationDate(Aws::String &&value)
void SetStartActivity(Aws::String &&value)
void SetRefreshFrequency(const char *value)
JourneyResponse & WithQuietTime(QuietTime &&value)
void SetTimezoneEstimationMethods(Aws::Vector< __TimezoneEstimationMethodsElement > &&value)
void SetLastModifiedDate(const char *value)
void SetSchedule(JourneySchedule &&value)
JourneyResponse & WithWaitForQuietTime(bool value)
JourneyResponse & WithTimezoneEstimationMethods(Aws::Vector< __TimezoneEstimationMethodsElement > &&value)
JourneyResponse & WithSchedule(const JourneySchedule &value)
const JourneySchedule & GetSchedule() const
void SetStartCondition(StartCondition &&value)
void SetLastModifiedDate(Aws::String &&value)
JourneyResponse & WithApplicationId(const char *value)
JourneyResponse & WithApplicationId(Aws::String &&value)
JourneyResponse & WithState(const State &value)
void SetStartActivity(const Aws::String &value)
JourneyResponse & WithOpenHours(OpenHours &&value)
void SetJourneyChannelSettings(const JourneyChannelSettings &value)
const Aws::Vector< __TimezoneEstimationMethodsElement > & GetTimezoneEstimationMethods() const
void SetClosedDays(const ClosedDays &value)
const Aws::String & GetStartActivity() const
JourneyResponse & WithName(const Aws::String &value)
JourneyResponse & WithRefreshFrequency(Aws::String &&value)
const Aws::Map< Aws::String, Activity > & GetActivities() const
JourneyResponse & WithCreationDate(const Aws::String &value)
AWS_PINPOINT_API JourneyResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
JourneyResponse & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
JourneyResponse & AddTags(const char *key, const char *value)
JourneyResponse & AddActivities(const char *key, const Activity &value)
JourneyResponse & WithSchedule(JourneySchedule &&value)
void SetStartActivity(const char *value)
JourneyResponse & WithName(const char *value)
JourneyResponse & AddTags(Aws::String &&key, Aws::String &&value)
JourneyResponse & WithApplicationId(const Aws::String &value)
JourneyResponse & WithTimezoneEstimationMethods(const Aws::Vector< __TimezoneEstimationMethodsElement > &value)
void SetLimits(JourneyLimits &&value)
const Aws::String & GetCreationDate() const
void SetQuietTime(const QuietTime &value)
const ClosedDays & GetClosedDays() const
JourneyResponse & WithId(const Aws::String &value)
const Aws::String & GetRefreshFrequency() const
void SetLimits(const JourneyLimits &value)
JourneyResponse & AddTags(const Aws::String &key, const Aws::String &value)
const Aws::String & GetApplicationId() const
JourneyResponse & WithStartActivity(const char *value)
void SetCreationDate(const Aws::String &value)
JourneyResponse & AddActivities(const Aws::String &key, const Activity &value)
JourneyResponse & AddActivities(const Aws::String &key, Activity &&value)
JourneyResponse & AddActivities(const char *key, Activity &&value)
JourneyResponse & WithJourneyChannelSettings(JourneyChannelSettings &&value)
JourneyResponse & WithId(Aws::String &&value)
JourneyResponse & WithOpenHours(const OpenHours &value)
const OpenHours & GetOpenHours() const
JourneyResponse & AddTimezoneEstimationMethods(const __TimezoneEstimationMethodsElement &value)
JourneyResponse & WithStartActivity(const Aws::String &value)
JourneyResponse & WithStartCondition(StartCondition &&value)
const JourneyLimits & GetLimits() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
JourneyResponse & AddActivities(Aws::String &&key, Activity &&value)
const Aws::String & GetLastModifiedDate() const
void SetRefreshFrequency(const Aws::String &value)
void SetActivities(const Aws::Map< Aws::String, Activity > &value)
const Aws::String & GetId() const
JourneyResponse & WithLocalTime(bool value)
JourneyResponse & WithCreationDate(const char *value)
void SetJourneyChannelSettings(JourneyChannelSettings &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const Aws::String &value)
JourneyResponse & WithClosedDays(const ClosedDays &value)
void SetRefreshFrequency(Aws::String &&value)
void SetActivities(Aws::Map< Aws::String, Activity > &&value)
JourneyResponse & AddTags(const Aws::String &key, Aws::String &&value)
void SetLastModifiedDate(const Aws::String &value)
JourneyResponse & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
JourneyResponse & WithQuietTime(const QuietTime &value)
JourneyResponse & WithActivities(Aws::Map< Aws::String, Activity > &&value)
void SetClosedDays(ClosedDays &&value)
JourneyResponse & WithStartActivity(Aws::String &&value)
void SetApplicationId(const char *value)
JourneyResponse & WithJourneyChannelSettings(const JourneyChannelSettings &value)
JourneyResponse & AddTimezoneEstimationMethods(__TimezoneEstimationMethodsElement &&value)
void SetSchedule(const JourneySchedule &value)
const JourneyChannelSettings & GetJourneyChannelSettings() const
JourneyResponse & WithActivities(const Aws::Map< Aws::String, Activity > &value)
const Aws::String & GetName() const
void SetStartCondition(const StartCondition &value)
JourneyResponse & WithLastModifiedDate(const char *value)
JourneyResponse & AddTags(Aws::String &&key, const Aws::String &value)
JourneyResponse & AddTags(Aws::String &&key, const char *value)
void SetApplicationId(Aws::String &&value)
const QuietTime & GetQuietTime() const
JourneyResponse & AddActivities(Aws::String &&key, const Activity &value)
JourneyResponse & WithLimits(const JourneyLimits &value)
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue