Home
last modified time | relevance | path

Searched refs:m_processingJobArn (Results 1 – 10 of 10) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DCreateProcessingJobResult.h38 inline const Aws::String& GetProcessingJobArn() const{ return m_processingJobArn; } in GetProcessingJobArn()
43 inline void SetProcessingJobArn(const Aws::String& value) { m_processingJobArn = value; } in SetProcessingJobArn()
48 inline void SetProcessingJobArn(Aws::String&& value) { m_processingJobArn = std::move(value); } in SetProcessingJobArn()
53 inline void SetProcessingJobArn(const char* value) { m_processingJobArn.assign(value); } in SetProcessingJobArn()
72 Aws::String m_processingJobArn;
H A DProcessingJobSummary.h86 inline const Aws::String& GetProcessingJobArn() const{ return m_processingJobArn; } in GetProcessingJobArn()
96 …bArn(const Aws::String& value) { m_processingJobArnHasBeenSet = true; m_processingJobArn = value; } in SetProcessingJobArn()
101 …JobArn(Aws::String&& value) { m_processingJobArnHasBeenSet = true; m_processingJobArn = std::move(… in SetProcessingJobArn()
106 …ngJobArn(const char* value) { m_processingJobArnHasBeenSet = true; m_processingJobArn.assign(value… in SetProcessingJobArn()
350 Aws::String m_processingJobArn; variable
H A DMonitoringExecutionSummary.h212 inline const Aws::String& GetProcessingJobArn() const{ return m_processingJobArn; } in GetProcessingJobArn()
222 …bArn(const Aws::String& value) { m_processingJobArnHasBeenSet = true; m_processingJobArn = value; } in SetProcessingJobArn()
227 …JobArn(Aws::String&& value) { m_processingJobArnHasBeenSet = true; m_processingJobArn = std::move(… in SetProcessingJobArn()
232 …ngJobArn(const char* value) { m_processingJobArnHasBeenSet = true; m_processingJobArn.assign(value… in SetProcessingJobArn()
420 Aws::String m_processingJobArn; variable
H A DDescribeProcessingJobResult.h398 inline const Aws::String& GetProcessingJobArn() const{ return m_processingJobArn; } in GetProcessingJobArn()
403 inline void SetProcessingJobArn(const Aws::String& value) { m_processingJobArn = value; } in SetProcessingJobArn()
408 inline void SetProcessingJobArn(Aws::String&& value) { m_processingJobArn = std::move(value); } in SetProcessingJobArn()
413 inline void SetProcessingJobArn(const char* value) { m_processingJobArn.assign(value); } in SetProcessingJobArn()
783 Aws::String m_processingJobArn; variable
H A DProcessingJob.h361 inline const Aws::String& GetProcessingJobArn() const{ return m_processingJobArn; } in GetProcessingJobArn()
371 …bArn(const Aws::String& value) { m_processingJobArnHasBeenSet = true; m_processingJobArn = value; } in SetProcessingJobArn()
376 …JobArn(Aws::String&& value) { m_processingJobArnHasBeenSet = true; m_processingJobArn = std::move(… in SetProcessingJobArn()
381 …ngJobArn(const char* value) { m_processingJobArnHasBeenSet = true; m_processingJobArn.assign(value… in SetProcessingJobArn()
887 Aws::String m_processingJobArn; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/source/model/
H A DProcessingJobSummary.cpp59 m_processingJobArn = jsonValue.GetString("ProcessingJobArn"); in operator =()
121 payload.WithString("ProcessingJobArn", m_processingJobArn); in Jsonize()
H A DMonitoringExecutionSummary.cpp93 m_processingJobArn = jsonValue.GetString("ProcessingJobArn"); in operator =()
161 payload.WithString("ProcessingJobArn", m_processingJobArn); in Jsonize()
H A DCreateProcessingJobResult.cpp33 m_processingJobArn = jsonValue.GetString("ProcessingJobArn"); in operator =()
H A DProcessingJob.cpp156 m_processingJobArn = jsonValue.GetString("ProcessingJobArn"); in operator =()
320 payload.WithString("ProcessingJobArn", m_processingJobArn); in Jsonize()
H A DDescribeProcessingJobResult.cpp101 m_processingJobArn = jsonValue.GetString("ProcessingJobArn"); in operator =()