7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/synthetics/Synthetics_EXPORTS.h>
10#include <aws/synthetics/model/Dependency.h>
44 template <
typename SourceLocationArnT = Aws::String>
46 m_sourceLocationArnHasBeenSet =
true;
47 m_sourceLocationArn = std::forward<SourceLocationArnT>(value);
49 template <
typename SourceLocationArnT = Aws::String>
64 template <
typename HandlerT = Aws::String>
66 m_handlerHasBeenSet =
true;
67 m_handler = std::forward<HandlerT>(value);
69 template <
typename HandlerT = Aws::String>
91 template <
typename Bluepr
intTypesT = Aws::Vector<Aws::String>>
93 m_blueprintTypesHasBeenSet =
true;
94 m_blueprintTypes = std::forward<BlueprintTypesT>(value);
96 template <
typename Bluepr
intTypesT = Aws::Vector<Aws::String>>
101 template <
typename Bluepr
intTypesT = Aws::String>
103 m_blueprintTypesHasBeenSet =
true;
104 m_blueprintTypes.emplace_back(std::forward<BlueprintTypesT>(value));
117 template <
typename DependenciesT = Aws::Vector<Dependency>>
119 m_dependenciesHasBeenSet =
true;
120 m_dependencies = std::forward<DependenciesT>(value);
122 template <
typename DependenciesT = Aws::Vector<Dependency>>
127 template <
typename DependenciesT = Dependency>
129 m_dependenciesHasBeenSet =
true;
130 m_dependencies.emplace_back(std::forward<DependenciesT>(value));
142 bool m_sourceLocationArnHasBeenSet =
false;
143 bool m_handlerHasBeenSet =
false;
144 bool m_blueprintTypesHasBeenSet =
false;
145 bool m_dependenciesHasBeenSet =
false;
void SetDependencies(DependenciesT &&value)
void SetBlueprintTypes(BlueprintTypesT &&value)
bool DependenciesHasBeenSet() const
void SetSourceLocationArn(SourceLocationArnT &&value)
CanaryCodeOutput & WithBlueprintTypes(BlueprintTypesT &&value)
CanaryCodeOutput & AddBlueprintTypes(BlueprintTypesT &&value)
bool BlueprintTypesHasBeenSet() const
AWS_SYNTHETICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceLocationArnHasBeenSet() const
CanaryCodeOutput & WithDependencies(DependenciesT &&value)
void SetHandler(HandlerT &&value)
bool HandlerHasBeenSet() const
AWS_SYNTHETICS_API CanaryCodeOutput()=default
CanaryCodeOutput & WithHandler(HandlerT &&value)
const Aws::String & GetSourceLocationArn() const
AWS_SYNTHETICS_API CanaryCodeOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetBlueprintTypes() const
const Aws::Vector< Dependency > & GetDependencies() const
const Aws::String & GetHandler() const
CanaryCodeOutput & WithSourceLocationArn(SourceLocationArnT &&value)
CanaryCodeOutput & AddDependencies(DependenciesT &&value)
AWS_SYNTHETICS_API CanaryCodeOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue