7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
10#include <aws/verifiedpermissions/model/PolicyDefinitionDetail.h>
11#include <aws/verifiedpermissions/model/PolicyType.h>
22namespace VerifiedPermissions {
45 template <
typename PolicyStoreIdT = Aws::String>
47 m_policyStoreIdHasBeenSet =
true;
48 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
50 template <
typename PolicyStoreIdT = Aws::String>
63 template <
typename PolicyIdT = Aws::String>
65 m_policyIdHasBeenSet =
true;
66 m_policyId = std::forward<PolicyIdT>(value);
68 template <
typename PolicyIdT = Aws::String>
84 m_policyTypeHasBeenSet =
true;
99 template <
typename DefinitionT = PolicyDefinitionDetail>
101 m_definitionHasBeenSet =
true;
102 m_definition = std::forward<DefinitionT>(value);
104 template <
typename DefinitionT = PolicyDefinitionDetail>
117 template <
typename CreatedDateT = Aws::Utils::DateTime>
119 m_createdDateHasBeenSet =
true;
120 m_createdDate = std::forward<CreatedDateT>(value);
122 template <
typename CreatedDateT = Aws::Utils::DateTime>
135 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
137 m_lastUpdatedDateHasBeenSet =
true;
138 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
140 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
153 PolicyDefinitionDetail m_definition;
158 bool m_policyStoreIdHasBeenSet =
false;
159 bool m_policyIdHasBeenSet =
false;
160 bool m_policyTypeHasBeenSet =
false;
161 bool m_definitionHasBeenSet =
false;
162 bool m_createdDateHasBeenSet =
false;
163 bool m_lastUpdatedDateHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedDate() const
void SetPolicyType(PolicyType value)
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPolicyId(PolicyIdT &&value)
PolicyType GetPolicyType() const
void SetCreatedDate(CreatedDateT &&value)
BatchGetPolicyOutputItem & WithPolicyStoreId(PolicyStoreIdT &&value)
bool CreatedDateHasBeenSet() const
const PolicyDefinitionDetail & GetDefinition() const
void SetDefinition(DefinitionT &&value)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
const Aws::String & GetPolicyStoreId() const
bool PolicyStoreIdHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API BatchGetPolicyOutputItem()=default
void SetPolicyStoreId(PolicyStoreIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
BatchGetPolicyOutputItem & WithPolicyId(PolicyIdT &&value)
BatchGetPolicyOutputItem & WithDefinition(DefinitionT &&value)
BatchGetPolicyOutputItem & WithPolicyType(PolicyType value)
BatchGetPolicyOutputItem & WithCreatedDate(CreatedDateT &&value)
BatchGetPolicyOutputItem & WithLastUpdatedDate(LastUpdatedDateT &&value)
bool PolicyTypeHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API BatchGetPolicyOutputItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PolicyIdHasBeenSet() const
bool DefinitionHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API BatchGetPolicyOutputItem(Aws::Utils::Json::JsonView jsonValue)
bool LastUpdatedDateHasBeenSet() const
const Aws::String & GetPolicyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue