7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/verifiedpermissions/model/ConfigurationItem.h>
23namespace VerifiedPermissions
51 template<
typename CreatedDateT = Aws::Utils::DateTime>
52 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
53 template<
typename CreatedDateT = Aws::Utils::DateTime>
63 template<
typename IdentitySourceIdT = Aws::String>
64 void SetIdentitySourceId(IdentitySourceIdT&& value) { m_identitySourceIdHasBeenSet =
true; m_identitySourceId = std::forward<IdentitySourceIdT>(value); }
65 template<
typename IdentitySourceIdT = Aws::String>
75 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
76 void SetLastUpdatedDate(LastUpdatedDateT&& value) { m_lastUpdatedDateHasBeenSet =
true; m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value); }
77 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
87 template<
typename PolicyStoreIdT = Aws::String>
88 void SetPolicyStoreId(PolicyStoreIdT&& value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId = std::forward<PolicyStoreIdT>(value); }
89 template<
typename PolicyStoreIdT = Aws::String>
100 template<
typename PrincipalEntityTypeT = Aws::String>
101 void SetPrincipalEntityType(PrincipalEntityTypeT&& value) { m_principalEntityTypeHasBeenSet =
true; m_principalEntityType = std::forward<PrincipalEntityTypeT>(value); }
102 template<
typename PrincipalEntityTypeT = Aws::String>
112 template<
typename ConfigurationT = ConfigurationItem>
113 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
114 template<
typename ConfigurationT = ConfigurationItem>
120 bool m_createdDateHasBeenSet =
false;
123 bool m_identitySourceIdHasBeenSet =
false;
126 bool m_lastUpdatedDateHasBeenSet =
false;
129 bool m_policyStoreIdHasBeenSet =
false;
132 bool m_principalEntityTypeHasBeenSet =
false;
134 ConfigurationItem m_configuration;
135 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