7#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace 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>
84 template<
typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
86 template<
typename RequestIdT = Aws::String>
92 bool m_createdDateHasBeenSet =
false;
95 bool m_identitySourceIdHasBeenSet =
false;
98 bool m_lastUpdatedDateHasBeenSet =
false;
101 bool m_policyStoreIdHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
void SetCreatedDate(CreatedDateT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIdentitySourceResult & WithIdentitySourceId(IdentitySourceIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
void SetPolicyStoreId(PolicyStoreIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::String & GetPolicyStoreId() const
UpdateIdentitySourceResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
UpdateIdentitySourceResult & WithPolicyStoreId(PolicyStoreIdT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdateIdentitySourceResult()=default
UpdateIdentitySourceResult & WithCreatedDate(CreatedDateT &&value)
void SetIdentitySourceId(IdentitySourceIdT &&value)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
const Aws::String & GetIdentitySourceId() const
UpdateIdentitySourceResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue