7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/verifiedpermissions/model/ValidationSettings.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/verifiedpermissions/model/DeletionProtection.h>
12#include <aws/verifiedpermissions/model/CedarVersion.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace VerifiedPermissions
45 template<
typename PolicyStoreIdT = Aws::String>
46 void SetPolicyStoreId(PolicyStoreIdT&& value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId = std::forward<PolicyStoreIdT>(value); }
47 template<
typename PolicyStoreIdT = Aws::String>
56 template<
typename ArnT = Aws::String>
57 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
58 template<
typename ArnT = Aws::String>
67 template<
typename Val
idationSettingsT = Val
idationSettings>
68 void SetValidationSettings(ValidationSettingsT&& value) { m_validationSettingsHasBeenSet =
true; m_validationSettings = std::forward<ValidationSettingsT>(value); }
69 template<
typename Val
idationSettingsT = Val
idationSettings>
78 template<
typename CreatedDateT = Aws::Utils::DateTime>
79 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
80 template<
typename CreatedDateT = Aws::Utils::DateTime>
89 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
90 void SetLastUpdatedDate(LastUpdatedDateT&& value) { m_lastUpdatedDateHasBeenSet =
true; m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value); }
91 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
101 template<
typename DescriptionT = Aws::String>
102 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
103 template<
typename DescriptionT = Aws::String>
134 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
136 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
140 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
147 template<
typename RequestIdT = Aws::String>
148 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
149 template<
typename RequestIdT = Aws::String>
155 bool m_policyStoreIdHasBeenSet =
false;
158 bool m_arnHasBeenSet =
false;
161 bool m_validationSettingsHasBeenSet =
false;
164 bool m_createdDateHasBeenSet =
false;
167 bool m_lastUpdatedDateHasBeenSet =
false;
170 bool m_descriptionHasBeenSet =
false;
173 bool m_deletionProtectionHasBeenSet =
false;
176 bool m_cedarVersionHasBeenSet =
false;
179 bool m_tagsHasBeenSet =
false;
182 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)
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)
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 & WithValidationSettings(ValidationSettingsT &&value)
DeletionProtection GetDeletionProtection() 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