7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ConnectHealth {
36 template <
typename JobArnT = Aws::String>
38 m_jobArnHasBeenSet =
true;
39 m_jobArn = std::forward<JobArnT>(value);
41 template <
typename JobArnT = Aws::String>
53 template <
typename JobIdT = Aws::String>
55 m_jobIdHasBeenSet =
true;
56 m_jobId = std::forward<JobIdT>(value);
58 template <
typename JobIdT = Aws::String>
60 SetJobId(std::forward<JobIdT>(value));
70 template <
typename CreationTimeT = Aws::Utils::DateTime>
72 m_creationTimeHasBeenSet =
true;
73 m_creationTime = std::forward<CreationTimeT>(value);
75 template <
typename CreationTimeT = Aws::Utils::DateTime>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
107 bool m_jobArnHasBeenSet =
false;
108 bool m_jobIdHasBeenSet =
false;
109 bool m_creationTimeHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
StartPatientInsightsJobResult & WithRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_CONNECTHEALTH_API StartPatientInsightsJobResult()=default
void SetJobArn(JobArnT &&value)
void SetRequestId(RequestIdT &&value)
StartPatientInsightsJobResult & WithJobArn(JobArnT &&value)
void SetJobId(JobIdT &&value)
const Aws::String & GetJobArn() const
const Aws::String & GetRequestId() const
AWS_CONNECTHEALTH_API StartPatientInsightsJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetJobId() const
StartPatientInsightsJobResult & WithCreationTime(CreationTimeT &&value)
StartPatientInsightsJobResult & WithJobId(JobIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CONNECTHEALTH_API StartPatientInsightsJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue