AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AIAgentVersionSummary.h
1
6#pragma once
7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/AIAgentSummary.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QConnect
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_QCONNECT_API AIAgentVersionSummary();
37 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const AIAgentSummary& GetAiAgentSummary() const{ return m_aiAgentSummary; }
45 inline bool AiAgentSummaryHasBeenSet() const { return m_aiAgentSummaryHasBeenSet; }
46 inline void SetAiAgentSummary(const AIAgentSummary& value) { m_aiAgentSummaryHasBeenSet = true; m_aiAgentSummary = value; }
47 inline void SetAiAgentSummary(AIAgentSummary&& value) { m_aiAgentSummaryHasBeenSet = true; m_aiAgentSummary = std::move(value); }
48 inline AIAgentVersionSummary& WithAiAgentSummary(const AIAgentSummary& value) { SetAiAgentSummary(value); return *this;}
49 inline AIAgentVersionSummary& WithAiAgentSummary(AIAgentSummary&& value) { SetAiAgentSummary(std::move(value)); return *this;}
51
53
56 inline long long GetVersionNumber() const{ return m_versionNumber; }
57 inline bool VersionNumberHasBeenSet() const { return m_versionNumberHasBeenSet; }
58 inline void SetVersionNumber(long long value) { m_versionNumberHasBeenSet = true; m_versionNumber = value; }
59 inline AIAgentVersionSummary& WithVersionNumber(long long value) { SetVersionNumber(value); return *this;}
61 private:
62
63 AIAgentSummary m_aiAgentSummary;
64 bool m_aiAgentSummaryHasBeenSet = false;
65
66 long long m_versionNumber;
67 bool m_versionNumberHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace QConnect
72} // namespace Aws
AWS_QCONNECT_API AIAgentVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AIAgentVersionSummary & WithAiAgentSummary(AIAgentSummary &&value)
AIAgentVersionSummary & WithAiAgentSummary(const AIAgentSummary &value)
AIAgentVersionSummary & WithVersionNumber(long long value)
AWS_QCONNECT_API AIAgentVersionSummary(Aws::Utils::Json::JsonView jsonValue)
const AIAgentSummary & GetAiAgentSummary() const
void SetAiAgentSummary(const AIAgentSummary &value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue