7#include <aws/connecthealth/ConnectHealthRequest.h>
8#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConnectHealth {
37 template <
typename DomainIdT = Aws::String>
39 m_domainIdHasBeenSet =
true;
40 m_domainId = std::forward<DomainIdT>(value);
42 template <
typename DomainIdT = Aws::String>
55 template <
typename JobIdT = Aws::String>
57 m_jobIdHasBeenSet =
true;
58 m_jobId = std::forward<JobIdT>(value);
60 template <
typename JobIdT = Aws::String>
62 SetJobId(std::forward<JobIdT>(value));
70 bool m_domainIdHasBeenSet =
false;
71 bool m_jobIdHasBeenSet =
false;
void SetJobId(JobIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONNECTHEALTH_API Aws::String SerializePayload() const override
AWS_CONNECTHEALTH_API GetPatientInsightsJobRequest()=default
GetPatientInsightsJobRequest & WithJobId(JobIdT &&value)
bool DomainIdHasBeenSet() const
void SetDomainId(DomainIdT &&value)
const Aws::String & GetDomainId() const
GetPatientInsightsJobRequest & WithDomainId(DomainIdT &&value)
bool JobIdHasBeenSet() const
const Aws::String & GetJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String