7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename FeatureT = Aws::String>
61 m_featureHasBeenSet =
true;
62 m_feature = std::forward<FeatureT>(value);
64 template <
typename FeatureT = Aws::String>
74 bool m_nameHasBeenSet =
false;
75 bool m_featureHasBeenSet =
false;
const Aws::String & GetName() const
AWS_GUARDDUTY_API Product & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FeatureHasBeenSet() const
Product & WithFeature(FeatureT &&value)
const Aws::String & GetFeature() const
AWS_GUARDDUTY_API Product()=default
bool NameHasBeenSet() const
void SetFeature(FeatureT &&value)
AWS_GUARDDUTY_API Product(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
Product & WithName(NameT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue