7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename AccountIdT = Aws::String>
51 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
52 template<
typename AccountIdT = Aws::String>
64 template<
typename AccountAliasT = Aws::String>
65 void SetAccountAlias(AccountAliasT&& value) { m_accountAliasHasBeenSet =
true; m_accountAlias = std::forward<AccountAliasT>(value); }
66 template<
typename AccountAliasT = Aws::String>
72 bool m_accountIdHasBeenSet =
false;
75 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