AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
ResponseConfiguration.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/InstructionCollection.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QBusiness {
20namespace Model {
21
30 public:
31 AWS_QBUSINESS_API ResponseConfiguration() = default;
34 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const InstructionCollection& GetInstructionCollection() const { return m_instructionCollection; }
43 inline bool InstructionCollectionHasBeenSet() const { return m_instructionCollectionHasBeenSet; }
44 template <typename InstructionCollectionT = InstructionCollection>
46 m_instructionCollectionHasBeenSet = true;
47 m_instructionCollection = std::forward<InstructionCollectionT>(value);
48 }
49 template <typename InstructionCollectionT = InstructionCollection>
51 SetInstructionCollection(std::forward<InstructionCollectionT>(value));
52 return *this;
53 }
55 private:
56 InstructionCollection m_instructionCollection;
57 bool m_instructionCollectionHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace QBusiness
62} // namespace Aws
void SetInstructionCollection(InstructionCollectionT &&value)
const InstructionCollection & GetInstructionCollection() const
AWS_QBUSINESS_API ResponseConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API ResponseConfiguration()=default
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
ResponseConfiguration & WithInstructionCollection(InstructionCollectionT &&value)
AWS_QBUSINESS_API ResponseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue