7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/verifiedpermissions/VerifiedPermissions_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace VerifiedPermissions {
36 template <
typename PolicyStoreIdT = Aws::String>
38 m_policyStoreIdHasBeenSet =
true;
39 m_policyStoreId = std::forward<PolicyStoreIdT>(value);
41 template <
typename PolicyStoreIdT = Aws::String>
55 template <
typename ArnT = Aws::String>
57 m_arnHasBeenSet =
true;
58 m_arn = std::forward<ArnT>(value);
60 template <
typename ArnT = Aws::String>
62 SetArn(std::forward<ArnT>(value));
72 template <
typename CreatedDateT = Aws::Utils::DateTime>
74 m_createdDateHasBeenSet =
true;
75 m_createdDate = std::forward<CreatedDateT>(value);
77 template <
typename CreatedDateT = Aws::Utils::DateTime>
89 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
91 m_lastUpdatedDateHasBeenSet =
true;
92 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
94 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
128 bool m_policyStoreIdHasBeenSet =
false;
129 bool m_arnHasBeenSet =
false;
130 bool m_createdDateHasBeenSet =
false;
131 bool m_lastUpdatedDateHasBeenSet =
false;
132 bool m_requestIdHasBeenSet =
false;
UpdatePolicyStoreResult & WithRequestId(RequestIdT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdatePolicyStoreResult()=default
void SetRequestId(RequestIdT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdatePolicyStoreResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdatePolicyStoreResult & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
AWS_VERIFIEDPERMISSIONS_API UpdatePolicyStoreResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
UpdatePolicyStoreResult & WithCreatedDate(CreatedDateT &&value)
const Aws::String & GetArn() const
const Aws::String & GetPolicyStoreId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetCreatedDate() const
void SetCreatedDate(CreatedDateT &&value)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
void SetPolicyStoreId(PolicyStoreIdT &&value)
UpdatePolicyStoreResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
const Aws::String & GetRequestId() const
UpdatePolicyStoreResult & WithPolicyStoreId(PolicyStoreIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue