7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/Signer_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename JobIdT = Aws::String>
37 m_jobIdHasBeenSet =
true;
38 m_jobId = std::forward<JobIdT>(value);
40 template <
typename JobIdT = Aws::String>
42 SetJobId(std::forward<JobIdT>(value));
52 template <
typename JobOwnerT = Aws::String>
54 m_jobOwnerHasBeenSet =
true;
55 m_jobOwner = std::forward<JobOwnerT>(value);
57 template <
typename JobOwnerT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_jobIdHasBeenSet =
false;
88 bool m_jobOwnerHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_SIGNER_API StartSigningJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobId(JobIdT &&value)
StartSigningJobResult & WithJobId(JobIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetJobOwner(JobOwnerT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
const Aws::String & GetJobOwner() const
StartSigningJobResult & WithRequestId(RequestIdT &&value)
AWS_SIGNER_API StartSigningJobResult()=default
const Aws::String & GetJobId() const
AWS_SIGNER_API StartSigningJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartSigningJobResult & WithJobOwner(JobOwnerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue