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 {
42 template <
typename ServiceFunctionIdT = Aws::String>
44 m_serviceFunctionIdHasBeenSet =
true;
45 m_serviceFunctionId = std::forward<ServiceFunctionIdT>(value);
47 template <
typename ServiceFunctionIdT = Aws::String>
60 template <
typename ServiceFunctionNameT = Aws::String>
62 m_serviceFunctionNameHasBeenSet =
true;
63 m_serviceFunctionName = std::forward<ServiceFunctionNameT>(value);
65 template <
typename ServiceFunctionNameT = Aws::String>
78 template <
typename ResourcesRemovedT = Aws::Vector<Aws::String>>
80 m_resourcesRemovedHasBeenSet =
true;
81 m_resourcesRemoved = std::forward<ResourcesRemovedT>(value);
83 template <
typename ResourcesRemovedT = Aws::Vector<Aws::String>>
88 template <
typename ResourcesRemovedT = Aws::String>
90 m_resourcesRemovedHasBeenSet =
true;
91 m_resourcesRemoved.emplace_back(std::forward<ResourcesRemovedT>(value));
101 bool m_serviceFunctionIdHasBeenSet =
false;
102 bool m_serviceFunctionNameHasBeenSet =
false;
103 bool m_resourcesRemovedHasBeenSet =
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