7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ResultIdsT = Aws::Vector<Aws::String>>
45 void SetResultIds(ResultIdsT&& value) { m_resultIdsHasBeenSet =
true; m_resultIds = std::forward<ResultIdsT>(value); }
46 template<
typename ResultIdsT = Aws::Vector<Aws::String>>
48 template<
typename ResultIdsT = Aws::String>
54 bool m_resultIdsHasBeenSet =
false;
bool ResultIdsHasBeenSet() const
AWS_GLUE_API BatchGetDataQualityResultRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetResultIds() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetResultIds(ResultIdsT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetDataQualityResultRequest & WithResultIds(ResultIdsT &&value)
BatchGetDataQualityResultRequest & AddResultIds(ResultIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector