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>
65 AppSpecification&
AddContainerEntrypoint(ContainerEntrypointT&& value) { m_containerEntrypointHasBeenSet =
true; m_containerEntrypoint.emplace_back(std::forward<ContainerEntrypointT>(value));
return *
this; }
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>
79 AppSpecification&
AddContainerArguments(ContainerArgumentsT&& value) { m_containerArgumentsHasBeenSet =
true; m_containerArguments.emplace_back(std::forward<ContainerArgumentsT>(value));
return *
this; }
84 bool m_imageUriHasBeenSet =
false;
87 bool m_containerEntrypointHasBeenSet =
false;
90 bool m_containerArgumentsHasBeenSet =
false;
AppSpecification & AddContainerArguments(ContainerArgumentsT &&value)
const Aws::Vector< Aws::String > & GetContainerEntrypoint() const
AWS_SAGEMAKER_API AppSpecification(Aws::Utils::Json::JsonView jsonValue)
AppSpecification & WithContainerEntrypoint(ContainerEntrypointT &&value)
void SetContainerEntrypoint(ContainerEntrypointT &&value)
const Aws::Vector< Aws::String > & GetContainerArguments() const
AppSpecification & WithContainerArguments(ContainerArgumentsT &&value)
AWS_SAGEMAKER_API AppSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContainerArguments(ContainerArgumentsT &&value)
bool ContainerEntrypointHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API AppSpecification()=default
AppSpecification & WithImageUri(ImageUriT &&value)
AppSpecification & AddContainerEntrypoint(ContainerEntrypointT &&value)
bool ContainerArgumentsHasBeenSet() const
bool ImageUriHasBeenSet() const
const Aws::String & GetImageUri() const
void SetImageUri(ImageUriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue