7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
44 template <
typename AccountIdT = Aws::String>
46 m_accountIdHasBeenSet =
true;
47 m_accountId = std::forward<AccountIdT>(value);
49 template <
typename AccountIdT = Aws::String>
64 template <
typename AccountAliasT = Aws::String>
66 m_accountAliasHasBeenSet =
true;
67 m_accountAlias = std::forward<AccountAliasT>(value);
69 template <
typename AccountAliasT = Aws::String>
79 bool m_accountIdHasBeenSet =
false;
80 bool m_accountAliasHasBeenSet =
false;
AccountWithRestoreAccess & WithAccountId(AccountIdT &&value)
AWS_REDSHIFT_API AccountWithRestoreAccess()=default
AWS_REDSHIFT_API AccountWithRestoreAccess & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AccountIdHasBeenSet() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetAccountAlias(AccountAliasT &&value)
const Aws::String & GetAccountId() const
AWS_REDSHIFT_API AccountWithRestoreAccess(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetAccountId(AccountIdT &&value)
AccountWithRestoreAccess & WithAccountAlias(AccountAliasT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool AccountAliasHasBeenSet() const
const Aws::String & GetAccountAlias() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream