7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
64 template<
typename DescriptionT = Aws::String>
65 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
66 template<
typename DescriptionT = Aws::String>
78 template<
typename LabelsT = Aws::Vector<Aws::String>>
79 void SetLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels = std::forward<LabelsT>(value); }
80 template<
typename LabelsT = Aws::Vector<Aws::String>>
82 template<
typename LabelsT = Aws::String>
83 GeneratorDetails&
AddLabels(LabelsT&& value) { m_labelsHasBeenSet =
true; m_labels.emplace_back(std::forward<LabelsT>(value));
return *
this; }
88 bool m_nameHasBeenSet =
false;
91 bool m_descriptionHasBeenSet =
false;
94 bool m_labelsHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetName(NameT &&value)
GeneratorDetails & AddLabels(LabelsT &&value)
GeneratorDetails & WithName(NameT &&value)
AWS_SECURITYHUB_API GeneratorDetails(Aws::Utils::Json::JsonView jsonValue)
GeneratorDetails & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetLabels(LabelsT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetLabels() const
AWS_SECURITYHUB_API GeneratorDetails()=default
AWS_SECURITYHUB_API GeneratorDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
GeneratorDetails & WithLabels(LabelsT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool LabelsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue