7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/S3ModelDataSource.h>
49 template<
typename ChannelNameT = Aws::String>
50 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
51 template<
typename ChannelNameT = Aws::String>
59 template<
typename S3DataSourceT = S3ModelDataSource>
60 void SetS3DataSource(S3DataSourceT&& value) { m_s3DataSourceHasBeenSet =
true; m_s3DataSource = std::forward<S3DataSourceT>(value); }
61 template<
typename S3DataSourceT = S3ModelDataSource>
67 bool m_channelNameHasBeenSet =
false;
70 bool m_s3DataSourceHasBeenSet =
false;
const S3ModelDataSource & GetS3DataSource() const
AdditionalModelDataSource & WithS3DataSource(S3DataSourceT &&value)
AWS_SAGEMAKER_API AdditionalModelDataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3DataSource(S3DataSourceT &&value)
AWS_SAGEMAKER_API AdditionalModelDataSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetChannelName() const
void SetChannelName(ChannelNameT &&value)
AdditionalModelDataSource & WithChannelName(ChannelNameT &&value)
bool ChannelNameHasBeenSet() const
bool S3DataSourceHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AdditionalModelDataSource()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue