7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/GlacierRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
57 bool m_accountIdHasBeenSet =
false;
void SetAccountId(AccountIdT &&value)
GetDataRetrievalPolicyRequest & WithAccountId(AccountIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GLACIER_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
bool AccountIdHasBeenSet() const
AWS_GLACIER_API GetDataRetrievalPolicyRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String