7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
40 template <
typename ResourceIdT = Aws::String>
42 m_resourceIdHasBeenSet =
true;
43 m_resourceId = std::forward<ResourceIdT>(value);
45 template <
typename ResourceIdT = Aws::String>
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
73 bool m_resourceIdHasBeenSet =
false;
74 bool m_descriptionHasBeenSet =
false;
ActionTarget & WithDescription(DescriptionT &&value)
void SetResourceId(ResourceIdT &&value)
const Aws::String & GetDescription() const
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FMS_API ActionTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
ActionTarget & WithResourceId(ResourceIdT &&value)
AWS_FMS_API ActionTarget(Aws::Utils::Json::JsonView jsonValue)
bool ResourceIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetResourceId() const
AWS_FMS_API ActionTarget()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue