7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 inline void SetNumber(
int value) { m_numberHasBeenSet =
true; m_number = value; }
65 bool m_nameHasBeenSet =
false;
68 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