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