7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/verifiedpermissions/VerifiedPermissionsRequest.h>
10#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
15namespace VerifiedPermissions {
52 template <
typename ClientTokenT = Aws::String>
54 m_clientTokenHasBeenSet =
true;
55 m_clientToken = std::forward<ClientTokenT>(value);
57 template <
typename ClientTokenT = Aws::String>
76 template <
typename PolicyStoreIdT = Aws::String>
78 m_policyStoreIdHasBeenSet =
true;
79 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
81 template <
typename PolicyStoreIdT = Aws::String>
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
113 template <
typename StatementT = Aws::String>
115 m_statementHasBeenSet =
true;
116 m_statement = std::forward<StatementT>(value);
118 template <
typename StatementT = Aws::String>
136 template <
typename NameT = Aws::String>
138 m_nameHasBeenSet =
true;
139 m_name = std::forward<NameT>(value);
141 template <
typename NameT = Aws::String>
143 SetName(std::forward<NameT>(value));
157 bool m_clientTokenHasBeenSet =
true;
158 bool m_policyStoreIdHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
160 bool m_statementHasBeenSet =
false;
161 bool m_nameHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
AWS_VERIFIEDPERMISSIONS_API Aws::String SerializePayload() const override
CreatePolicyTemplateRequest & WithName(NameT &&value)
AWS_VERIFIEDPERMISSIONS_API CreatePolicyTemplateRequest()=default
void SetName(NameT &&value)
const Aws::String & GetStatement() const
bool ClientTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
CreatePolicyTemplateRequest & WithPolicyStoreId(PolicyStoreIdT &&value)
CreatePolicyTemplateRequest & WithClientToken(ClientTokenT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetPolicyStoreId() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
CreatePolicyTemplateRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
CreatePolicyTemplateRequest & WithStatement(StatementT &&value)
bool DescriptionHasBeenSet() const
bool PolicyStoreIdHasBeenSet() const
bool StatementHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetStatement(StatementT &&value)
void SetPolicyStoreId(PolicyStoreIdT &&value)
const Aws::String & GetClientToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String