7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/RuleConfigurationPropertyType.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
68 inline bool GetKey()
const {
return m_key; }
70 inline void SetKey(
bool value) { m_keyHasBeenSet =
true; m_key = value; }
82 inline void SetSecret(
bool value) { m_secretHasBeenSet =
true; m_secret = value; }
96 inline void SetQueryable(
bool value) { m_queryableHasBeenSet =
true; m_queryable = value; }
107 template<
typename DescriptionT = Aws::String>
108 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
109 template<
typename DescriptionT = Aws::String>
125 bool m_nameHasBeenSet =
false;
127 bool m_required{
false};
128 bool m_requiredHasBeenSet =
false;
131 bool m_keyHasBeenSet =
false;
133 bool m_secret{
false};
134 bool m_secretHasBeenSet =
false;
136 bool m_queryable{
false};
137 bool m_queryableHasBeenSet =
false;
140 bool m_descriptionHasBeenSet =
false;
143 bool m_typeHasBeenSet =
false;
bool RequiredHasBeenSet() const
RuleConfigurationProperty & WithKey(bool value)
AWS_CODEPIPELINE_API RuleConfigurationProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool QueryableHasBeenSet() const
RuleConfigurationProperty & WithName(NameT &&value)
bool KeyHasBeenSet() const
AWS_CODEPIPELINE_API RuleConfigurationProperty()=default
void SetSecret(bool value)
const Aws::String & GetDescription() const
AWS_CODEPIPELINE_API RuleConfigurationProperty(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
RuleConfigurationProperty & WithSecret(bool value)
RuleConfigurationPropertyType GetType() const
void SetType(RuleConfigurationPropertyType value)
bool GetQueryable() const
RuleConfigurationProperty & WithQueryable(bool value)
RuleConfigurationProperty & WithRequired(bool value)
bool SecretHasBeenSet() const
RuleConfigurationProperty & WithDescription(DescriptionT &&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
RuleConfigurationProperty & WithType(RuleConfigurationPropertyType value)
void SetQueryable(bool value)
RuleConfigurationPropertyType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue