AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
DataAccessorAuthenticationConfiguration.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/DataAccessorIdcTrustedTokenIssuerConfiguration.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
29 public:
30 AWS_QBUSINESS_API DataAccessorAuthenticationConfiguration() = default;
33 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
42 return m_idcTrustedTokenIssuerConfiguration;
43 }
44 inline bool IdcTrustedTokenIssuerConfigurationHasBeenSet() const { return m_idcTrustedTokenIssuerConfigurationHasBeenSet; }
45 template <typename IdcTrustedTokenIssuerConfigurationT = DataAccessorIdcTrustedTokenIssuerConfiguration>
47 m_idcTrustedTokenIssuerConfigurationHasBeenSet = true;
48 m_idcTrustedTokenIssuerConfiguration = std::forward<IdcTrustedTokenIssuerConfigurationT>(value);
49 }
50 template <typename IdcTrustedTokenIssuerConfigurationT = DataAccessorIdcTrustedTokenIssuerConfiguration>
52 SetIdcTrustedTokenIssuerConfiguration(std::forward<IdcTrustedTokenIssuerConfigurationT>(value));
53 return *this;
54 }
56 private:
57 DataAccessorIdcTrustedTokenIssuerConfiguration m_idcTrustedTokenIssuerConfiguration;
58 bool m_idcTrustedTokenIssuerConfigurationHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace QBusiness
63} // namespace Aws
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
DataAccessorAuthenticationConfiguration & WithIdcTrustedTokenIssuerConfiguration(IdcTrustedTokenIssuerConfigurationT &&value)
const DataAccessorIdcTrustedTokenIssuerConfiguration & GetIdcTrustedTokenIssuerConfiguration() const
AWS_QBUSINESS_API DataAccessorAuthenticationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API DataAccessorAuthenticationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetIdcTrustedTokenIssuerConfiguration(IdcTrustedTokenIssuerConfigurationT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue