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/ConfigurationItem.h>
21namespace VerifiedPermissions {
45 template <
typename CreatedDateT = Aws::Utils::DateTime>
47 m_createdDateHasBeenSet =
true;
48 m_createdDate = std::forward<CreatedDateT>(value);
50 template <
typename CreatedDateT = Aws::Utils::DateTime>
63 template <
typename IdentitySourceIdT = Aws::String>
65 m_identitySourceIdHasBeenSet =
true;
66 m_identitySourceId = std::forward<IdentitySourceIdT>(value);
68 template <
typename IdentitySourceIdT = Aws::String>
81 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
83 m_lastUpdatedDateHasBeenSet =
true;
84 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
86 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
99 template <
typename PolicyStoreIdT = Aws::String>
101 m_policyStoreIdHasBeenSet =
true;
102 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
104 template <
typename PolicyStoreIdT = Aws::String>
118 template <
typename PrincipalEntityTypeT = Aws::String>
120 m_principalEntityTypeHasBeenSet =
true;
121 m_principalEntityType = std::forward<PrincipalEntityTypeT>(value);
123 template <
typename PrincipalEntityTypeT = Aws::String>
136 template <
typename ConfigurationT = ConfigurationItem>
138 m_configurationHasBeenSet =
true;
139 m_configuration = std::forward<ConfigurationT>(value);
141 template <
typename ConfigurationT = ConfigurationItem>
158 ConfigurationItem m_configuration;
159 bool m_createdDateHasBeenSet =
false;
160 bool m_identitySourceIdHasBeenSet =
false;
161 bool m_lastUpdatedDateHasBeenSet =
false;
162 bool m_policyStoreIdHasBeenSet =
false;
163 bool m_principalEntityTypeHasBeenSet =
false;
164 bool m_configurationHasBeenSet =
false;
void SetPolicyStoreId(PolicyStoreIdT &&value)
IdentitySourceItem & WithIdentitySourceId(IdentitySourceIdT &&value)
IdentitySourceItem & WithPolicyStoreId(PolicyStoreIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
const Aws::String & GetPrincipalEntityType() const
const Aws::String & GetIdentitySourceId() const
bool LastUpdatedDateHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedDate() const
const ConfigurationItem & GetConfiguration() const
AWS_VERIFIEDPERMISSIONS_API IdentitySourceItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPolicyStoreId() const
IdentitySourceItem & WithCreatedDate(CreatedDateT &&value)
IdentitySourceItem & WithPrincipalEntityType(PrincipalEntityTypeT &&value)
bool CreatedDateHasBeenSet() const
bool ConfigurationHasBeenSet() const
IdentitySourceItem & WithConfiguration(ConfigurationT &&value)
bool IdentitySourceIdHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API IdentitySourceItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConfiguration(ConfigurationT &&value)
bool PolicyStoreIdHasBeenSet() const
AWS_VERIFIEDPERMISSIONS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_VERIFIEDPERMISSIONS_API IdentitySourceItem()=default
void SetCreatedDate(CreatedDateT &&value)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
IdentitySourceItem & WithLastUpdatedDate(LastUpdatedDateT &&value)
bool PrincipalEntityTypeHasBeenSet() const
void SetIdentitySourceId(IdentitySourceIdT &&value)
void SetPrincipalEntityType(PrincipalEntityTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue