7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/RuleConfigurationPropertyType.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
62 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
70 inline bool GetKey()
const{
return m_key; }
72 inline void SetKey(
bool value) { m_keyHasBeenSet =
true; m_key = value; }
84 inline void SetSecret(
bool value) { m_secretHasBeenSet =
true; m_secret = value; }
98 inline void SetQueryable(
bool value) { m_queryableHasBeenSet =
true; m_queryable = value; }
111 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
131 bool m_nameHasBeenSet =
false;
134 bool m_requiredHasBeenSet =
false;
137 bool m_keyHasBeenSet =
false;
140 bool m_secretHasBeenSet =
false;
143 bool m_queryableHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_typeHasBeenSet =
false;
void SetName(const Aws::String &value)
void SetDescription(const char *value)
RuleConfigurationProperty & WithDescription(const Aws::String &value)
bool RequiredHasBeenSet() const
RuleConfigurationProperty & WithKey(bool value)
AWS_CODEPIPELINE_API RuleConfigurationProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleConfigurationProperty & WithName(const char *value)
RuleConfigurationProperty & WithDescription(const char *value)
void SetDescription(const Aws::String &value)
bool QueryableHasBeenSet() const
RuleConfigurationProperty & WithName(const Aws::String &value)
bool KeyHasBeenSet() const
RuleConfigurationProperty & WithType(const RuleConfigurationPropertyType &value)
void SetSecret(bool value)
RuleConfigurationProperty & WithName(Aws::String &&value)
const Aws::String & GetDescription() const
AWS_CODEPIPELINE_API RuleConfigurationProperty(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
const RuleConfigurationPropertyType & GetType() const
AWS_CODEPIPELINE_API RuleConfigurationProperty()
void SetDescription(Aws::String &&value)
RuleConfigurationProperty & WithSecret(bool value)
void SetName(const char *value)
RuleConfigurationProperty & WithType(RuleConfigurationPropertyType &&value)
void SetType(const RuleConfigurationPropertyType &value)
bool GetQueryable() const
RuleConfigurationProperty & WithQueryable(bool value)
RuleConfigurationProperty & WithDescription(Aws::String &&value)
void SetName(Aws::String &&value)
RuleConfigurationProperty & WithRequired(bool value)
bool SecretHasBeenSet() const
void SetType(RuleConfigurationPropertyType &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
void SetRequired(bool value)
bool TypeHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetQueryable(bool value)
RuleConfigurationPropertyType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue