7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/fms/FMS_EXPORTS.h>
10#include <aws/fms/model/PossibleRemediationAction.h>
44 template <
typename DescriptionT = Aws::String>
46 m_descriptionHasBeenSet =
true;
47 m_description = std::forward<DescriptionT>(value);
49 template <
typename DescriptionT = Aws::String>
62 template <
typename ActionsT = Aws::Vector<PossibleRemediationAction>>
64 m_actionsHasBeenSet =
true;
65 m_actions = std::forward<ActionsT>(value);
67 template <
typename ActionsT = Aws::Vector<PossibleRemediationAction>>
72 template <
typename ActionsT = PossibleRemediationAction>
74 m_actionsHasBeenSet =
true;
75 m_actions.emplace_back(std::forward<ActionsT>(value));
83 bool m_descriptionHasBeenSet =
false;
84 bool m_actionsHasBeenSet =
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