7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetAso(
Aws::String&& value) { m_asoHasBeenSet =
true; m_aso = std::move(value); }
49 inline void SetAso(
const char* value) { m_asoHasBeenSet =
true; m_aso.assign(value); }
62 inline void SetIsNewForEntireAccount(
bool value) { m_isNewForEntireAccountHasBeenSet =
true; m_isNewForEntireAccount = value; }
68 bool m_asoHasBeenSet =
false;
70 bool m_isNewForEntireAccount;
71 bool m_isNewForEntireAccountHasBeenSet =
false;
void SetAso(Aws::String &&value)
bool GetIsNewForEntireAccount() const
NewAsoDetail & WithAso(const char *value)
void SetAso(const Aws::String &value)
NewAsoDetail & WithAso(Aws::String &&value)
AWS_DETECTIVE_API NewAsoDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsNewForEntireAccount(bool value)
bool AsoHasBeenSet() const
NewAsoDetail & WithAso(const Aws::String &value)
bool IsNewForEntireAccountHasBeenSet() const
AWS_DETECTIVE_API NewAsoDetail(Aws::Utils::Json::JsonView jsonValue)
NewAsoDetail & WithIsNewForEntireAccount(bool value)
void SetAso(const char *value)
const Aws::String & GetAso() const
AWS_DETECTIVE_API NewAsoDetail()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue