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>
48 template<
typename ImageUriT = Aws::String>
49 void SetImageUri(ImageUriT&& value) { m_imageUriHasBeenSet =
true; m_imageUri = std::forward<ImageUriT>(value); }
50 template<
typename ImageUriT = Aws::String>
60 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
61 void SetContainerEntrypoint(ContainerEntrypointT&& value) { m_containerEntrypointHasBeenSet =
true; m_containerEntrypoint = std::forward<ContainerEntrypointT>(value); }
62 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
64 template<
typename ContainerEntrypo
intT = Aws::String>
74 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
75 void SetContainerArguments(ContainerArgumentsT&& value) { m_containerArgumentsHasBeenSet =
true; m_containerArguments = std::forward<ContainerArgumentsT>(value); }
76 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
78 template<
typename ContainerArgumentsT = Aws::String>
91 template<
typename RecordPreprocessorSourceUriT = Aws::String>
92 void SetRecordPreprocessorSourceUri(RecordPreprocessorSourceUriT&& value) { m_recordPreprocessorSourceUriHasBeenSet =
true; m_recordPreprocessorSourceUri = std::forward<RecordPreprocessorSourceUriT>(value); }
93 template<
typename RecordPreprocessorSourceUriT = Aws::String>
104 template<
typename PostAnalyticsProcessorSourceUriT = Aws::String>
105 void SetPostAnalyticsProcessorSourceUri(PostAnalyticsProcessorSourceUriT&& value) { m_postAnalyticsProcessorSourceUriHasBeenSet =
true; m_postAnalyticsProcessorSourceUri = std::forward<PostAnalyticsProcessorSourceUriT>(value); }
106 template<
typename PostAnalyticsProcessorSourceUriT = Aws::String>
112 bool m_imageUriHasBeenSet =
false;
115 bool m_containerEntrypointHasBeenSet =
false;
118 bool m_containerArgumentsHasBeenSet =
false;
121 bool m_recordPreprocessorSourceUriHasBeenSet =
false;
124 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