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 AssociatedServicesAtDeletionT = Aws::Vector<ServiceReference>>
63 m_associatedServicesAtDeletionHasBeenSet =
true;
64 m_associatedServicesAtDeletion = std::forward<AssociatedServicesAtDeletionT>(value);
66 template <
typename AssociatedServicesAtDeletionT = Aws::Vector<ServiceReference>>
71 template <
typename AssociatedServicesAtDeletionT = ServiceReference>
73 m_associatedServicesAtDeletionHasBeenSet =
true;
74 m_associatedServicesAtDeletion.emplace_back(std::forward<AssociatedServicesAtDeletionT>(value));
82 bool m_userJourneyNameHasBeenSet =
false;
83 bool m_associatedServicesAtDeletionHasBeenSet =
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