7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
50 void SetContainerArguments(ContainerArgumentsT&& value) { m_containerArgumentsHasBeenSet =
true; m_containerArguments = std::forward<ContainerArgumentsT>(value); }
51 template<
typename ContainerArgumentsT = Aws::Vector<Aws::String>>
53 template<
typename ContainerArgumentsT = Aws::String>
54 ContainerConfig&
AddContainerArguments(ContainerArgumentsT&& value) { m_containerArgumentsHasBeenSet =
true; m_containerArguments.emplace_back(std::forward<ContainerArgumentsT>(value));
return *
this; }
63 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
64 void SetContainerEntrypoint(ContainerEntrypointT&& value) { m_containerEntrypointHasBeenSet =
true; m_containerEntrypoint = std::forward<ContainerEntrypointT>(value); }
65 template<
typename ContainerEntrypo
intT = Aws::Vector<Aws::String>>
67 template<
typename ContainerEntrypo
intT = Aws::String>
68 ContainerConfig&
AddContainerEntrypoint(ContainerEntrypointT&& value) { m_containerEntrypointHasBeenSet =
true; m_containerEntrypoint.emplace_back(std::forward<ContainerEntrypointT>(value));
return *
this; }
77 template<
typename ContainerEnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
78 void SetContainerEnvironmentVariables(ContainerEnvironmentVariablesT&& value) { m_containerEnvironmentVariablesHasBeenSet =
true; m_containerEnvironmentVariables = std::forward<ContainerEnvironmentVariablesT>(value); }
79 template<
typename ContainerEnvironmentVariablesT = Aws::Map<Aws::String, Aws::String>>
81 template<
typename ContainerEnvironmentVariablesKeyT = Aws::String,
typename ContainerEnvironmentVariablesValueT = Aws::String>
83 m_containerEnvironmentVariablesHasBeenSet =
true; m_containerEnvironmentVariables.emplace(std::forward<ContainerEnvironmentVariablesKeyT>(key), std::forward<ContainerEnvironmentVariablesValueT>(value));
return *
this;
89 bool m_containerArgumentsHasBeenSet =
false;
92 bool m_containerEntrypointHasBeenSet =
false;
95 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