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/ConfigurationDetail.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace VerifiedPermissions
42 template<
typename CreatedDateT = Aws::Utils::DateTime>
43 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
44 template<
typename CreatedDateT = Aws::Utils::DateTime>
53 template<
typename IdentitySourceIdT = Aws::String>
54 void SetIdentitySourceId(IdentitySourceIdT&& value) { m_identitySourceIdHasBeenSet =
true; m_identitySourceId = std::forward<IdentitySourceIdT>(value); }
55 template<
typename IdentitySourceIdT = Aws::String>
64 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
65 void SetLastUpdatedDate(LastUpdatedDateT&& value) { m_lastUpdatedDateHasBeenSet =
true; m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value); }
66 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
75 template<
typename PolicyStoreIdT = Aws::String>
76 void SetPolicyStoreId(PolicyStoreIdT&& value) { m_policyStoreIdHasBeenSet =
true; m_policyStoreId = std::forward<PolicyStoreIdT>(value); }
77 template<
typename PolicyStoreIdT = Aws::String>
87 template<
typename PrincipalEntityTypeT = Aws::String>
88 void SetPrincipalEntityType(PrincipalEntityTypeT&& value) { m_principalEntityTypeHasBeenSet =
true; m_principalEntityType = std::forward<PrincipalEntityTypeT>(value); }
89 template<
typename PrincipalEntityTypeT = Aws::String>
98 template<
typename ConfigurationT = ConfigurationDetail>
99 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
100 template<
typename ConfigurationT = ConfigurationDetail>
107 template<
typename RequestIdT = Aws::String>
108 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
109 template<
typename RequestIdT = Aws::String>
115 bool m_createdDateHasBeenSet =
false;
118 bool m_identitySourceIdHasBeenSet =
false;
121 bool m_lastUpdatedDateHasBeenSet =
false;
124 bool m_policyStoreIdHasBeenSet =
false;
127 bool m_principalEntityTypeHasBeenSet =
false;
129 ConfigurationDetail m_configuration;
130 bool m_configurationHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
GetIdentitySourceResult & WithPrincipalEntityType(PrincipalEntityTypeT &&value)
GetIdentitySourceResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
const ConfigurationDetail & GetConfiguration() const
const Aws::String & GetRequestId() const
AWS_VERIFIEDPERMISSIONS_API GetIdentitySourceResult()=default
void SetCreatedDate(CreatedDateT &&value)
void SetIdentitySourceId(IdentitySourceIdT &&value)
GetIdentitySourceResult & WithConfiguration(ConfigurationT &&value)
GetIdentitySourceResult & WithCreatedDate(CreatedDateT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
const Aws::String & GetIdentitySourceId() const
GetIdentitySourceResult & WithIdentitySourceId(IdentitySourceIdT &&value)
void SetPrincipalEntityType(PrincipalEntityTypeT &&value)
AWS_VERIFIEDPERMISSIONS_API GetIdentitySourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdentitySourceResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
void SetLastUpdatedDate(LastUpdatedDateT &&value)
AWS_VERIFIEDPERMISSIONS_API GetIdentitySourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetPolicyStoreId() const
void SetPolicyStoreId(PolicyStoreIdT &&value)
GetIdentitySourceResult & WithPolicyStoreId(PolicyStoreIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetPrincipalEntityType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue