7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/BlockerType.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 bool m_nameHasBeenSet =
false;
72 bool m_typeHasBeenSet =
false;
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
BlockerDeclaration & WithType(const BlockerType &value)
void SetType(BlockerType &&value)
AWS_CODEPIPELINE_API BlockerDeclaration(Aws::Utils::Json::JsonView jsonValue)
void SetType(const BlockerType &value)
AWS_CODEPIPELINE_API BlockerDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
const BlockerType & GetType() const
AWS_CODEPIPELINE_API BlockerDeclaration()
BlockerDeclaration & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
BlockerDeclaration & WithType(BlockerType &&value)
void SetName(const Aws::String &value)
const Aws::String & GetName() const
BlockerDeclaration & WithName(const char *value)
BlockerDeclaration & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue