7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/GlacierRequest.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>
62 template<
typename VaultNameT = Aws::String>
63 void SetVaultName(VaultNameT&& value) { m_vaultNameHasBeenSet =
true; m_vaultName = std::forward<VaultNameT>(value); }
64 template<
typename VaultNameT = Aws::String>
75 template<
typename LockIdT = Aws::String>
76 void SetLockId(LockIdT&& value) { m_lockIdHasBeenSet =
true; m_lockId = std::forward<LockIdT>(value); }
77 template<
typename LockIdT = Aws::String>
83 bool m_accountIdHasBeenSet =
false;
86 bool m_vaultNameHasBeenSet =
false;
89 bool m_lockIdHasBeenSet =
false;
const Aws::String & GetLockId() const
const Aws::String & GetAccountId() const
AWS_GLACIER_API CompleteVaultLockRequest()=default
bool LockIdHasBeenSet() const
void SetLockId(LockIdT &&value)
const Aws::String & GetVaultName() const
CompleteVaultLockRequest & WithAccountId(AccountIdT &&value)
void SetVaultName(VaultNameT &&value)
bool AccountIdHasBeenSet() const
AWS_GLACIER_API Aws::String SerializePayload() const override
CompleteVaultLockRequest & WithLockId(LockIdT &&value)
void SetAccountId(AccountIdT &&value)
CompleteVaultLockRequest & WithVaultName(VaultNameT &&value)
virtual const char * GetServiceRequestName() const override
bool VaultNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String