7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lambda/Lambda_EXPORTS.h>
45 template <
typename EntryPo
intT = Aws::Vector<Aws::String>>
47 m_entryPointHasBeenSet =
true;
48 m_entryPoint = std::forward<EntryPointT>(value);
50 template <
typename EntryPo
intT = Aws::Vector<Aws::String>>
55 template <
typename EntryPo
intT = Aws::String>
57 m_entryPointHasBeenSet =
true;
58 m_entryPoint.emplace_back(std::forward<EntryPointT>(value));
69 template <
typename CommandT = Aws::Vector<Aws::String>>
71 m_commandHasBeenSet =
true;
72 m_command = std::forward<CommandT>(value);
74 template <
typename CommandT = Aws::Vector<Aws::String>>
79 template <
typename CommandT = Aws::String>
81 m_commandHasBeenSet =
true;
82 m_command.emplace_back(std::forward<CommandT>(value));
93 template <
typename WorkingDirectoryT = Aws::String>
95 m_workingDirectoryHasBeenSet =
true;
96 m_workingDirectory = std::forward<WorkingDirectoryT>(value);
98 template <
typename WorkingDirectoryT = Aws::String>
110 bool m_entryPointHasBeenSet =
false;
111 bool m_commandHasBeenSet =
false;
112 bool m_workingDirectoryHasBeenSet =
false;
ImageConfig & AddEntryPoint(EntryPointT &&value)
ImageConfig & AddCommand(CommandT &&value)
const Aws::String & GetWorkingDirectory() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetEntryPoint() const
AWS_LAMBDA_API ImageConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API ImageConfig()=default
void SetWorkingDirectory(WorkingDirectoryT &&value)
ImageConfig & WithCommand(CommandT &&value)
bool EntryPointHasBeenSet() const
void SetCommand(CommandT &&value)
AWS_LAMBDA_API ImageConfig(Aws::Utils::Json::JsonView jsonValue)
bool WorkingDirectoryHasBeenSet() const
ImageConfig & WithWorkingDirectory(WorkingDirectoryT &&value)
bool CommandHasBeenSet() const
ImageConfig & WithEntryPoint(EntryPointT &&value)
void SetEntryPoint(EntryPointT &&value)
const Aws::Vector< Aws::String > & GetCommand() 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