AWS SDK for C++

AWS SDK for C++ Version 1.11.850

Loading...
Searching...
No Matches
WalletPasswordSourceConfiguration.h
1
6#pragma once
7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/odb/model/CustomerManagedAwsSecretConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace odb {
20namespace Model {
21
29 public:
30 AWS_ODB_API WalletPasswordSourceConfiguration() = default;
34
36
40 inline const CustomerManagedAwsSecretConfiguration& GetCustomerManagedAwsSecret() const { return m_customerManagedAwsSecret; }
41 inline bool CustomerManagedAwsSecretHasBeenSet() const { return m_customerManagedAwsSecretHasBeenSet; }
42 template <typename CustomerManagedAwsSecretT = CustomerManagedAwsSecretConfiguration>
43 void SetCustomerManagedAwsSecret(CustomerManagedAwsSecretT&& value) {
44 m_customerManagedAwsSecretHasBeenSet = true;
45 m_customerManagedAwsSecret = std::forward<CustomerManagedAwsSecretT>(value);
46 }
47 template <typename CustomerManagedAwsSecretT = CustomerManagedAwsSecretConfiguration>
49 SetCustomerManagedAwsSecret(std::forward<CustomerManagedAwsSecretT>(value));
50 return *this;
51 }
53 private:
54 CustomerManagedAwsSecretConfiguration m_customerManagedAwsSecret;
55 bool m_customerManagedAwsSecretHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace odb
60} // namespace Aws
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ODB_API WalletPasswordSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
WalletPasswordSourceConfiguration & WithCustomerManagedAwsSecret(CustomerManagedAwsSecretT &&value)
void SetCustomerManagedAwsSecret(CustomerManagedAwsSecretT &&value)
AWS_ODB_API WalletPasswordSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const CustomerManagedAwsSecretConfiguration & GetCustomerManagedAwsSecret() const
Aws::Utils::Json::JsonValue JsonValue