7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
43 template <
typename ImageUriT = Aws::String>
45 m_imageUriHasBeenSet =
true;
46 m_imageUri = std::forward<ImageUriT>(value);
48 template <
typename ImageUriT = Aws::String>
61 template <
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
63 m_containerEntrypointHasBeenSet =
true;
64 m_containerEntrypoint = std::forward<ContainerEntrypointT>(value);
66 template <
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
71 template <
typename ContainerEntrypo
intT = Aws::String>
73 m_containerEntrypointHasBeenSet =
true;
74 m_containerEntrypoint.emplace_back(std::forward<ContainerEntrypointT>(value));
85 template <
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
87 m_containerArgumentsHasBeenSet =
true;
88 m_containerArguments = std::forward<ContainerArgumentsT>(value);
90 template <
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
95 template <
typename ContainerArgumentsT = Aws::String>
97 m_containerArgumentsHasBeenSet =
true;
98 m_containerArguments.emplace_back(std::forward<ContainerArgumentsT>(value));
112 template <
typename RecordPreprocessorSourceUriT = Aws::String>
114 m_recordPreprocessorSourceUriHasBeenSet =
true;
115 m_recordPreprocessorSourceUri = std::forward<RecordPreprocessorSourceUriT>(value);
117 template <
typename RecordPreprocessorSourceUriT = Aws::String>
131 template <
typename PostAnalyticsProcessorSourceUriT = Aws::String>
133 m_postAnalyticsProcessorSourceUriHasBeenSet =
true;
134 m_postAnalyticsProcessorSourceUri = std::forward<PostAnalyticsProcessorSourceUriT>(value);
136 template <
typename PostAnalyticsProcessorSourceUriT = Aws::String>
150 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
152 m_environmentHasBeenSet =
true;
153 m_environment = std::forward<EnvironmentT>(value);
155 template <
typename EnvironmentT = Aws::Map<Aws::String, Aws::String>>
160 template <
typename EnvironmentKeyT = Aws::String,
typename EnvironmentValueT = Aws::String>
162 m_environmentHasBeenSet =
true;
163 m_environment.emplace(std::forward<EnvironmentKeyT>(key), std::forward<EnvironmentValueT>(value));
179 bool m_imageUriHasBeenSet =
false;
180 bool m_containerEntrypointHasBeenSet =
false;
181 bool m_containerArgumentsHasBeenSet =
false;
182 bool m_recordPreprocessorSourceUriHasBeenSet =
false;
183 bool m_postAnalyticsProcessorSourceUriHasBeenSet =
false;
184 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