7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename JobIdT = Aws::String>
41 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
42 template<
typename JobIdT = Aws::String>
51 template<
typename JobOwnerT = Aws::String>
52 void SetJobOwner(JobOwnerT&& value) { m_jobOwnerHasBeenSet =
true; m_jobOwner = std::forward<JobOwnerT>(value); }
53 template<
typename JobOwnerT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_jobIdHasBeenSet =
false;
71 bool m_jobOwnerHasBeenSet =
false;
74 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)
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