7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
12#include <aws/verifiedpermissions/model/CedarVersion.h>
13#include <aws/verifiedpermissions/model/DeletionProtection.h>
14#include <aws/verifiedpermissions/model/EncryptionState.h>
15#include <aws/verifiedpermissions/model/ValidationSettings.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace VerifiedPermissions {
41 template <
typename PolicyStoreIdT = Aws::String>
43 m_policyStoreIdHasBeenSet =
true;
44 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
46 template <
typename PolicyStoreIdT = Aws::String>
58 template <
typename ArnT = Aws::String>
60 m_arnHasBeenSet =
true;
61 m_arn = std::forward<ArnT>(value);
63 template <
typename ArnT = Aws::String>
65 SetArn(std::forward<ArnT>(value));
75 template <
typename Val
idationSettingsT = Val
idationSettings>
77 m_validationSettingsHasBeenSet =
true;
78 m_validationSettings = std::forward<ValidationSettingsT>(value);
80 template <
typename Val
idationSettingsT = Val
idationSettings>
92 template <
typename CreatedDateT = Aws::Utils::DateTime>
94 m_createdDateHasBeenSet =
true;
95 m_createdDate = std::forward<CreatedDateT>(value);
97 template <
typename CreatedDateT = Aws::Utils::DateTime>
109 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
111 m_lastUpdatedDateHasBeenSet =
true;
112 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
114 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
127 template <
typename DescriptionT = Aws::String>
129 m_descriptionHasBeenSet =
true;
130 m_description = std::forward<DescriptionT>(value);
132 template <
typename DescriptionT = Aws::String>
146 m_deletionProtectionHasBeenSet =
true;
147 m_deletionProtection = value;
161 template <
typename EncryptionStateT = EncryptionState>
163 m_encryptionStateHasBeenSet =
true;
164 m_encryptionState = std::forward<EncryptionStateT>(value);
166 template <
typename EncryptionStateT = EncryptionState>
182 m_cedarVersionHasBeenSet =
true;
183 m_cedarVersion = value;
196 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
198 m_tagsHasBeenSet =
true;
199 m_tags = std::forward<TagsT>(value);
201 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
203 SetTags(std::forward<TagsT>(value));
206 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
208 m_tagsHasBeenSet =
true;
209 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
217 template <
typename RequestIdT = Aws::String>
219 m_requestIdHasBeenSet =
true;
220 m_requestId = std::forward<RequestIdT>(value);
222 template <
typename RequestIdT = Aws::String>
245 EncryptionState m_encryptionState;
253 bool m_policyStoreIdHasBeenSet =
false;
254 bool m_arnHasBeenSet =
false;
255 bool m_validationSettingsHasBeenSet =
false;
256 bool m_createdDateHasBeenSet =
false;
257 bool m_lastUpdatedDateHasBeenSet =
false;
258 bool m_descriptionHasBeenSet =
false;
259 bool m_deletionProtectionHasBeenSet =
false;
260 bool m_encryptionStateHasBeenSet =
false;
261 bool m_cedarVersionHasBeenSet =
false;
262 bool m_tagsHasBeenSet =
false;
263 bool m_requestIdHasBeenSet =
false;
CedarVersion GetCedarVersion() const
void SetDeletionProtection(DeletionProtection value)
void SetPolicyStoreId(PolicyStoreIdT &&value)
GetPolicyStoreResult & WithPolicyStoreId(PolicyStoreIdT &&value)
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
GetPolicyStoreResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const EncryptionState & GetEncryptionState() const
AWS_VERIFIEDPERMISSIONS_API GetPolicyStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ValidationSettings & GetValidationSettings() const
GetPolicyStoreResult & WithDeletionProtection(DeletionProtection value)
GetPolicyStoreResult & WithArn(ArnT &&value)
GetPolicyStoreResult & WithTags(TagsT &&value)
GetPolicyStoreResult & WithRequestId(RequestIdT &&value)
void SetValidationSettings(ValidationSettingsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
void SetLastUpdatedDate(LastUpdatedDateT &&value)
void SetEncryptionState(EncryptionStateT &&value)
GetPolicyStoreResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
void SetCreatedDate(CreatedDateT &&value)
GetPolicyStoreResult & WithCedarVersion(CedarVersion value)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
AWS_VERIFIEDPERMISSIONS_API GetPolicyStoreResult()=default
void SetArn(ArnT &&value)
GetPolicyStoreResult & WithEncryptionState(EncryptionStateT &&value)
GetPolicyStoreResult & WithValidationSettings(ValidationSettingsT &&value)
DeletionProtection GetDeletionProtection() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_VERIFIEDPERMISSIONS_API GetPolicyStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetPolicyStoreResult & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
void SetCedarVersion(CedarVersion value)
const Aws::String & GetPolicyStoreId() const
GetPolicyStoreResult & WithCreatedDate(CreatedDateT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
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