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>
10#include <aws/sagemaker/model/CompressionType.h>
11#include <aws/sagemaker/model/TrainingInputMode.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
78 inline void SetIsRequired(
bool value) { m_isRequiredHasBeenSet =
true; m_isRequired = value; }
132 bool m_nameHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
138 bool m_isRequiredHasBeenSet =
false;
141 bool m_supportedContentTypesHasBeenSet =
false;
144 bool m_supportedCompressionTypesHasBeenSet =
false;
147 bool m_supportedInputModesHasBeenSet =
false;
ChannelSpecification & WithName(const Aws::String &value)
void SetDescription(Aws::String &&value)
const Aws::Vector< TrainingInputMode > & GetSupportedInputModes() const
ChannelSpecification & WithName(const char *value)
ChannelSpecification & AddSupportedCompressionTypes(CompressionType &&value)
void SetDescription(const Aws::String &value)
bool SupportedContentTypesHasBeenSet() const
void SetSupportedContentTypes(const Aws::Vector< Aws::String > &value)
ChannelSpecification & AddSupportedContentTypes(const char *value)
ChannelSpecification & WithIsRequired(bool value)
ChannelSpecification & AddSupportedInputModes(TrainingInputMode &&value)
ChannelSpecification & WithSupportedContentTypes(const Aws::Vector< Aws::String > &value)
ChannelSpecification & WithSupportedInputModes(Aws::Vector< TrainingInputMode > &&value)
ChannelSpecification & WithSupportedCompressionTypes(const Aws::Vector< CompressionType > &value)
ChannelSpecification & WithDescription(const Aws::String &value)
void SetSupportedContentTypes(Aws::Vector< Aws::String > &&value)
ChannelSpecification & WithDescription(Aws::String &&value)
void SetSupportedCompressionTypes(Aws::Vector< CompressionType > &&value)
const Aws::Vector< Aws::String > & GetSupportedContentTypes() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ChannelSpecification & WithName(Aws::String &&value)
AWS_SAGEMAKER_API ChannelSpecification(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< CompressionType > & GetSupportedCompressionTypes() const
bool IsRequiredHasBeenSet() const
ChannelSpecification & WithSupportedInputModes(const Aws::Vector< TrainingInputMode > &value)
const Aws::String & GetDescription() const
ChannelSpecification & AddSupportedContentTypes(Aws::String &&value)
ChannelSpecification & AddSupportedInputModes(const TrainingInputMode &value)
ChannelSpecification & WithSupportedContentTypes(Aws::Vector< Aws::String > &&value)
bool NameHasBeenSet() const
bool GetIsRequired() const
ChannelSpecification & WithSupportedCompressionTypes(Aws::Vector< CompressionType > &&value)
const Aws::String & GetName() const
void SetName(Aws::String &&value)
ChannelSpecification & AddSupportedContentTypes(const Aws::String &value)
AWS_SAGEMAKER_API ChannelSpecification()
void SetSupportedInputModes(Aws::Vector< TrainingInputMode > &&value)
void SetSupportedCompressionTypes(const Aws::Vector< CompressionType > &value)
ChannelSpecification & WithDescription(const char *value)
AWS_SAGEMAKER_API ChannelSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSupportedInputModes(const Aws::Vector< TrainingInputMode > &value)
bool SupportedInputModesHasBeenSet() const
void SetName(const Aws::String &value)
ChannelSpecification & AddSupportedCompressionTypes(const CompressionType &value)
void SetDescription(const char *value)
bool SupportedCompressionTypesHasBeenSet() const
void SetIsRequired(bool value)
bool DescriptionHasBeenSet() const
void SetName(const char *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