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 ContainerArgumentsT = Aws::Vector<Aws::String>>
45 m_containerArgumentsHasBeenSet =
true;
46 m_containerArguments = std::forward<ContainerArgumentsT>(value);
48 template <
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
53 template <
typename ContainerArgumentsT = Aws::String>
55 m_containerArgumentsHasBeenSet =
true;
56 m_containerArguments.emplace_back(std::forward<ContainerArgumentsT>(value));
67 template <
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
69 m_containerEntrypointHasBeenSet =
true;
70 m_containerEntrypoint = std::forward<ContainerEntrypointT>(value);
72 template <
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
77 template <
typename ContainerEntrypo
intT = Aws::String>
79 m_containerEntrypointHasBeenSet =
true;
80 m_containerEntrypoint.emplace_back(std::forward<ContainerEntrypointT>(value));
91 template <
typename ContainerEnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
93 m_containerEnvironmentVariablesHasBeenSet =
true;
94 m_containerEnvironmentVariables = std::forward<ContainerEnvironmentVariablesT>(value);
96 template <
typename ContainerEnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
101 template <
typename ContainerEnvironmentVariablesKeyT = Aws::String,
typename ContainerEnvironmentVariablesValueT = Aws::String>
103 m_containerEnvironmentVariablesHasBeenSet =
true;
104 m_containerEnvironmentVariables.emplace(std::forward<ContainerEnvironmentVariablesKeyT>(key),
105 std::forward<ContainerEnvironmentVariablesValueT>(value));
115 bool m_containerArgumentsHasBeenSet =
false;
116 bool m_containerEntrypointHasBeenSet =
false;
117 bool m_containerEnvironmentVariablesHasBeenSet =
false;
ContainerConfig & WithContainerEnvironmentVariables(ContainerEnvironmentVariablesT &&value)
void SetContainerArguments(ContainerArgumentsT &&value)
AWS_SAGEMAKER_API ContainerConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ContainerConfig()=default
const Aws::Map< Aws::String, Aws::String > & GetContainerEnvironmentVariables() const
bool ContainerArgumentsHasBeenSet() const
const Aws::Vector< Aws::String > & GetContainerEntrypoint() const
void SetContainerEnvironmentVariables(ContainerEnvironmentVariablesT &&value)
void SetContainerEntrypoint(ContainerEntrypointT &&value)
ContainerConfig & WithContainerEntrypoint(ContainerEntrypointT &&value)
ContainerConfig & WithContainerArguments(ContainerArgumentsT &&value)
AWS_SAGEMAKER_API ContainerConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContainerEnvironmentVariablesHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ContainerConfig & AddContainerEntrypoint(ContainerEntrypointT &&value)
ContainerConfig & AddContainerEnvironmentVariables(ContainerEnvironmentVariablesKeyT &&key, ContainerEnvironmentVariablesValueT &&value)
const Aws::Vector< Aws::String > & GetContainerArguments() const
ContainerConfig & AddContainerArguments(ContainerArgumentsT &&value)
bool ContainerEntrypointHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue