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 ServiceFunctionIdT = Aws::String>
43 m_serviceFunctionIdHasBeenSet =
true;
44 m_serviceFunctionId = std::forward<ServiceFunctionIdT>(value);
46 template <
typename ServiceFunctionIdT = Aws::String>
59 template <
typename ServiceFunctionNameT = Aws::String>
61 m_serviceFunctionNameHasBeenSet =
true;
62 m_serviceFunctionName = std::forward<ServiceFunctionNameT>(value);
64 template <
typename ServiceFunctionNameT = Aws::String>
77 template <
typename ResourcesAddedT = Aws::Vector<Aws::String>>
79 m_resourcesAddedHasBeenSet =
true;
80 m_resourcesAdded = std::forward<ResourcesAddedT>(value);
82 template <
typename ResourcesAddedT = Aws::Vector<Aws::String>>
87 template <
typename ResourcesAddedT = Aws::String>
89 m_resourcesAddedHasBeenSet =
true;
90 m_resourcesAdded.emplace_back(std::forward<ResourcesAddedT>(value));
101 template <
typename ResourcesRemovedT = Aws::Vector<Aws::String>>
103 m_resourcesRemovedHasBeenSet =
true;
104 m_resourcesRemoved = std::forward<ResourcesRemovedT>(value);
106 template <
typename ResourcesRemovedT = Aws::Vector<Aws::String>>
111 template <
typename ResourcesRemovedT = Aws::String>
113 m_resourcesRemovedHasBeenSet =
true;
114 m_resourcesRemoved.emplace_back(std::forward<ResourcesRemovedT>(value));
126 bool m_serviceFunctionIdHasBeenSet =
false;
127 bool m_serviceFunctionNameHasBeenSet =
false;
128 bool m_resourcesAddedHasBeenSet =
false;
129 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