7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename UserAgentT = Aws::String>
48 void SetUserAgent(UserAgentT&& value) { m_userAgentHasBeenSet =
true; m_userAgent = std::forward<UserAgentT>(value); }
49 template<
typename UserAgentT = Aws::String>
59 inline void SetIsNewForEntireAccount(
bool value) { m_isNewForEntireAccountHasBeenSet =
true; m_isNewForEntireAccount = value; }
65 bool m_userAgentHasBeenSet =
false;
67 bool m_isNewForEntireAccount{
false};
68 bool m_isNewForEntireAccountHasBeenSet =
false;
bool UserAgentHasBeenSet() const
AWS_DETECTIVE_API NewUserAgentDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIsNewForEntireAccount(bool value)
bool GetIsNewForEntireAccount() const
bool IsNewForEntireAccountHasBeenSet() const
NewUserAgentDetail & WithUserAgent(UserAgentT &&value)
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
NewUserAgentDetail & WithIsNewForEntireAccount(bool value)
void SetUserAgent(UserAgentT &&value)
AWS_DETECTIVE_API NewUserAgentDetail(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserAgent() const
AWS_DETECTIVE_API NewUserAgentDetail()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue