7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AccountIDT = Aws::String>
47 void SetAccountID(AccountIDT&& value) { m_accountIDHasBeenSet =
true; m_accountID = std::forward<AccountIDT>(value); }
48 template<
typename AccountIDT = Aws::String>
54 bool m_accountIDHasBeenSet =
false;
const Aws::String & GetAccountID() const
AWS_DRS_API Account & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API Account()=default
void SetAccountID(AccountIDT &&value)
Account & WithAccountID(AccountIDT &&value)
bool AccountIDHasBeenSet() const
AWS_DRS_API Account(Aws::Utils::Json::JsonView jsonValue)
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue