7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ResourceIdT = Aws::String>
47 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
48 template<
typename ResourceIdT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
66 bool m_resourceIdHasBeenSet =
false;
69 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