7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ColumnStatisticsTaskRun.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename ColumnStatisticsTaskRunT = ColumnStatisticsTaskRun>
43 void SetColumnStatisticsTaskRun(ColumnStatisticsTaskRunT&& value) { m_columnStatisticsTaskRunHasBeenSet =
true; m_columnStatisticsTaskRun = std::forward<ColumnStatisticsTaskRunT>(value); }
44 template<
typename ColumnStatisticsTaskRunT = ColumnStatisticsTaskRun>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_columnStatisticsTaskRunHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API GetColumnStatisticsTaskRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetColumnStatisticsTaskRunResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetColumnStatisticsTaskRunResult & WithColumnStatisticsTaskRun(ColumnStatisticsTaskRunT &&value)
void SetColumnStatisticsTaskRun(ColumnStatisticsTaskRunT &&value)
AWS_GLUE_API GetColumnStatisticsTaskRunResult()=default
AWS_GLUE_API GetColumnStatisticsTaskRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ColumnStatisticsTaskRun & GetColumnStatisticsTaskRun() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue