7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/detective/Detective_EXPORTS.h>
41 template <
typename AsoT = Aws::String>
43 m_asoHasBeenSet =
true;
44 m_aso = std::forward<AsoT>(value);
46 template <
typename AsoT = Aws::String>
48 SetAso(std::forward<AsoT>(value));
61 m_isNewForEntireAccountHasBeenSet =
true;
62 m_isNewForEntireAccount = value;
71 bool m_asoHasBeenSet =
false;
73 bool m_isNewForEntireAccount{
false};
74 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