7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
52 inline void SetTargetAttributeName(
const char* value) { m_targetAttributeNameHasBeenSet =
true; m_targetAttributeName.assign(value); }
67 inline void SetTimestampAttributeName(
const char* value) { m_timestampAttributeNameHasBeenSet =
true; m_timestampAttributeName.assign(value); }
82 inline void SetItemIdentifierAttributeName(
const char* value) { m_itemIdentifierAttributeNameHasBeenSet =
true; m_itemIdentifierAttributeName.assign(value); }
106 bool m_targetAttributeNameHasBeenSet =
false;
109 bool m_timestampAttributeNameHasBeenSet =
false;
112 bool m_itemIdentifierAttributeNameHasBeenSet =
false;
115 bool m_groupingAttributeNamesHasBeenSet =
false;
TimeSeriesConfig & WithItemIdentifierAttributeName(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API TimeSeriesConfig()
const Aws::String & GetTimestampAttributeName() const
const Aws::String & GetItemIdentifierAttributeName() const
TimeSeriesConfig & WithItemIdentifierAttributeName(Aws::String &&value)
bool TimestampAttributeNameHasBeenSet() const
AWS_SAGEMAKER_API TimeSeriesConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ItemIdentifierAttributeNameHasBeenSet() const
void SetTimestampAttributeName(const Aws::String &value)
bool GroupingAttributeNamesHasBeenSet() const
TimeSeriesConfig & AddGroupingAttributeNames(const Aws::String &value)
TimeSeriesConfig & WithItemIdentifierAttributeName(const char *value)
AWS_SAGEMAKER_API TimeSeriesConfig(Aws::Utils::Json::JsonView jsonValue)
TimeSeriesConfig & WithTargetAttributeName(Aws::String &&value)
TimeSeriesConfig & WithTimestampAttributeName(Aws::String &&value)
TimeSeriesConfig & AddGroupingAttributeNames(const char *value)
TimeSeriesConfig & WithTargetAttributeName(const Aws::String &value)
void SetTargetAttributeName(const Aws::String &value)
void SetTargetAttributeName(Aws::String &&value)
TimeSeriesConfig & WithTimestampAttributeName(const char *value)
void SetGroupingAttributeNames(const Aws::Vector< Aws::String > &value)
TimeSeriesConfig & AddGroupingAttributeNames(Aws::String &&value)
const Aws::String & GetTargetAttributeName() const
void SetGroupingAttributeNames(Aws::Vector< Aws::String > &&value)
void SetTimestampAttributeName(Aws::String &&value)
void SetItemIdentifierAttributeName(const char *value)
TimeSeriesConfig & WithGroupingAttributeNames(const Aws::Vector< Aws::String > &value)
void SetTargetAttributeName(const char *value)
void SetTimestampAttributeName(const char *value)
bool TargetAttributeNameHasBeenSet() const
void SetItemIdentifierAttributeName(Aws::String &&value)
void SetItemIdentifierAttributeName(const Aws::String &value)
TimeSeriesConfig & WithGroupingAttributeNames(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetGroupingAttributeNames() const
TimeSeriesConfig & WithTargetAttributeName(const char *value)
TimeSeriesConfig & WithTimestampAttributeName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue