7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
20namespace VerifiedPermissions {
44 template <
typename PolicyStoreIdT = Aws::String>
46 m_policyStoreIdHasBeenSet =
true;
47 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
49 template <
typename PolicyStoreIdT = Aws::String>
62 template <
typename PolicyTemplateIdT = Aws::String>
64 m_policyTemplateIdHasBeenSet =
true;
65 m_policyTemplateId = std::forward<PolicyTemplateIdT>(value);
67 template <
typename PolicyTemplateIdT = Aws::String>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
98 template <
typename CreatedDateT = Aws::Utils::DateTime>
100 m_createdDateHasBeenSet =
true;
101 m_createdDate = std::forward<CreatedDateT>(value);
103 template <
typename CreatedDateT = Aws::Utils::DateTime>
116 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
118 m_lastUpdatedDateHasBeenSet =
true;
119 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
121 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
137 bool m_policyStoreIdHasBeenSet =
false;
138 bool m_policyTemplateIdHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
140 bool m_createdDateHasBeenSet =
false;
141 bool m_lastUpdatedDateHasBeenSet =
false;
bool LastUpdatedDateHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool PolicyTemplateIdHasBeenSet() const
PolicyTemplateItem & WithPolicyTemplateId(PolicyTemplateIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetPolicyTemplateId() const
bool CreatedDateHasBeenSet() const
void SetLastUpdatedDate(LastUpdatedDateT &&value)
AWS_VERIFIEDPERMISSIONS_API PolicyTemplateItem(Aws::Utils::Json::JsonView jsonValue)
void SetPolicyStoreId(PolicyStoreIdT &&value)
bool DescriptionHasBeenSet() const
PolicyTemplateItem & WithPolicyStoreId(PolicyStoreIdT &&value)
PolicyTemplateItem & WithCreatedDate(CreatedDateT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::String & GetPolicyStoreId() const
const Aws::Utils::DateTime & GetLastUpdatedDate() const
AWS_VERIFIEDPERMISSIONS_API PolicyTemplateItem()=default
void SetPolicyTemplateId(PolicyTemplateIdT &&value)
AWS_VERIFIEDPERMISSIONS_API PolicyTemplateItem & operator=(Aws::Utils::Json::JsonView jsonValue)
PolicyTemplateItem & WithDescription(DescriptionT &&value)
PolicyTemplateItem & WithLastUpdatedDate(LastUpdatedDateT &&value)
void SetCreatedDate(CreatedDateT &&value)
bool PolicyStoreIdHasBeenSet() const
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue