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));
60 m_numberHasBeenSet =
true;
72 bool m_nameHasBeenSet =
false;
73 bool m_numberHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetName(NameT &&value)
AWS_GUARDDUTY_API AutonomousSystem & operator=(Aws::Utils::Json::JsonView jsonValue)
AutonomousSystem & WithNumber(int value)
AWS_GUARDDUTY_API AutonomousSystem(Aws::Utils::Json::JsonView jsonValue)
bool NumberHasBeenSet() const
AutonomousSystem & WithName(NameT &&value)
void SetNumber(int value)
AWS_GUARDDUTY_API AutonomousSystem()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue