7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/forecast/ForecastServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/forecast/model/ExplainabilityConfig.h>
11#include <aws/forecast/model/DataSource.h>
12#include <aws/forecast/model/Schema.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/forecast/model/Tag.h>
19namespace ForecastService
48 template<
typename ExplainabilityNameT = Aws::String>
49 void SetExplainabilityName(ExplainabilityNameT&& value) { m_explainabilityNameHasBeenSet =
true; m_explainabilityName = std::forward<ExplainabilityNameT>(value); }
50 template<
typename ExplainabilityNameT = Aws::String>
61 template<
typename ResourceArnT = Aws::String>
62 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet =
true; m_resourceArn = std::forward<ResourceArnT>(value); }
63 template<
typename ResourceArnT = Aws::String>
74 template<
typename ExplainabilityConfigT = ExplainabilityConfig>
75 void SetExplainabilityConfig(ExplainabilityConfigT&& value) { m_explainabilityConfigHasBeenSet =
true; m_explainabilityConfig = std::forward<ExplainabilityConfigT>(value); }
76 template<
typename ExplainabilityConfigT = ExplainabilityConfig>
84 template<
typename DataSourceT = DataSource>
85 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
86 template<
typename DataSourceT = DataSource>
94 template<
typename SchemaT = Schema>
95 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
96 template<
typename SchemaT = Schema>
107 inline void SetEnableVisualization(
bool value) { m_enableVisualizationHasBeenSet =
true; m_enableVisualization = value; }
119 template<
typename StartDateTimeT = Aws::String>
120 void SetStartDateTime(StartDateTimeT&& value) { m_startDateTimeHasBeenSet =
true; m_startDateTime = std::forward<StartDateTimeT>(value); }
121 template<
typename StartDateTimeT = Aws::String>
133 template<
typename EndDateTimeT = Aws::String>
134 void SetEndDateTime(EndDateTimeT&& value) { m_endDateTimeHasBeenSet =
true; m_endDateTime = std::forward<EndDateTimeT>(value); }
135 template<
typename EndDateTimeT = Aws::String>
161 template<
typename TagsT = Aws::Vector<Tag>>
162 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
163 template<
typename TagsT = Aws::Vector<Tag>>
165 template<
typename TagsT = Tag>
171 bool m_explainabilityNameHasBeenSet =
false;
174 bool m_resourceArnHasBeenSet =
false;
177 bool m_explainabilityConfigHasBeenSet =
false;
180 bool m_dataSourceHasBeenSet =
false;
183 bool m_schemaHasBeenSet =
false;
185 bool m_enableVisualization{
false};
186 bool m_enableVisualizationHasBeenSet =
false;
189 bool m_startDateTimeHasBeenSet =
false;
192 bool m_endDateTimeHasBeenSet =
false;
195 bool m_tagsHasBeenSet =
false;
void SetEnableVisualization(bool value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_FORECASTSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetExplainabilityName(ExplainabilityNameT &&value)
bool StartDateTimeHasBeenSet() const
CreateExplainabilityRequest & WithExplainabilityConfig(ExplainabilityConfigT &&value)
bool ResourceArnHasBeenSet() const
CreateExplainabilityRequest & WithResourceArn(ResourceArnT &&value)
bool EnableVisualizationHasBeenSet() const
bool DataSourceHasBeenSet() const
const Aws::String & GetExplainabilityName() const
CreateExplainabilityRequest & WithSchema(SchemaT &&value)
const Schema & GetSchema() const
void SetExplainabilityConfig(ExplainabilityConfigT &&value)
CreateExplainabilityRequest & AddTags(TagsT &&value)
const Aws::String & GetStartDateTime() const
const DataSource & GetDataSource() const
bool ExplainabilityConfigHasBeenSet() const
bool GetEnableVisualization() const
const ExplainabilityConfig & GetExplainabilityConfig() const
const Aws::String & GetResourceArn() const
CreateExplainabilityRequest & WithExplainabilityName(ExplainabilityNameT &&value)
const Aws::String & GetEndDateTime() const
CreateExplainabilityRequest & WithEnableVisualization(bool value)
AWS_FORECASTSERVICE_API CreateExplainabilityRequest()=default
void SetResourceArn(ResourceArnT &&value)
bool ExplainabilityNameHasBeenSet() const
AWS_FORECASTSERVICE_API Aws::String SerializePayload() const override
CreateExplainabilityRequest & WithStartDateTime(StartDateTimeT &&value)
CreateExplainabilityRequest & WithEndDateTime(EndDateTimeT &&value)
CreateExplainabilityRequest & WithTags(TagsT &&value)
bool SchemaHasBeenSet() const
void SetDataSource(DataSourceT &&value)
void SetStartDateTime(StartDateTimeT &&value)
void SetEndDateTime(EndDateTimeT &&value)
bool EndDateTimeHasBeenSet() const
void SetTags(TagsT &&value)
void SetSchema(SchemaT &&value)
CreateExplainabilityRequest & WithDataSource(DataSourceT &&value)
virtual const char * GetServiceRequestName() const override
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