7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/RuleConfigurationPropertyType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 m_requiredHasBeenSet =
true;
74 inline bool GetKey()
const {
return m_key; }
77 m_keyHasBeenSet =
true;
95 m_secretHasBeenSet =
true;
115 m_queryableHasBeenSet =
true;
131 template <
typename DescriptionT = Aws::String>
133 m_descriptionHasBeenSet =
true;
134 m_description = std::forward<DescriptionT>(value);
136 template <
typename DescriptionT = Aws::String>
150 m_typeHasBeenSet =
true;
161 bool m_required{
false};
165 bool m_secret{
false};
167 bool m_queryable{
false};
172 bool m_nameHasBeenSet =
false;
173 bool m_requiredHasBeenSet =
false;
174 bool m_keyHasBeenSet =
false;
175 bool m_secretHasBeenSet =
false;
176 bool m_queryableHasBeenSet =
false;
177 bool m_descriptionHasBeenSet =
false;
178 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