7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
19namespace resiliencehubv2 {
41 template <
typename ActionIdT = Aws::String>
43 m_actionIdHasBeenSet =
true;
44 m_actionId = std::forward<ActionIdT>(value);
46 template <
typename ActionIdT = Aws::String>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename ResourceTypeT = Aws::String>
79 m_resourceTypeHasBeenSet =
true;
80 m_resourceType = std::forward<ResourceTypeT>(value);
82 template <
typename ResourceTypeT = Aws::String>
94 bool m_actionIdHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
96 bool m_resourceTypeHasBeenSet =
false;
TestAction & WithResourceType(ResourceTypeT &&value)
TestAction & WithDescription(DescriptionT &&value)
void SetResourceType(ResourceTypeT &&value)
const Aws::String & GetActionId() const
bool ResourceTypeHasBeenSet() const
bool ActionIdHasBeenSet() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESILIENCEHUBV2_API TestAction(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API TestAction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API TestAction()=default
const Aws::String & GetResourceType() const
TestAction & WithActionId(ActionIdT &&value)
void SetActionId(ActionIdT &&value)
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue