AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ClientAuthenticationSettingInfo.h
1
6#pragma once
7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/model/ClientAuthenticationType.h>
9#include <aws/ds/model/ClientAuthenticationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace DirectoryService
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_DIRECTORYSERVICE_API ClientAuthenticationSettingInfo() = default;
40 AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline ClientAuthenticationType GetType() const { return m_type; }
50 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
51 inline void SetType(ClientAuthenticationType value) { m_typeHasBeenSet = true; m_type = value; }
54
56
60 inline ClientAuthenticationStatus GetStatus() const { return m_status; }
61 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
62 inline void SetStatus(ClientAuthenticationStatus value) { m_statusHasBeenSet = true; m_status = value; }
65
67
71 inline const Aws::Utils::DateTime& GetLastUpdatedDateTime() const { return m_lastUpdatedDateTime; }
72 inline bool LastUpdatedDateTimeHasBeenSet() const { return m_lastUpdatedDateTimeHasBeenSet; }
73 template<typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
74 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet = true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
75 template<typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
76 ClientAuthenticationSettingInfo& WithLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { SetLastUpdatedDateTime(std::forward<LastUpdatedDateTimeT>(value)); return *this;}
78 private:
79
81 bool m_typeHasBeenSet = false;
82
84 bool m_statusHasBeenSet = false;
85
86 Aws::Utils::DateTime m_lastUpdatedDateTime{};
87 bool m_lastUpdatedDateTimeHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace DirectoryService
92} // namespace Aws
AWS_DIRECTORYSERVICE_API ClientAuthenticationSettingInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DIRECTORYSERVICE_API ClientAuthenticationSettingInfo()=default
ClientAuthenticationSettingInfo & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ClientAuthenticationSettingInfo & WithStatus(ClientAuthenticationStatus value)
AWS_DIRECTORYSERVICE_API ClientAuthenticationSettingInfo(Aws::Utils::Json::JsonView jsonValue)
ClientAuthenticationSettingInfo & WithType(ClientAuthenticationType value)
Aws::Utils::Json::JsonValue JsonValue