AWS SDK for C++

AWS SDK for C++ Version 1.11.610

Loading...
Searching...
No Matches
BatchDeleteEvaluationJobItem.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/EvaluationJobStatus.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Bedrock
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_BEDROCK_API BatchDeleteEvaluationJobItem() = default;
39 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetJobIdentifier() const { return m_jobIdentifier; }
47 inline bool JobIdentifierHasBeenSet() const { return m_jobIdentifierHasBeenSet; }
48 template<typename JobIdentifierT = Aws::String>
49 void SetJobIdentifier(JobIdentifierT&& value) { m_jobIdentifierHasBeenSet = true; m_jobIdentifier = std::forward<JobIdentifierT>(value); }
50 template<typename JobIdentifierT = Aws::String>
51 BatchDeleteEvaluationJobItem& WithJobIdentifier(JobIdentifierT&& value) { SetJobIdentifier(std::forward<JobIdentifierT>(value)); return *this;}
53
55
58 inline EvaluationJobStatus GetJobStatus() const { return m_jobStatus; }
59 inline bool JobStatusHasBeenSet() const { return m_jobStatusHasBeenSet; }
60 inline void SetJobStatus(EvaluationJobStatus value) { m_jobStatusHasBeenSet = true; m_jobStatus = value; }
63 private:
64
65 Aws::String m_jobIdentifier;
66 bool m_jobIdentifierHasBeenSet = false;
67
69 bool m_jobStatusHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace Bedrock
74} // namespace Aws
AWS_BEDROCK_API BatchDeleteEvaluationJobItem(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API BatchDeleteEvaluationJobItem & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchDeleteEvaluationJobItem & WithJobIdentifier(JobIdentifierT &&value)
BatchDeleteEvaluationJobItem & WithJobStatus(EvaluationJobStatus value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API BatchDeleteEvaluationJobItem()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue