7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/BlockerType.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>
65 bool m_nameHasBeenSet =
false;
68 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