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/core/utils/memory/stl/AWSMap.h>
49 template<
typename ImageUriT = Aws::String>
50 void SetImageUri(ImageUriT&& value) { m_imageUriHasBeenSet =
true; m_imageUri = std::forward<ImageUriT>(value); }
51 template<
typename ImageUriT = Aws::String>
61 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
62 void SetContainerEntrypoint(ContainerEntrypointT&& value) { m_containerEntrypointHasBeenSet =
true; m_containerEntrypoint = std::forward<ContainerEntrypointT>(value); }
63 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
65 template<
typename ContainerEntrypo
intT = Aws::String>
75 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
76 void SetContainerArguments(ContainerArgumentsT&& value) { m_containerArgumentsHasBeenSet =
true; m_containerArguments = std::forward<ContainerArgumentsT>(value); }
77 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
79 template<
typename ContainerArgumentsT = Aws::String>
92 template<
typename RecordPreprocessorSourceUriT = Aws::String>
93 void SetRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT&& value) { m_recordPreprocessorSourceUriHasBeenSet =
true; m_recordPreprocessorSourceUri = std::forward<RecordPreprocessorSourceUriT>(value); }
94 template<
typename RecordPreprocessorSourceUriT = Aws::String>
105 template<
typename PostAnalyticsProcessorSourceUriT = Aws::String>
106 void SetPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT&& value) { m_postAnalyticsProcessorSourceUriHasBeenSet =
true; m_postAnalyticsProcessorSourceUri = std::forward<PostAnalyticsProcessorSourceUriT>(value); }
107 template<
typename PostAnalyticsProcessorSourceUriT = Aws::String>
118 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
119 void SetEnvironment(EnvironmentT&& value) { m_environmentHasBeenSet =
true; m_environment = std::forward<EnvironmentT>(value); }
120 template<
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
122 template<
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
124 m_environmentHasBeenSet =
true; m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
return *
this;
130 bool m_imageUriHasBeenSet =
false;
133 bool m_containerEntrypointHasBeenSet =
false;
136 bool m_containerArgumentsHasBeenSet =
false;
139 bool m_recordPreprocessorSourceUriHasBeenSet =
false;
142 bool m_postAnalyticsProcessorSourceUriHasBeenSet =
false;
145 bool m_environmentHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetContainerArguments() const
bool EnvironmentHasBeenSet() const
void SetContainerArguments(ContainerArgumentsT &&value)
DataQualityAppSpecification & WithEnvironment(EnvironmentT &&value)
DataQualityAppSpecification & WithRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT &&value)
AWS_SAGEMAKER_API DataQualityAppSpecification(Aws::Utils::Json::JsonView jsonValue)
bool RecordPreprocessorSourceUriHasBeenSet() const
bool ContainerEntrypointHasBeenSet() const
DataQualityAppSpecification & AddContainerArguments(ContainerArgumentsT &&value)
bool ContainerArgumentsHasBeenSet() const
const Aws::String & GetRecordPreprocessorSourceUri() const
const Aws::Map< Aws::String, Aws::String > & GetEnvironment() const
DataQualityAppSpecification & AddContainerEntrypoint(ContainerEntrypointT &&value)
AWS_SAGEMAKER_API DataQualityAppSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetContainerEntrypoint() const
DataQualityAppSpecification & AddEnvironment(EnvironmentKeyT &&key, EnvironmentValueT &&value)
const Aws::String & GetImageUri() const
DataQualityAppSpecification & WithImageUri(ImageUriT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
DataQualityAppSpecification & WithContainerArguments(ContainerArgumentsT &&value)
AWS_SAGEMAKER_API DataQualityAppSpecification()=default
void SetPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT &&value)
void SetEnvironment(EnvironmentT &&value)
bool PostAnalyticsProcessorSourceUriHasBeenSet() const
const Aws::String & GetPostAnalyticsProcessorSourceUri() const
DataQualityAppSpecification & WithPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT &&value)
void SetImageUri(ImageUriT &&value)
void SetContainerEntrypoint(ContainerEntrypointT &&value)
void SetRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT &&value)
DataQualityAppSpecification & WithContainerEntrypoint(ContainerEntrypointT &&value)
bool ImageUriHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue