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/DataQualityResult.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ResultsT = Aws::Vector<DataQualityResult>>
44 void SetResults(ResultsT&& value) { m_resultsHasBeenSet =
true; m_results = std::forward<ResultsT>(value); }
45 template<
typename ResultsT = Aws::Vector<DataQualityResult>>
47 template<
typename ResultsT = DataQualityResult>
56 template<
typename ResultsNotFoundT = Aws::Vector<Aws::String>>
57 void SetResultsNotFound(ResultsNotFoundT&& value) { m_resultsNotFoundHasBeenSet =
true; m_resultsNotFound = std::forward<ResultsNotFoundT>(value); }
58 template<
typename ResultsNotFoundT = Aws::Vector<Aws::String>>
60 template<
typename ResultsNotFoundT = Aws::String>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_resultsHasBeenSet =
false;
78 bool m_resultsNotFoundHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
void SetResultsNotFound(ResultsNotFoundT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API BatchGetDataQualityResultResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetDataQualityResultResult & WithRequestId(RequestIdT &&value)
BatchGetDataQualityResultResult & WithResults(ResultsT &&value)
BatchGetDataQualityResultResult & AddResultsNotFound(ResultsNotFoundT &&value)
const Aws::Vector< Aws::String > & GetResultsNotFound() const
void SetResults(ResultsT &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API BatchGetDataQualityResultResult()=default
const Aws::Vector< DataQualityResult > & GetResults() const
BatchGetDataQualityResultResult & AddResults(ResultsT &&value)
BatchGetDataQualityResultResult & WithResultsNotFound(ResultsNotFoundT &&value)
AWS_GLUE_API BatchGetDataQualityResultResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue