AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
QuickSightConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.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
31 public:
32 AWS_QBUSINESS_API QuickSightConfiguration() = default;
35 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
44 inline const Aws::String& GetClientNamespace() const { return m_clientNamespace; }
45 inline bool ClientNamespaceHasBeenSet() const { return m_clientNamespaceHasBeenSet; }
46 template <typename ClientNamespaceT = Aws::String>
48 m_clientNamespaceHasBeenSet = true;
49 m_clientNamespace = std::forward<ClientNamespaceT>(value);
50 }
51 template <typename ClientNamespaceT = Aws::String>
53 SetClientNamespace(std::forward<ClientNamespaceT>(value));
54 return *this;
55 }
57 private:
58 Aws::String m_clientNamespace;
59 bool m_clientNamespaceHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace QBusiness
64} // namespace Aws
AWS_QBUSINESS_API QuickSightConfiguration(Aws::Utils::Json::JsonView jsonValue)
QuickSightConfiguration & WithClientNamespace(ClientNamespaceT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QBUSINESS_API QuickSightConfiguration()=default
AWS_QBUSINESS_API QuickSightConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue