7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/personalize/model/MetricAttributionOutput.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/personalize/model/MetricAttribute.h>
46 template<
typename AddMetricsT = Aws::Vector<MetricAttribute>>
47 void SetAddMetrics(AddMetricsT&& value) { m_addMetricsHasBeenSet =
true; m_addMetrics = std::forward<AddMetricsT>(value); }
48 template<
typename AddMetricsT = Aws::Vector<MetricAttribute>>
50 template<
typename AddMetricsT = MetricAttribute>
60 template<
typename RemoveMetricsT = Aws::Vector<Aws::String>>
61 void SetRemoveMetrics(RemoveMetricsT&& value) { m_removeMetricsHasBeenSet =
true; m_removeMetrics = std::forward<RemoveMetricsT>(value); }
62 template<
typename RemoveMetricsT = Aws::Vector<Aws::String>>
64 template<
typename RemoveMetricsT = Aws::String>
74 template<
typename MetricsOutputConfigT = MetricAttributionOutput>
75 void SetMetricsOutputConfig(MetricsOutputConfigT&& value) { m_metricsOutputConfigHasBeenSet =
true; m_metricsOutputConfig = std::forward<MetricsOutputConfigT>(value); }
76 template<
typename MetricsOutputConfigT = MetricAttributionOutput>
86 template<
typename MetricAttributionArnT = Aws::String>
87 void SetMetricAttributionArn(MetricAttributionArnT&& value) { m_metricAttributionArnHasBeenSet =
true; m_metricAttributionArn = std::forward<MetricAttributionArnT>(value); }
88 template<
typename MetricAttributionArnT = Aws::String>
94 bool m_addMetricsHasBeenSet =
false;
97 bool m_removeMetricsHasBeenSet =
false;
100 bool m_metricsOutputConfigHasBeenSet =
false;
103 bool m_metricAttributionArnHasBeenSet =
false;
const Aws::Vector< MetricAttribute > & GetAddMetrics() const
bool AddMetricsHasBeenSet() const
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetRemoveMetrics() const
bool MetricsOutputConfigHasBeenSet() const
UpdateMetricAttributionRequest & WithAddMetrics(AddMetricsT &&value)
UpdateMetricAttributionRequest & WithRemoveMetrics(RemoveMetricsT &&value)
void SetAddMetrics(AddMetricsT &&value)
AWS_PERSONALIZE_API UpdateMetricAttributionRequest()=default
UpdateMetricAttributionRequest & AddAddMetrics(AddMetricsT &&value)
const MetricAttributionOutput & GetMetricsOutputConfig() const
void SetMetricAttributionArn(MetricAttributionArnT &&value)
UpdateMetricAttributionRequest & WithMetricsOutputConfig(MetricsOutputConfigT &&value)
void SetMetricsOutputConfig(MetricsOutputConfigT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMetricAttributionArn() const
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateMetricAttributionRequest & AddRemoveMetrics(RemoveMetricsT &&value)
UpdateMetricAttributionRequest & WithMetricAttributionArn(MetricAttributionArnT &&value)
void SetRemoveMetrics(RemoveMetricsT &&value)
bool MetricAttributionArnHasBeenSet() const
bool RemoveMetricsHasBeenSet() const
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