7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename ResolvedValueT = Aws::String>
60 void SetResolvedValue(ResolvedValueT&& value) { m_resolvedValueHasBeenSet =
true; m_resolvedValue = std::forward<ResolvedValueT>(value); }
61 template<
typename ResolvedValueT = Aws::String>
67 bool m_nameHasBeenSet =
false;
70 bool m_resolvedValueHasBeenSet =
false;
AWS_CODEPIPELINE_API ResolvedPipelineVariable & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API ResolvedPipelineVariable(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResolvedValue() const
ResolvedPipelineVariable & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
bool ResolvedValueHasBeenSet() const
void SetResolvedValue(ResolvedValueT &&value)
const Aws::String & GetName() const
AWS_CODEPIPELINE_API ResolvedPipelineVariable()=default
ResolvedPipelineVariable & WithResolvedValue(ResolvedValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue