AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
HybridAdministratorAccountUpdate.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ds/DirectoryService_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DirectoryService {
20namespace Model {
21
29 public:
30 AWS_DIRECTORYSERVICE_API HybridAdministratorAccountUpdate() = default;
33 AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
44 inline const Aws::String& GetSecretArn() const { return m_secretArn; }
45 inline bool SecretArnHasBeenSet() const { return m_secretArnHasBeenSet; }
46 template <typename SecretArnT = Aws::String>
47 void SetSecretArn(SecretArnT&& value) {
48 m_secretArnHasBeenSet = true;
49 m_secretArn = std::forward<SecretArnT>(value);
50 }
51 template <typename SecretArnT = Aws::String>
53 SetSecretArn(std::forward<SecretArnT>(value));
54 return *this;
55 }
57 private:
58 Aws::String m_secretArn;
59 bool m_secretArnHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace DirectoryService
64} // namespace Aws
AWS_DIRECTORYSERVICE_API HybridAdministratorAccountUpdate()=default
HybridAdministratorAccountUpdate & WithSecretArn(SecretArnT &&value)
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DIRECTORYSERVICE_API HybridAdministratorAccountUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DIRECTORYSERVICE_API HybridAdministratorAccountUpdate(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue