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>
50 template<
typename SamplePayloadUrlT = Aws::String>
51 void SetSamplePayloadUrl(SamplePayloadUrlT&& value) { m_samplePayloadUrlHasBeenSet =
true; m_samplePayloadUrl = std::forward<SamplePayloadUrlT>(value); }
52 template<
typename SamplePayloadUrlT = Aws::String>
62 template<
typename SupportedContentTypesT = Aws::Vector<Aws::String>>
63 void SetSupportedContentTypes(SupportedContentTypesT&& value) { m_supportedContentTypesHasBeenSet =
true; m_supportedContentTypes = std::forward<SupportedContentTypesT>(value); }
64 template<
typename SupportedContentTypesT = Aws::Vector<Aws::String>>
66 template<
typename SupportedContentTypesT = Aws::String>
72 bool m_samplePayloadUrlHasBeenSet =
false;
75 bool m_supportedContentTypesHasBeenSet =
false;
RecommendationJobPayloadConfig & WithSamplePayloadUrl(SamplePayloadUrlT &&value)
bool SamplePayloadUrlHasBeenSet() const
const Aws::String & GetSamplePayloadUrl() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
RecommendationJobPayloadConfig & AddSupportedContentTypes(SupportedContentTypesT &&value)
AWS_SAGEMAKER_API RecommendationJobPayloadConfig(Aws::Utils::Json::JsonView jsonValue)
RecommendationJobPayloadConfig & WithSupportedContentTypes(SupportedContentTypesT &&value)
bool SupportedContentTypesHasBeenSet() const
AWS_SAGEMAKER_API RecommendationJobPayloadConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSamplePayloadUrl(SamplePayloadUrlT &&value)
const Aws::Vector< Aws::String > & GetSupportedContentTypes() const
void SetSupportedContentTypes(SupportedContentTypesT &&value)
AWS_SAGEMAKER_API RecommendationJobPayloadConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue