7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
10#include <aws/resiliencehubv2/model/ServiceReference.h>
21namespace resiliencehubv2 {
43 template <
typename UserJourneyNameT = Aws::String>
45 m_userJourneyNameHasBeenSet =
true;
46 m_userJourneyName = std::forward<UserJourneyNameT>(value);
48 template <
typename UserJourneyNameT = Aws::String>
61 template <
typename AssociatedServicesT = Aws::Vector<ServiceReference>>
63 m_associatedServicesHasBeenSet =
true;
64 m_associatedServices = std::forward<AssociatedServicesT>(value);
66 template <
typename AssociatedServicesT = Aws::Vector<ServiceReference>>
71 template <
typename AssociatedServicesT = ServiceReference>
73 m_associatedServicesHasBeenSet =
true;
74 m_associatedServices.emplace_back(std::forward<AssociatedServicesT>(value));
82 bool m_userJourneyNameHasBeenSet =
false;
83 bool m_associatedServicesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue