/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Records a successful request to stop a specified
* JobRun
.See Also:
AWS
* API Reference
The name of the job definition used in the job run that was stopped.
*/ inline const Aws::String& GetJobName() const{ return m_jobName; } /** *The name of the job definition used in the job run that was stopped.
*/ inline bool JobNameHasBeenSet() const { return m_jobNameHasBeenSet; } /** *The name of the job definition used in the job run that was stopped.
*/ inline void SetJobName(const Aws::String& value) { m_jobNameHasBeenSet = true; m_jobName = value; } /** *The name of the job definition used in the job run that was stopped.
*/ inline void SetJobName(Aws::String&& value) { m_jobNameHasBeenSet = true; m_jobName = std::move(value); } /** *The name of the job definition used in the job run that was stopped.
*/ inline void SetJobName(const char* value) { m_jobNameHasBeenSet = true; m_jobName.assign(value); } /** *The name of the job definition used in the job run that was stopped.
*/ inline BatchStopJobRunSuccessfulSubmission& WithJobName(const Aws::String& value) { SetJobName(value); return *this;} /** *The name of the job definition used in the job run that was stopped.
*/ inline BatchStopJobRunSuccessfulSubmission& WithJobName(Aws::String&& value) { SetJobName(std::move(value)); return *this;} /** *The name of the job definition used in the job run that was stopped.
*/ inline BatchStopJobRunSuccessfulSubmission& WithJobName(const char* value) { SetJobName(value); return *this;} /** *The JobRunId
of the job run that was stopped.
The JobRunId
of the job run that was stopped.
The JobRunId
of the job run that was stopped.
The JobRunId
of the job run that was stopped.
The JobRunId
of the job run that was stopped.
The JobRunId
of the job run that was stopped.
The JobRunId
of the job run that was stopped.
The JobRunId
of the job run that was stopped.