7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodePipeline {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DefaultValueT = Aws::String>
60 m_defaultValueHasBeenSet =
true;
61 m_defaultValue = std::forward<DefaultValueT>(value);
63 template <
typename DefaultValueT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
95 bool m_nameHasBeenSet =
false;
96 bool m_defaultValueHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
void SetName(NameT &&value)
AWS_CODEPIPELINE_API PipelineVariableDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
PipelineVariableDeclaration & WithDescription(DescriptionT &&value)
AWS_CODEPIPELINE_API PipelineVariableDeclaration()=default
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDefaultValue() const
PipelineVariableDeclaration & WithName(NameT &&value)
void SetDefaultValue(DefaultValueT &&value)
AWS_CODEPIPELINE_API PipelineVariableDeclaration(Aws::Utils::Json::JsonView jsonValue)
bool DefaultValueHasBeenSet() const
bool NameHasBeenSet() const
PipelineVariableDeclaration & WithDefaultValue(DefaultValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue