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>
20namespace resiliencehubv2 {
41 template <
typename ServiceNameT = Aws::String>
43 m_serviceNameHasBeenSet =
true;
44 m_serviceName = std::forward<ServiceNameT>(value);
46 template <
typename ServiceNameT = Aws::String>
57 template <
typename ServiceArnT = Aws::String>
59 m_serviceArnHasBeenSet =
true;
60 m_serviceArn = std::forward<ServiceArnT>(value);
62 template <
typename ServiceArnT = Aws::String>
75 template <
typename UserJourneysT = Aws::Vector<Aws::String>>
77 m_userJourneysHasBeenSet =
true;
78 m_userJourneys = std::forward<UserJourneysT>(value);
80 template <
typename UserJourneysT = Aws::Vector<Aws::String>>
85 template <
typename UserJourneysT = Aws::String>
87 m_userJourneysHasBeenSet =
true;
88 m_userJourneys.emplace_back(std::forward<UserJourneysT>(value));
98 bool m_serviceNameHasBeenSet =
false;
99 bool m_serviceArnHasBeenSet =
false;
100 bool m_userJourneysHasBeenSet =
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