7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template <
typename LockIdT = Aws::String>
42 m_lockIdHasBeenSet =
true;
43 m_lockId = std::forward<LockIdT>(value);
45 template <
typename LockIdT = Aws::String>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
70 bool m_lockIdHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_GLACIER_API InitiateVaultLockResult()=default
InitiateVaultLockResult & WithLockId(LockIdT &&value)
const Aws::String & GetRequestId() const
void SetLockId(LockIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLACIER_API InitiateVaultLockResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLockId() const
AWS_GLACIER_API InitiateVaultLockResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
InitiateVaultLockResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue