7#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
8#include <aws/resiliencehubv2/model/ServiceReferenceChanges.h>
9#include <aws/resiliencehubv2/model/StringChange.h>
20namespace resiliencehubv2 {
41 template <
typename JourneyDescriptionT = StringChange>
43 m_journeyDescriptionHasBeenSet =
true;
44 m_journeyDescription = std::forward<JourneyDescriptionT>(value);
46 template <
typename JourneyDescriptionT = StringChange>
59 template <
typename AssociatedServicesT = ServiceReferenceChanges>
61 m_associatedServicesHasBeenSet =
true;
62 m_associatedServices = std::forward<AssociatedServicesT>(value);
64 template <
typename AssociatedServicesT = ServiceReferenceChanges>
74 bool m_journeyDescriptionHasBeenSet =
false;
75 bool m_associatedServicesHasBeenSet =
false;
void SetJourneyDescription(JourneyDescriptionT &&value)
const ServiceReferenceChanges & GetAssociatedServices() const
bool JourneyDescriptionHasBeenSet() const
UserJourneyChanges & WithJourneyDescription(JourneyDescriptionT &&value)
AWS_RESILIENCEHUBV2_API UserJourneyChanges()=default
bool AssociatedServicesHasBeenSet() const
UserJourneyChanges & WithAssociatedServices(AssociatedServicesT &&value)
const StringChange & GetJourneyDescription() const
AWS_RESILIENCEHUBV2_API UserJourneyChanges(Aws::Utils::Json::JsonView jsonValue)
void SetAssociatedServices(AssociatedServicesT &&value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESILIENCEHUBV2_API UserJourneyChanges & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue