7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
20namespace resiliencehubv2 {
42 template <
typename UserJourneyIdT = Aws::String>
44 m_userJourneyIdHasBeenSet =
true;
45 m_userJourneyId = std::forward<UserJourneyIdT>(value);
47 template <
typename UserJourneyIdT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename CreatedAtT = Aws::Utils::DateTime>
78 m_createdAtHasBeenSet =
true;
79 m_createdAt = std::forward<CreatedAtT>(value);
81 template <
typename CreatedAtT = Aws::Utils::DateTime>
94 template <
typename UpdatedAtT = Aws::Utils::DateTime>
96 m_updatedAtHasBeenSet =
true;
97 m_updatedAt = std::forward<UpdatedAtT>(value);
99 template <
typename UpdatedAtT = Aws::Utils::DateTime>
113 bool m_userJourneyIdHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_createdAtHasBeenSet =
false;
116 bool m_updatedAtHasBeenSet =
false;
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetName(NameT &&value)
bool UserJourneyIdHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
bool NameHasBeenSet() const
UserJourneySummary & WithUserJourneyId(UserJourneyIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_RESILIENCEHUBV2_API UserJourneySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESILIENCEHUBV2_API UserJourneySummary(Aws::Utils::Json::JsonView jsonValue)
UserJourneySummary & WithUpdatedAt(UpdatedAtT &&value)
UserJourneySummary & WithCreatedAt(CreatedAtT &&value)
AWS_RESILIENCEHUBV2_API UserJourneySummary()=default
UserJourneySummary & WithName(NameT &&value)
const Aws::String & GetName() const
void SetUserJourneyId(UserJourneyIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetUserJourneyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue