Home
last modified time | relevance | path

Searched refs:ImportJobProperties (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-healthlake/include/aws/healthlake/model/
H A DImportJobProperties.h36 class AWS_HEALTHLAKE_API ImportJobProperties
39 ImportJobProperties();
40 ImportJobProperties(Aws::Utils::Json::JsonView jsonValue);
41 ImportJobProperties& operator=(Aws::Utils::Json::JsonView jsonValue);
73 … inline ImportJobProperties& WithJobId(const Aws::String& value) { SetJobId(value); return *this;} in WithJobId()
78 …inline ImportJobProperties& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *t… in WithJobId()
83 inline ImportJobProperties& WithJobId(const char* value) { SetJobId(value); return *this;} in WithJobId()
114 …inline ImportJobProperties& WithJobName(const Aws::String& value) { SetJobName(value); return *thi… in WithJobName()
124 inline ImportJobProperties& WithJobName(const char* value) { SetJobName(value); return *this;} in WithJobName()
155 …inline ImportJobProperties& WithJobStatus(const JobStatus& value) { SetJobStatus(value); return *t… in WithJobStatus()
[all …]
H A DListFHIRImportJobsResult.h41 …inline const Aws::Vector<ImportJobProperties>& GetImportJobPropertiesList() const{ return m_import… in GetImportJobPropertiesList()
47 …inline void SetImportJobPropertiesList(const Aws::Vector<ImportJobProperties>& value) { m_importJo… in SetImportJobPropertiesList()
53 …inline void SetImportJobPropertiesList(Aws::Vector<ImportJobProperties>&& value) { m_importJobProp… in SetImportJobPropertiesList()
59 …HIRImportJobsResult& WithImportJobPropertiesList(const Aws::Vector<ImportJobProperties>& value) { … in WithImportJobPropertiesList()
65 …inline ListFHIRImportJobsResult& WithImportJobPropertiesList(Aws::Vector<ImportJobProperties>&& va… in WithImportJobPropertiesList()
71 …inline ListFHIRImportJobsResult& AddImportJobPropertiesList(const ImportJobProperties& value) { m_… in AddImportJobPropertiesList()
77 …inline ListFHIRImportJobsResult& AddImportJobPropertiesList(ImportJobProperties&& value) { m_impor… in AddImportJobPropertiesList()
124 Aws::Vector<ImportJobProperties> m_importJobPropertiesList;
H A DDescribeFHIRImportJobResult.h39 … inline const ImportJobProperties& GetImportJobProperties() const{ return m_importJobProperties; } in GetImportJobProperties()
45 …inline void SetImportJobProperties(const ImportJobProperties& value) { m_importJobProperties = val… in SetImportJobProperties()
51 …inline void SetImportJobProperties(ImportJobProperties&& value) { m_importJobProperties = std::mov… in SetImportJobProperties()
57 …inline DescribeFHIRImportJobResult& WithImportJobProperties(const ImportJobProperties& value) { Se… in WithImportJobProperties()
63 …inline DescribeFHIRImportJobResult& WithImportJobProperties(ImportJobProperties&& value) { SetImpo… in WithImportJobProperties()
67 ImportJobProperties m_importJobProperties;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-healthlake/source/model/
H A DImportJobProperties.cpp21 ImportJobProperties::ImportJobProperties() : in ImportJobProperties() function in Aws::HealthLake::Model::ImportJobProperties
36 ImportJobProperties::ImportJobProperties(JsonView jsonValue) : in ImportJobProperties() function in Aws::HealthLake::Model::ImportJobProperties
52 ImportJobProperties& ImportJobProperties::operator =(JsonView jsonValue) in operator =()
127 JsonValue ImportJobProperties::Jsonize() const in Jsonize()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go1524 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
1539 s.ImportJobProperties = v
1709 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
1715 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
1721 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
1727 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
1733 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
1739 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
1745 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
1751 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go1524 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
1539 s.ImportJobProperties = v
1709 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
1715 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
1721 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
1727 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
1733 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
1739 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
1745 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
1751 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go1524 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
1539 s.ImportJobProperties = v
1709 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
1715 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
1721 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
1727 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
1733 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
1739 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
1745 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
1751 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go1524 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
1539 s.ImportJobProperties = v
1709 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
1715 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
1721 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
1727 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
1733 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
1739 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
1745 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
1751 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go1524 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
1539 s.ImportJobProperties = v
1709 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
1715 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
1721 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
1727 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
1733 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
1739 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
1745 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
1751 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go1524 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
1539 s.ImportJobProperties = v
1709 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
1715 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
1721 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
1727 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
1733 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
1739 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
1745 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
1751 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go1524 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
1539 s.ImportJobProperties = v
1709 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
1715 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
1721 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
1727 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
1733 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
1739 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
1745 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
1751 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go2120 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
2135 s.ImportJobProperties = v
2308 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
2314 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
2320 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
2326 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
2332 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
2338 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
2350 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
2356 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go2120 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
2135 s.ImportJobProperties = v
2308 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
2314 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
2320 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
2326 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
2332 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
2338 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
2350 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
2356 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go2224 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
2247 s.ImportJobProperties = v
2436 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
2442 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
2448 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
2454 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
2460 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
2466 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
2478 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
2484 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go2224 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
2247 s.ImportJobProperties = v
2436 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
2442 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
2448 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
2454 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
2460 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
2466 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
2478 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
2484 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go2224 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
2247 s.ImportJobProperties = v
2436 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
2442 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
2448 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
2454 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
2460 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
2466 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
2478 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
2484 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go2120 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
2135 s.ImportJobProperties = v
2308 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
2314 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
2320 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
2326 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
2332 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
2338 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
2350 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
2356 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/healthlake/
H A Dapi.go2120 ImportJobProperties *ImportJobProperties `type:"structure" required:"true"` member
2135 s.ImportJobProperties = v
2308 func (s *ImportJobProperties) SetDataAccessRoleArn(v string) *ImportJobProperties { argument
2314 func (s *ImportJobProperties) SetDatastoreId(v string) *ImportJobProperties { argument
2320 func (s *ImportJobProperties) SetEndTime(v time.Time) *ImportJobProperties { argument
2326 func (s *ImportJobProperties) SetInputDataConfig(v *InputDataConfig) *ImportJobProperties { argument
2332 func (s *ImportJobProperties) SetJobId(v string) *ImportJobProperties { argument
2338 func (s *ImportJobProperties) SetJobName(v string) *ImportJobProperties { argument
2350 func (s *ImportJobProperties) SetJobStatus(v string) *ImportJobProperties { argument
2356 func (s *ImportJobProperties) SetMessage(v string) *ImportJobProperties { argument
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/healthlake/
H A Dapi_op_DescribeFHIRImportJob.go50 ImportJobProperties *types.ImportJobProperties member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/healthlake/
H A Dapi_op_DescribeFHIRImportJob.go50 ImportJobProperties *types.ImportJobProperties member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/healthlake/
H A Dapi_op_DescribeFHIRImportJob.go50 ImportJobProperties *types.ImportJobProperties member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/healthlake/
H A Dapi_op_DescribeFHIRImportJob.go50 ImportJobProperties *types.ImportJobProperties member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/healthlake/
H A Dapi_op_DescribeFHIRImportJob.go52 ImportJobProperties *types.ImportJobProperties member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/healthlake/
H A Dapi_op_DescribeFHIRImportJob.go50 ImportJobProperties *types.ImportJobProperties member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/healthlake/
H A Dapi_op_DescribeFHIRImportJob.go50 ImportJobProperties *types.ImportJobProperties member

12