7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/S3ModelDataSource.h>
43 template <
typename ChannelNameT = Aws::String>
45 m_channelNameHasBeenSet =
true;
46 m_channelName = std::forward<ChannelNameT>(value);
48 template <
typename ChannelNameT = Aws::String>
59 template <
typename S3DataSourceT = S3ModelDataSource>
61 m_s3DataSourceHasBeenSet =
true;
62 m_s3DataSource = std::forward<S3DataSourceT>(value);
64 template <
typename S3DataSourceT = S3ModelDataSource>
74 bool m_channelNameHasBeenSet =
false;
75 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