Home
last modified time | relevance | path

Searched refs:SetJobID (Results 1 – 19 of 19) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mgn/include/aws/mgn/model/
H A DDeleteJobRequest.h48 inline void SetJobID(const Aws::String& value) { m_jobIDHasBeenSet = true; m_jobID = value; } in SetJobID() function
53 …inline void SetJobID(Aws::String&& value) { m_jobIDHasBeenSet = true; m_jobID = std::move(value); } in SetJobID() function
58 inline void SetJobID(const char* value) { m_jobIDHasBeenSet = true; m_jobID.assign(value); } in SetJobID() function
63 inline DeleteJobRequest& WithJobID(const Aws::String& value) { SetJobID(value); return *this;} in WithJobID()
68 …inline DeleteJobRequest& WithJobID(Aws::String&& value) { SetJobID(std::move(value)); return *this… in WithJobID()
73 inline DeleteJobRequest& WithJobID(const char* value) { SetJobID(value); return *this;} in WithJobID()
H A DDescribeJobLogItemsRequest.h48 inline void SetJobID(const Aws::String& value) { m_jobIDHasBeenSet = true; m_jobID = value; } in SetJobID() function
53 …inline void SetJobID(Aws::String&& value) { m_jobIDHasBeenSet = true; m_jobID = std::move(value); } in SetJobID() function
58 inline void SetJobID(const char* value) { m_jobIDHasBeenSet = true; m_jobID.assign(value); } in SetJobID() function
63 …inline DescribeJobLogItemsRequest& WithJobID(const Aws::String& value) { SetJobID(value); return *… in WithJobID()
68 …inline DescribeJobLogItemsRequest& WithJobID(Aws::String&& value) { SetJobID(std::move(value)); re… in WithJobID()
73 … inline DescribeJobLogItemsRequest& WithJobID(const char* value) { SetJobID(value); return *this;} in WithJobID()
H A DLifeCycleLastCutoverInitiated.h94 inline void SetJobID(const Aws::String& value) { m_jobIDHasBeenSet = true; m_jobID = value; } in SetJobID() function
99 …inline void SetJobID(Aws::String&& value) { m_jobIDHasBeenSet = true; m_jobID = std::move(value); } in SetJobID() function
104 inline void SetJobID(const char* value) { m_jobIDHasBeenSet = true; m_jobID.assign(value); } in SetJobID() function
109 …inline LifeCycleLastCutoverInitiated& WithJobID(const Aws::String& value) { SetJobID(value); retur… in WithJobID()
114 …inline LifeCycleLastCutoverInitiated& WithJobID(Aws::String&& value) { SetJobID(std::move(value));… in WithJobID()
119 …inline LifeCycleLastCutoverInitiated& WithJobID(const char* value) { SetJobID(value); return *this… in WithJobID()
H A DLifeCycleLastTestInitiated.h94 inline void SetJobID(const Aws::String& value) { m_jobIDHasBeenSet = true; m_jobID = value; } in SetJobID() function
99 …inline void SetJobID(Aws::String&& value) { m_jobIDHasBeenSet = true; m_jobID = std::move(value); } in SetJobID() function
104 inline void SetJobID(const char* value) { m_jobIDHasBeenSet = true; m_jobID.assign(value); } in SetJobID() function
109 …inline LifeCycleLastTestInitiated& WithJobID(const Aws::String& value) { SetJobID(value); return *… in WithJobID()
114 …inline LifeCycleLastTestInitiated& WithJobID(Aws::String&& value) { SetJobID(std::move(value)); re… in WithJobID()
119 … inline LifeCycleLastTestInitiated& WithJobID(const char* value) { SetJobID(value); return *this;} in WithJobID()
H A DLaunchedInstance.h126 inline void SetJobID(const Aws::String& value) { m_jobIDHasBeenSet = true; m_jobID = value; } in SetJobID() function
131 …inline void SetJobID(Aws::String&& value) { m_jobIDHasBeenSet = true; m_jobID = std::move(value); } in SetJobID() function
136 inline void SetJobID(const char* value) { m_jobIDHasBeenSet = true; m_jobID.assign(value); } in SetJobID() function
141 inline LaunchedInstance& WithJobID(const Aws::String& value) { SetJobID(value); return *this;} in WithJobID()
146 …inline LaunchedInstance& WithJobID(Aws::String&& value) { SetJobID(std::move(value)); return *this… in WithJobID()
151 inline LaunchedInstance& WithJobID(const char* value) { SetJobID(value); return *this;} in WithJobID()
H A DJob.h213 inline void SetJobID(const Aws::String& value) { m_jobIDHasBeenSet = true; m_jobID = value; } in SetJobID() function
218 …inline void SetJobID(Aws::String&& value) { m_jobIDHasBeenSet = true; m_jobID = std::move(value); } in SetJobID() function
223 inline void SetJobID(const char* value) { m_jobIDHasBeenSet = true; m_jobID.assign(value); } in SetJobID() function
228 inline Job& WithJobID(const Aws::String& value) { SetJobID(value); return *this;} in WithJobID()
233 inline Job& WithJobID(Aws::String&& value) { SetJobID(std::move(value)); return *this;} in WithJobID()
238 inline Job& WithJobID(const char* value) { SetJobID(value); return *this;} in WithJobID()
/dports/sysutils/nomad/nomad-1.1.0/scheduler/
H A Dstack.go110 s.taskGroupCSIVolumes.SetJobID(job.ID)
H A Dfeasible.go222 func (c *CSIVolumeChecker) SetJobID(jobID string) { func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3431 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3606 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
4838 func (s *Job) SetJobID(v string) *Job { func
4997 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5197 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5320 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3422 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3597 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
4829 func (s *Job) SetJobID(v string) *Job { func
4988 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5188 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5311 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3422 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3597 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
4829 func (s *Job) SetJobID(v string) *Job { func
4988 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5188 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5311 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3431 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3606 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
4838 func (s *Job) SetJobID(v string) *Job { func
4997 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5197 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5320 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3422 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3597 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
4829 func (s *Job) SetJobID(v string) *Job { func
4988 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5188 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5311 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3563 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3786 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
5218 func (s *Job) SetJobID(v string) *Job { func
5401 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5641 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5796 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3563 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3786 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
5218 func (s *Job) SetJobID(v string) *Job { func
5401 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5641 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5796 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3563 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3786 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
5218 func (s *Job) SetJobID(v string) *Job { func
5401 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5641 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5796 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3422 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3597 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
4829 func (s *Job) SetJobID(v string) *Job { func
4988 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5188 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5311 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3431 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3606 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
4838 func (s *Job) SetJobID(v string) *Job { func
4997 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5197 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5320 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/mgn/
H A Dapi.go3431 func (s *DeleteJobInput) SetJobID(v string) *DeleteJobInput { func
3606 func (s *DescribeJobLogItemsInput) SetJobID(v string) *DescribeJobLogItemsInput { func
4838 func (s *Job) SetJobID(v string) *Job { func
4997 func (s *LaunchedInstance) SetJobID(v string) *LaunchedInstance { func
5197 func (s *LifeCycleLastCutoverInitiated) SetJobID(v string) *LifeCycleLastCutoverInitiated { func
5320 func (s *LifeCycleLastTestInitiated) SetJobID(v string) *LifeCycleLastTestInitiated { func