7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/SchemaVersionErrorItem.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename SchemaVersionErrorsT = Aws::Vector<SchemaVersionErrorItem>>
44 void SetSchemaVersionErrors(SchemaVersionErrorsT&& value) { m_schemaVersionErrorsHasBeenSet =
true; m_schemaVersionErrors = std::forward<SchemaVersionErrorsT>(value); }
45 template<
typename SchemaVersionErrorsT = Aws::Vector<SchemaVersionErrorItem>>
47 template<
typename SchemaVersionErrorsT = SchemaVersionErrorItem>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_schemaVersionErrorsHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
DeleteSchemaVersionsResult & WithSchemaVersionErrors(SchemaVersionErrorsT &&value)
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