7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/BlockerType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 m_typeHasBeenSet =
true;
72 bool m_nameHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
BlockerType GetType() const
AWS_CODEPIPELINE_API BlockerDeclaration()=default
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
BlockerDeclaration & WithType(BlockerType value)
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
AWS_CODEPIPELINE_API BlockerDeclaration(Aws::Utils::Json::JsonView jsonValue)
BlockerDeclaration & WithName(NameT &&value)
AWS_CODEPIPELINE_API BlockerDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(BlockerType value)
const Aws::String & GetName() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue