7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace VerifiedPermissions {
35 template <
typename PolicyStoreIdT = Aws::String>
37 m_policyStoreIdHasBeenSet =
true;
38 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
40 template <
typename PolicyStoreIdT = Aws::String>
52 template <
typename PolicyTemplateIdT = Aws::String>
54 m_policyTemplateIdHasBeenSet =
true;
55 m_policyTemplateId = std::forward<PolicyTemplateIdT>(value);
57 template <
typename PolicyTemplateIdT = Aws::String>
69 template <
typename CreatedDateT = Aws::Utils::DateTime>
71 m_createdDateHasBeenSet =
true;
72 m_createdDate = std::forward<CreatedDateT>(value);
74 template <
typename CreatedDateT = Aws::Utils::DateTime>
86 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
88 m_lastUpdatedDateHasBeenSet =
true;
89 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
91 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
122 bool m_policyStoreIdHasBeenSet =
false;
123 bool m_policyTemplateIdHasBeenSet =
false;
124 bool m_createdDateHasBeenSet =
false;
125 bool m_lastUpdatedDateHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
void SetCreatedDate(CreatedDateT &&value)
AWS_VERIFIEDPERMISSIONS_API CreatePolicyTemplateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePolicyTemplateResult & WithCreatedDate(CreatedDateT &&value)
AWS_VERIFIEDPERMISSIONS_API CreatePolicyTemplateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetPolicyStoreId() const
AWS_VERIFIEDPERMISSIONS_API CreatePolicyTemplateResult()=default
const Aws::Utils::DateTime & GetLastUpdatedDate() const
void SetPolicyTemplateId(PolicyTemplateIdT &&value)
CreatePolicyTemplateResult & WithPolicyTemplateId(PolicyTemplateIdT &&value)
void SetRequestId(RequestIdT &&value)
CreatePolicyTemplateResult & WithPolicyStoreId(PolicyStoreIdT &&value)
void SetPolicyStoreId(PolicyStoreIdT &&value)
CreatePolicyTemplateResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
const Aws::String & GetRequestId() const
void SetLastUpdatedDate(LastUpdatedDateT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::String & GetPolicyTemplateId() const
CreatePolicyTemplateResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue