7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
64 template <
typename DescriptionT = Aws::String>
66 m_descriptionHasBeenSet =
true;
67 m_description = std::forward<DescriptionT>(value);
69 template <
typename DescriptionT = Aws::String>
84 template <
typename LabelsT = Aws::Vector<Aws::String>>
86 m_labelsHasBeenSet =
true;
87 m_labels = std::forward<LabelsT>(value);
89 template <
typename LabelsT = Aws::Vector<Aws::String>>
94 template <
typename LabelsT = Aws::String>
96 m_labelsHasBeenSet =
true;
97 m_labels.emplace_back(std::forward<LabelsT>(value));
107 bool m_nameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
109 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