7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ds/DirectoryService_EXPORTS.h>
11#include <aws/ds/model/DirectoryConfigurationStatus.h>
22namespace DirectoryService {
46 template <
typename TypeT = Aws::String>
48 m_typeHasBeenSet =
true;
49 m_type = std::forward<TypeT>(value);
51 template <
typename TypeT = Aws::String>
53 SetType(std::forward<TypeT>(value));
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
84 template <
typename AllowedValuesT = Aws::String>
86 m_allowedValuesHasBeenSet =
true;
87 m_allowedValues = std::forward<AllowedValuesT>(value);
89 template <
typename AllowedValuesT = Aws::String>
102 template <
typename AppliedValueT = Aws::String>
104 m_appliedValueHasBeenSet =
true;
105 m_appliedValue = std::forward<AppliedValueT>(value);
107 template <
typename AppliedValueT = Aws::String>
120 template <
typename RequestedValueT = Aws::String>
122 m_requestedValueHasBeenSet =
true;
123 m_requestedValue = std::forward<RequestedValueT>(value);
125 template <
typename RequestedValueT = Aws::String>
141 m_requestStatusHasBeenSet =
true;
142 m_requestStatus = value;
158 template <
typename RequestDetailedStatusT = Aws::Map<Aws::String, DirectoryConfigurationStatus>>
160 m_requestDetailedStatusHasBeenSet =
true;
161 m_requestDetailedStatus = std::forward<RequestDetailedStatusT>(value);
163 template <
typename RequestDetailedStatusT = Aws::Map<Aws::String, DirectoryConfigurationStatus>>
169 m_requestDetailedStatusHasBeenSet =
true;
170 m_requestDetailedStatus.emplace(key, value);
181 template <
typename RequestStatusMessageT = Aws::String>
183 m_requestStatusMessageHasBeenSet =
true;
184 m_requestStatusMessage = std::forward<RequestStatusMessageT>(value);
186 template <
typename RequestStatusMessageT = Aws::String>
199 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
201 m_lastUpdatedDateTimeHasBeenSet =
true;
202 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
204 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
218 template <
typename LastRequestedDateTimeT = Aws::Utils::DateTime>
220 m_lastRequestedDateTimeHasBeenSet =
true;
221 m_lastRequestedDateTime = std::forward<LastRequestedDateTimeT>(value);
223 template <
typename LastRequestedDateTimeT = Aws::Utils::DateTime>
238 template <
typename DataTypeT = Aws::String>
240 m_dataTypeHasBeenSet =
true;
241 m_dataType = std::forward<DataTypeT>(value);
243 template <
typename DataTypeT = Aws::String>
271 bool m_typeHasBeenSet =
false;
272 bool m_nameHasBeenSet =
false;
273 bool m_allowedValuesHasBeenSet =
false;
274 bool m_appliedValueHasBeenSet =
false;
275 bool m_requestedValueHasBeenSet =
false;
276 bool m_requestStatusHasBeenSet =
false;
277 bool m_requestDetailedStatusHasBeenSet =
false;
278 bool m_requestStatusMessageHasBeenSet =
false;
279 bool m_lastUpdatedDateTimeHasBeenSet =
false;
280 bool m_lastRequestedDateTimeHasBeenSet =
false;
281 bool m_dataTypeHasBeenSet =
false;
void SetAllowedValues(AllowedValuesT &&value)
const Aws::String & GetAllowedValues() const
SettingEntry & WithAllowedValues(AllowedValuesT &&value)
const Aws::String & GetRequestedValue() const
SettingEntry & WithRequestStatusMessage(RequestStatusMessageT &&value)
const Aws::String & GetType() const
const Aws::Utils::DateTime & GetLastRequestedDateTime() const
SettingEntry & WithRequestStatus(DirectoryConfigurationStatus value)
bool RequestedValueHasBeenSet() const
bool NameHasBeenSet() const
void SetRequestStatusMessage(RequestStatusMessageT &&value)
void SetRequestedValue(RequestedValueT &&value)
bool AppliedValueHasBeenSet() const
const Aws::String & GetAppliedValue() const
bool TypeHasBeenSet() const
SettingEntry & WithDataType(DataTypeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
bool AllowedValuesHasBeenSet() const
bool DataTypeHasBeenSet() const
SettingEntry & AddRequestDetailedStatus(Aws::String key, DirectoryConfigurationStatus value)
bool RequestStatusHasBeenSet() const
AWS_DIRECTORYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
SettingEntry & WithAppliedValue(AppliedValueT &&value)
DirectoryConfigurationStatus GetRequestStatus() const
void SetType(TypeT &&value)
AWS_DIRECTORYSERVICE_API SettingEntry(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
SettingEntry & WithRequestDetailedStatus(RequestDetailedStatusT &&value)
AWS_DIRECTORYSERVICE_API SettingEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
SettingEntry & WithLastRequestedDateTime(LastRequestedDateTimeT &&value)
const Aws::Map< Aws::String, DirectoryConfigurationStatus > & GetRequestDetailedStatus() const
SettingEntry & WithType(TypeT &&value)
SettingEntry & WithRequestedValue(RequestedValueT &&value)
bool LastRequestedDateTimeHasBeenSet() const
void SetAppliedValue(AppliedValueT &&value)
SettingEntry & WithName(NameT &&value)
void SetDataType(DataTypeT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
SettingEntry & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetRequestStatus(DirectoryConfigurationStatus value)
const Aws::String & GetRequestStatusMessage() const
void SetLastRequestedDateTime(LastRequestedDateTimeT &&value)
bool RequestDetailedStatusHasBeenSet() const
void SetRequestDetailedStatus(RequestDetailedStatusT &&value)
bool RequestStatusMessageHasBeenSet() const
const Aws::String & GetDataType() const
bool LastUpdatedDateTimeHasBeenSet() const
AWS_DIRECTORYSERVICE_API SettingEntry()=default
DirectoryConfigurationStatus
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue