7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/BatchGetSchemaError.h>
9#include <aws/cleanrooms/model/Schema.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename SchemasT = Aws::Vector<Schema>>
39 m_schemasHasBeenSet =
true;
40 m_schemas = std::forward<SchemasT>(value);
42 template <
typename SchemasT = Aws::Vector<Schema>>
47 template <
typename SchemasT = Schema>
49 m_schemasHasBeenSet =
true;
50 m_schemas.emplace_back(std::forward<SchemasT>(value));
61 template <
typename ErrorsT = Aws::Vector<BatchGetSchemaError>>
63 m_errorsHasBeenSet =
true;
64 m_errors = std::forward<ErrorsT>(value);
66 template <
typename ErrorsT = Aws::Vector<BatchGetSchemaError>>
71 template <
typename ErrorsT = BatchGetSchemaError>
73 m_errorsHasBeenSet =
true;
74 m_errors.emplace_back(std::forward<ErrorsT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_schemasHasBeenSet =
false;
100 bool m_errorsHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
AWS_CLEANROOMS_API BatchGetSchemaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
BatchGetSchemaResult & WithRequestId(RequestIdT &&value)
BatchGetSchemaResult & AddErrors(ErrorsT &&value)
void SetSchemas(SchemasT &&value)
AWS_CLEANROOMS_API BatchGetSchemaResult()=default
void SetErrors(ErrorsT &&value)
const Aws::Vector< BatchGetSchemaError > & GetErrors() const
BatchGetSchemaResult & WithSchemas(SchemasT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Schema > & GetSchemas() const
BatchGetSchemaResult & AddSchemas(SchemasT &&value)
AWS_CLEANROOMS_API BatchGetSchemaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetSchemaResult & WithErrors(ErrorsT &&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