7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename StatisticIdT = Aws::String>
41 m_statisticIdHasBeenSet =
true;
42 m_statisticId = std::forward<StatisticIdT>(value);
44 template <
typename StatisticIdT = Aws::String>
57 template <
typename ProfileIdT = Aws::String>
59 m_profileIdHasBeenSet =
true;
60 m_profileId = std::forward<ProfileIdT>(value);
62 template <
typename ProfileIdT = Aws::String>
72 bool m_statisticIdHasBeenSet =
false;
73 bool m_profileIdHasBeenSet =
false;
void SetProfileId(ProfileIdT &&value)
void SetStatisticId(StatisticIdT &&value)
AWS_GLUE_API GetDataQualityModelRequest()=default
GetDataQualityModelRequest & WithProfileId(ProfileIdT &&value)
const Aws::String & GetStatisticId() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool StatisticIdHasBeenSet() const
bool ProfileIdHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProfileId() const
GetDataQualityModelRequest & WithStatisticId(StatisticIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String