7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 inline void SetNumber(
int value) { m_numberHasBeenSet =
true; m_number = value; }
72 bool m_nameHasBeenSet =
false;
75 bool m_numberHasBeenSet =
false;
void SetName(NameT &&value)
AWS_SECURITYHUB_API NetworkAutonomousSystem()=default
const Aws::String & GetName() const
void SetNumber(int value)
NetworkAutonomousSystem & WithName(NameT &&value)
NetworkAutonomousSystem & WithNumber(int value)
bool NameHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API NetworkAutonomousSystem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NumberHasBeenSet() const
AWS_SECURITYHUB_API NetworkAutonomousSystem(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue