7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
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_isPrimaryHasBeenSet =
true;
71 bool m_isPrimary{
false};
72 bool m_nameHasBeenSet =
false;
73 bool m_isPrimaryHasBeenSet =
false;
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsPrimary(bool value)
AWS_SECURITYAGENT_API Category()=default
AWS_SECURITYAGENT_API Category & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool GetIsPrimary() const
Category & WithIsPrimary(bool value)
void SetName(NameT &&value)
bool IsPrimaryHasBeenSet() const
AWS_SECURITYAGENT_API Category(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
Category & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue