7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.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>
53 template <
typename NamespacesT = Aws::Vector<Aws::String>>
55 m_namespacesHasBeenSet =
true;
56 m_namespaces = std::forward<NamespacesT>(value);
58 template <
typename NamespacesT = Aws::Vector<Aws::String>>
63 template <
typename NamespacesT = Aws::String>
65 m_namespacesHasBeenSet =
true;
66 m_namespaces.emplace_back(std::forward<NamespacesT>(value));
76 template <
typename CreatedDateT = Aws::Utils::DateTime>
78 m_createdDateHasBeenSet =
true;
79 m_createdDate = std::forward<CreatedDateT>(value);
81 template <
typename CreatedDateT = Aws::Utils::DateTime>
93 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
95 m_lastUpdatedDateHasBeenSet =
true;
96 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
98 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
129 bool m_policyStoreIdHasBeenSet =
false;
130 bool m_namespacesHasBeenSet =
false;
131 bool m_createdDateHasBeenSet =
false;
132 bool m_lastUpdatedDateHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
PutSchemaResult & AddNamespaces(NamespacesT &&value)
void SetNamespaces(NamespacesT &&value)
PutSchemaResult & WithRequestId(RequestIdT &&value)
PutSchemaResult & WithCreatedDate(CreatedDateT &&value)
const Aws::String & GetPolicyStoreId() const
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::String & GetRequestId() const
void SetCreatedDate(CreatedDateT &&value)
const Aws::Vector< Aws::String > & GetNamespaces() const
PutSchemaResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
AWS_VERIFIEDPERMISSIONS_API PutSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
void SetRequestId(RequestIdT &&value)
PutSchemaResult & WithPolicyStoreId(PolicyStoreIdT &&value)
AWS_VERIFIEDPERMISSIONS_API PutSchemaResult()=default
PutSchemaResult & WithNamespaces(NamespacesT &&value)
AWS_VERIFIEDPERMISSIONS_API PutSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
void SetPolicyStoreId(PolicyStoreIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue