7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signer/Signer_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename JobIdT = Aws::String>
36 m_jobIdHasBeenSet =
true;
37 m_jobId = std::forward<JobIdT>(value);
39 template <
typename JobIdT = Aws::String>
41 SetJobId(std::forward<JobIdT>(value));
51 template <
typename JobOwnerT = Aws::String>
53 m_jobOwnerHasBeenSet =
true;
54 m_jobOwner = std::forward<JobOwnerT>(value);
56 template <
typename JobOwnerT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_jobIdHasBeenSet =
false;
84 bool m_jobOwnerHasBeenSet =
false;
85 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