7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
34 inline bool GetValid()
const {
return m_valid; }
36 m_validHasBeenSet =
true;
50 template <
typename ErrorT = Aws::String>
52 m_errorHasBeenSet =
true;
53 m_error = std::forward<ErrorT>(value);
55 template <
typename ErrorT = Aws::String>
57 SetError(std::forward<ErrorT>(value));
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
85 bool m_validHasBeenSet =
false;
86 bool m_errorHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetError() const
AWS_GLUE_API CheckSchemaVersionValidityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API CheckSchemaVersionValidityResult()=default
CheckSchemaVersionValidityResult & WithError(ErrorT &&value)
CheckSchemaVersionValidityResult & WithValid(bool value)
void SetError(ErrorT &&value)
AWS_GLUE_API CheckSchemaVersionValidityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetValid(bool value)
CheckSchemaVersionValidityResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue