Home
last modified time | relevance | path

Searched refs:JobDependency (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/include/aws/batch/model/
H A DJobDependency.h32 class AWS_BATCH_API JobDependency
35 JobDependency();
36 JobDependency(Aws::Utils::Json::JsonView jsonValue);
37 JobDependency& operator=(Aws::Utils::Json::JsonView jsonValue);
69 inline JobDependency& WithJobId(const Aws::String& value) { SetJobId(value); return *this;} in WithJobId()
74 … inline JobDependency& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;} in WithJobId()
79 inline JobDependency& WithJobId(const char* value) { SetJobId(value); return *this;} in WithJobId()
105 inline JobDependency& WithType(const ArrayJobDependency& value) { SetType(value); return *this;} in WithType()
110 …inline JobDependency& WithType(ArrayJobDependency&& value) { SetType(std::move(value)); return *th… in WithType()
H A DSubmitJobRequest.h217 inline const Aws::Vector<JobDependency>& GetDependsOn() const{ return m_dependsOn; } in GetDependsOn()
239 …inline void SetDependsOn(const Aws::Vector<JobDependency>& value) { m_dependsOnHasBeenSet = true; … in SetDependsOn()
250 …inline void SetDependsOn(Aws::Vector<JobDependency>&& value) { m_dependsOnHasBeenSet = true; m_dep… in SetDependsOn()
261 …inline SubmitJobRequest& WithDependsOn(const Aws::Vector<JobDependency>& value) { SetDependsOn(val… in WithDependsOn()
272 …inline SubmitJobRequest& WithDependsOn(Aws::Vector<JobDependency>&& value) { SetDependsOn(std::mov… in WithDependsOn()
283 …inline SubmitJobRequest& AddDependsOn(const JobDependency& value) { m_dependsOnHasBeenSet = true; … in AddDependsOn()
294 …inline SubmitJobRequest& AddDependsOn(JobDependency&& value) { m_dependsOnHasBeenSet = true; m_dep… in AddDependsOn()
885 Aws::Vector<JobDependency> m_dependsOn;
H A DJobDetail.h502 inline const Aws::Vector<JobDependency>& GetDependsOn() const{ return m_dependsOn; } in GetDependsOn()
512 …inline void SetDependsOn(const Aws::Vector<JobDependency>& value) { m_dependsOnHasBeenSet = true; … in SetDependsOn()
517 …inline void SetDependsOn(Aws::Vector<JobDependency>&& value) { m_dependsOnHasBeenSet = true; m_dep… in SetDependsOn()
522 …inline JobDetail& WithDependsOn(const Aws::Vector<JobDependency>& value) { SetDependsOn(value); re… in WithDependsOn()
527 …inline JobDetail& WithDependsOn(Aws::Vector<JobDependency>&& value) { SetDependsOn(std::move(value… in WithDependsOn()
532 …inline JobDetail& AddDependsOn(const JobDependency& value) { m_dependsOnHasBeenSet = true; m_depen… in AddDependsOn()
537 …inline JobDetail& AddDependsOn(JobDependency&& value) { m_dependsOnHasBeenSet = true; m_dependsOn.… in AddDependsOn()
1050 Aws::Vector<JobDependency> m_dependsOn;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-batch/source/model/
H A DJobDependency.cpp21 JobDependency::JobDependency() : in JobDependency() function in Aws::Batch::Model::JobDependency
28 JobDependency::JobDependency(JsonView jsonValue) : in JobDependency() function in Aws::Batch::Model::JobDependency
36 JobDependency& JobDependency::operator =(JsonView jsonValue) in operator =()
55 JsonValue JobDependency::Jsonize() const in Jsonize()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/batch/types/
H A Dtypes.go1024 type JobDependency struct {
1088 DependsOn []JobDependency
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/batch/types/
H A Dtypes.go1024 type JobDependency struct { struct
1088 DependsOn []JobDependency
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/batch/types/
H A Dtypes.go1024 type JobDependency struct { struct
1088 DependsOn []JobDependency
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/batch/types/
H A Dtypes.go1097 type JobDependency struct { struct
1161 DependsOn []JobDependency
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/batch/types/
H A Dtypes.go1097 type JobDependency struct { struct
1161 DependsOn []JobDependency
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/batch/types/
H A Dtypes.go1097 type JobDependency struct { struct
1161 DependsOn []JobDependency
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/batch/types/
H A Dtypes.go1097 type JobDependency struct { struct
1161 DependsOn []JobDependency
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/batch/types/
H A Dtypes.go1146 type JobDependency struct { struct
1212 DependsOn []JobDependency
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3515 type JobDependency struct { struct
3526 func (s JobDependency) String() string { argument
3531 func (s JobDependency) GoString() string { argument
3536 func (s *JobDependency) SetJobId(v string) *JobDependency { argument
3542 func (s *JobDependency) SetType(v string) *JobDependency { argument
3569 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
3658 func (s *JobDetail) SetDependsOn(v []*JobDependency) *JobDetail {
4346 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
4431 func (s *SubmitJobInput) SetDependsOn(v []*JobDependency) *SubmitJobInput {
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3533 type JobDependency struct { struct
3544 func (s JobDependency) String() string { argument
3549 func (s JobDependency) GoString() string { argument
3554 func (s *JobDependency) SetJobId(v string) *JobDependency { argument
3560 func (s *JobDependency) SetType(v string) *JobDependency { argument
3587 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
3672 func (s *JobDetail) SetDependsOn(v []*JobDependency) *JobDetail {
4323 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
4398 func (s *SubmitJobInput) SetDependsOn(v []*JobDependency) *SubmitJobInput {
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/batch/
H A Dapi.go3515 type JobDependency struct { struct
3526 func (s JobDependency) String() string { argument
3531 func (s JobDependency) GoString() string { argument
3536 func (s *JobDependency) SetJobId(v string) *JobDependency { argument
3542 func (s *JobDependency) SetType(v string) *JobDependency { argument
3569 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
3658 func (s *JobDetail) SetDependsOn(v []*JobDependency) *JobDetail {
4346 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
4431 func (s *SubmitJobInput) SetDependsOn(v []*JobDependency) *SubmitJobInput {
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/batch/
H A Dapi_op_SubmitJob.go82 DependsOn []types.JobDependency
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/batch/
H A Dapi_op_SubmitJob.go78 DependsOn []types.JobDependency
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/batch/
H A Dapi_op_SubmitJob.go82 DependsOn []types.JobDependency
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/batch/
H A Dapi_op_SubmitJob.go78 DependsOn []types.JobDependency
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/batch/
H A Dapi_op_SubmitJob.go78 DependsOn []types.JobDependency
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/batch/
H A Dapi_op_SubmitJob.go82 DependsOn []types.JobDependency
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/batch/
H A Dapi_op_SubmitJob.go82 DependsOn []types.JobDependency
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/batch/
H A Dapi_op_SubmitJob.go82 DependsOn []types.JobDependency
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3378 type JobDependency struct { struct
3386 func (s JobDependency) String() string { argument
3391 func (s JobDependency) GoString() string { argument
3396 func (s *JobDependency) SetJobId(v string) *JobDependency { argument
3418 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
3497 func (s *JobDetail) SetDependsOn(v []*JobDependency) *JobDetail {
4072 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
4141 func (s *SubmitJobInput) SetDependsOn(v []*JobDependency) *SubmitJobInput {
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/batch/
H A Dapi.go3698 type JobDependency struct { struct
3709 func (s JobDependency) String() string { argument
3714 func (s JobDependency) GoString() string { argument
3719 func (s *JobDependency) SetJobId(v string) *JobDependency { argument
3725 func (s *JobDependency) SetType(v string) *JobDependency { argument
3752 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
3852 func (s *JobDetail) SetDependsOn(v []*JobDependency) *JobDetail {
5083 DependsOn []*JobDependency `locationName:"dependsOn" type:"list"`
5182 func (s *SubmitJobInput) SetDependsOn(v []*JobDependency) *SubmitJobInput {

123