AWS SDK for C++

AWS SDK for C++ Version 1.11.684

Loading...
Searching...
No Matches
BatchDeleteEvaluationJobItem.h
1
6#pragma once
7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/EvaluationJobStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Bedrock {
21namespace Model {
22
30 public:
31 AWS_BEDROCK_API BatchDeleteEvaluationJobItem() = default;
34 AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetJobIdentifier() const { return m_jobIdentifier; }
41 inline bool JobIdentifierHasBeenSet() const { return m_jobIdentifierHasBeenSet; }
42 template <typename JobIdentifierT = Aws::String>
43 void SetJobIdentifier(JobIdentifierT&& value) {
44 m_jobIdentifierHasBeenSet = true;
45 m_jobIdentifier = std::forward<JobIdentifierT>(value);
46 }
47 template <typename JobIdentifierT = Aws::String>
49 SetJobIdentifier(std::forward<JobIdentifierT>(value));
50 return *this;
51 }
53
55
58 inline EvaluationJobStatus GetJobStatus() const { return m_jobStatus; }
59 inline bool JobStatusHasBeenSet() const { return m_jobStatusHasBeenSet; }
60 inline void SetJobStatus(EvaluationJobStatus value) {
61 m_jobStatusHasBeenSet = true;
62 m_jobStatus = value;
63 }
65 SetJobStatus(value);
66 return *this;
67 }
69 private:
70 Aws::String m_jobIdentifier;
71 bool m_jobIdentifierHasBeenSet = false;
72
74 bool m_jobStatusHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace Bedrock
79} // 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