7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename StatisticIdT = Aws::String>
44 void SetStatisticId(StatisticIdT&& value) { m_statisticIdHasBeenSet =
true; m_statisticId = std::forward<StatisticIdT>(value); }
45 template<
typename StatisticIdT = Aws::String>
55 template<
typename ProfileIdT = Aws::String>
56 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
57 template<
typename ProfileIdT = Aws::String>
63 bool m_statisticIdHasBeenSet =
false;
66 bool m_profileIdHasBeenSet =
false;
AWS_GLUE_API GetDataQualityModelResultRequest()=default
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetDataQualityModelResultRequest & WithStatisticId(StatisticIdT &&value)
void SetStatisticId(StatisticIdT &&value)
const Aws::String & GetProfileId() const
const Aws::String & GetStatisticId() const
void SetProfileId(ProfileIdT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool StatisticIdHasBeenSet() const
bool ProfileIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetDataQualityModelResultRequest & WithProfileId(ProfileIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String