7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snowball/Snowball_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
36 template <
typename UnlockCodeT = Aws::String>
38 m_unlockCodeHasBeenSet =
true;
39 m_unlockCode = std::forward<UnlockCodeT>(value);
41 template <
typename UnlockCodeT = Aws::String>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_unlockCodeHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetUnlockCode() const
AWS_SNOWBALL_API GetJobUnlockCodeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetJobUnlockCodeResult & WithUnlockCode(UnlockCodeT &&value)
GetJobUnlockCodeResult & WithRequestId(RequestIdT &&value)
AWS_SNOWBALL_API GetJobUnlockCodeResult()=default
AWS_SNOWBALL_API GetJobUnlockCodeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUnlockCode(UnlockCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue