7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename ImageUriT = Aws::String>
44 m_imageUriHasBeenSet =
true;
45 m_imageUri = std::forward<ImageUriT>(value);
47 template <
typename ImageUriT = Aws::String>
60 template <
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
62 m_containerEntrypointHasBeenSet =
true;
63 m_containerEntrypoint = std::forward<ContainerEntrypointT>(value);
65 template <
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
70 template <
typename ContainerEntrypo
intT = Aws::String>
72 m_containerEntrypointHasBeenSet =
true;
73 m_containerEntrypoint.emplace_back(std::forward<ContainerEntrypointT>(value));
84 template <
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
86 m_containerArgumentsHasBeenSet =
true;
87 m_containerArguments = std::forward<ContainerArgumentsT>(value);
89 template <
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
94 template <
typename ContainerArgumentsT = Aws::String>
96 m_containerArgumentsHasBeenSet =
true;
97 m_containerArguments.emplace_back(std::forward<ContainerArgumentsT>(value));
111 template <
typename RecordPreprocessorSourceUriT = Aws::String>
113 m_recordPreprocessorSourceUriHasBeenSet =
true;
114 m_recordPreprocessorSourceUri = std::forward<RecordPreprocessorSourceUriT>(value);
116 template <
typename RecordPreprocessorSourceUriT = Aws::String>
130 template <
typename PostAnalyticsProcessorSourceUriT = Aws::String>
132 m_postAnalyticsProcessorSourceUriHasBeenSet =
true;
133 m_postAnalyticsProcessorSourceUri = std::forward<PostAnalyticsProcessorSourceUriT>(value);
135 template <
typename PostAnalyticsProcessorSourceUriT = Aws::String>
151 bool m_imageUriHasBeenSet =
false;
152 bool m_containerEntrypointHasBeenSet =
false;
153 bool m_containerArgumentsHasBeenSet =
false;
154 bool m_recordPreprocessorSourceUriHasBeenSet =
false;
155 bool m_postAnalyticsProcessorSourceUriHasBeenSet =
false;
MonitoringAppSpecification & WithContainerEntrypoint(ContainerEntrypointT &&value)
MonitoringAppSpecification & AddContainerArguments(ContainerArgumentsT &&value)
void SetImageUri(ImageUriT &&value)
bool ImageUriHasBeenSet() const
MonitoringAppSpecification & WithImageUri(ImageUriT &&value)
MonitoringAppSpecification & AddContainerEntrypoint(ContainerEntrypointT &&value)
MonitoringAppSpecification & WithRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetImageUri() const
bool RecordPreprocessorSourceUriHasBeenSet() const
void SetRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT &&value)
bool ContainerEntrypointHasBeenSet() const
AWS_SAGEMAKER_API MonitoringAppSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
MonitoringAppSpecification & WithPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT &&value)
const Aws::String & GetRecordPreprocessorSourceUri() const
void SetPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT &&value)
const Aws::Vector< Aws::String > & GetContainerArguments() const
AWS_SAGEMAKER_API MonitoringAppSpecification()=default
AWS_SAGEMAKER_API MonitoringAppSpecification(Aws::Utils::Json::JsonView jsonValue)
void SetContainerEntrypoint(ContainerEntrypointT &&value)
void SetContainerArguments(ContainerArgumentsT &&value)
MonitoringAppSpecification & WithContainerArguments(ContainerArgumentsT &&value)
bool PostAnalyticsProcessorSourceUriHasBeenSet() const
const Aws::Vector< Aws::String > & GetContainerEntrypoint() const
const Aws::String & GetPostAnalyticsProcessorSourceUri() const
bool ContainerArgumentsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue