7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
39 inline bool GetValid()
const {
return m_valid; }
40 inline void SetValid(
bool value) { m_validHasBeenSet =
true; m_valid = value; }
49 template<
typename ErrorT = Aws::String>
50 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
51 template<
typename ErrorT = Aws::String>
58 template<
typename RequestIdT = Aws::String>
59 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
60 template<
typename RequestIdT = Aws::String>
66 bool m_validHasBeenSet =
false;
69 bool m_errorHasBeenSet =
false;
72 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_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