7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
59 m_isPrimaryHasBeenSet =
true;
70 bool m_isPrimary{
false};
71 bool m_nameHasBeenSet =
false;
72 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