7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
42 template<
typename UnlockCodeT = Aws::String>
43 void SetUnlockCode(UnlockCodeT&& value) { m_unlockCodeHasBeenSet =
true; m_unlockCode = std::forward<UnlockCodeT>(value); }
44 template<
typename UnlockCodeT = Aws::String>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_unlockCodeHasBeenSet =
false;
62 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