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 SchemaT = Aws::String>
55 m_schemaHasBeenSet =
true;
56 m_schema = std::forward<SchemaT>(value);
58 template <
typename SchemaT = Aws::String>
70 template <
typename CreatedDateT = Aws::Utils::DateTime>
72 m_createdDateHasBeenSet =
true;
73 m_createdDate = std::forward<CreatedDateT>(value);
75 template <
typename CreatedDateT = Aws::Utils::DateTime>
87 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
89 m_lastUpdatedDateHasBeenSet =
true;
90 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
92 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
104 template <
typename NamespacesT = Aws::Vector<Aws::String>>
106 m_namespacesHasBeenSet =
true;
107 m_namespaces = std::forward<NamespacesT>(value);
109 template <
typename NamespacesT = Aws::Vector<Aws::String>>
114 template <
typename NamespacesT = Aws::String>
116 m_namespacesHasBeenSet =
true;
117 m_namespaces.emplace_back(std::forward<NamespacesT>(value));
125 template <
typename RequestIdT = Aws::String>
127 m_requestIdHasBeenSet =
true;
128 m_requestId = std::forward<RequestIdT>(value);
130 template <
typename RequestIdT = Aws::String>
148 bool m_policyStoreIdHasBeenSet =
false;
149 bool m_schemaHasBeenSet =
false;
150 bool m_createdDateHasBeenSet =
false;
151 bool m_lastUpdatedDateHasBeenSet =
false;
152 bool m_namespacesHasBeenSet =
false;
153 bool m_requestIdHasBeenSet =
false;
void SetPolicyStoreId(PolicyStoreIdT &&value)
AWS_VERIFIEDPERMISSIONS_API GetSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetSchemaResult & AddNamespaces(NamespacesT &&value)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
GetSchemaResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
void SetCreatedDate(CreatedDateT &&value)
const Aws::String & GetRequestId() const
GetSchemaResult & WithSchema(SchemaT &&value)
const Aws::String & GetSchema() const
void SetSchema(SchemaT &&value)
GetSchemaResult & WithCreatedDate(CreatedDateT &&value)
AWS_VERIFIEDPERMISSIONS_API GetSchemaResult()=default
const Aws::Utils::DateTime & GetLastUpdatedDate() const
const Aws::String & GetPolicyStoreId() const
GetSchemaResult & WithPolicyStoreId(PolicyStoreIdT &&value)
AWS_VERIFIEDPERMISSIONS_API GetSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSchemaResult & WithNamespaces(NamespacesT &&value)
void SetNamespaces(NamespacesT &&value)
const Aws::Vector< Aws::String > & GetNamespaces() const
const Aws::Utils::DateTime & GetCreatedDate() const
GetSchemaResult & WithRequestId(RequestIdT &&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