7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename EntryPo
intT = Aws::Vector<Aws::String>>
52 void SetEntryPoint(EntryPointT&& value) { m_entryPointHasBeenSet =
true; m_entryPoint = std::forward<EntryPointT>(value); }
53 template<
typename EntryPo
intT = Aws::Vector<Aws::String>>
55 template<
typename EntryPo
intT = Aws::String>
56 ImageConfig&
AddEntryPoint(EntryPointT&& value) { m_entryPointHasBeenSet =
true; m_entryPoint.emplace_back(std::forward<EntryPointT>(value));
return *
this; }
65 template<
typename CommandT = Aws::Vector<Aws::String>>
66 void SetCommand(CommandT&& value) { m_commandHasBeenSet =
true; m_command = std::forward<CommandT>(value); }
67 template<
typename CommandT = Aws::Vector<Aws::String>>
69 template<
typename CommandT = Aws::String>
70 ImageConfig&
AddCommand(CommandT&& value) { m_commandHasBeenSet =
true; m_command.emplace_back(std::forward<CommandT>(value));
return *
this; }
79 template<
typename WorkingDirectoryT = Aws::String>
80 void SetWorkingDirectory(WorkingDirectoryT&& value) { m_workingDirectoryHasBeenSet =
true; m_workingDirectory = std::forward<WorkingDirectoryT>(value); }
81 template<
typename WorkingDirectoryT = Aws::String>
87 bool m_entryPointHasBeenSet =
false;
90 bool m_commandHasBeenSet =
false;
93 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