7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/SchemaVersionErrorItem.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename SchemaVersionErrorsT = Aws::Vector<SchemaVersionErrorItem>>
40 m_schemaVersionErrorsHasBeenSet =
true;
41 m_schemaVersionErrors = std::forward<SchemaVersionErrorsT>(value);
43 template <
typename SchemaVersionErrorsT = Aws::Vector<SchemaVersionErrorItem>>
48 template <
typename SchemaVersionErrorsT = SchemaVersionErrorItem>
50 m_schemaVersionErrorsHasBeenSet =
true;
51 m_schemaVersionErrors.emplace_back(std::forward<SchemaVersionErrorsT>(value));
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
77 bool m_schemaVersionErrorsHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
DeleteSchemaVersionsResult & WithSchemaVersionErrors(SchemaVersionErrorsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeleteSchemaVersionsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetSchemaVersionErrors(SchemaVersionErrorsT &&value)
AWS_GLUE_API DeleteSchemaVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< SchemaVersionErrorItem > & GetSchemaVersionErrors() const
AWS_GLUE_API DeleteSchemaVersionsResult()=default
AWS_GLUE_API DeleteSchemaVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSchemaVersionsResult & AddSchemaVersionErrors(SchemaVersionErrorsT &&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