7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ActionConfigurationPropertyType.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;
98 m_secretHasBeenSet =
true;
121 m_queryableHasBeenSet =
true;
137 template <
typename DescriptionT = Aws::String>
139 m_descriptionHasBeenSet =
true;
140 m_description = std::forward<DescriptionT>(value);
142 template <
typename DescriptionT = Aws::String>
156 m_typeHasBeenSet =
true;
167 bool m_required{
false};
171 bool m_secret{
false};
173 bool m_queryable{
false};
178 bool m_nameHasBeenSet =
false;
179 bool m_requiredHasBeenSet =
false;
180 bool m_keyHasBeenSet =
false;
181 bool m_secretHasBeenSet =
false;
182 bool m_queryableHasBeenSet =
false;
183 bool m_descriptionHasBeenSet =
false;
184 bool m_typeHasBeenSet =
false;
void SetType(ActionConfigurationPropertyType value)
ActionConfigurationProperty & WithDescription(DescriptionT &&value)
bool QueryableHasBeenSet() const
void SetSecret(bool value)
void SetName(NameT &&value)
ActionConfigurationPropertyType GetType() const
AWS_CODEPIPELINE_API ActionConfigurationProperty(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
ActionConfigurationProperty & WithRequired(bool value)
ActionConfigurationProperty & WithKey(bool value)
ActionConfigurationProperty & WithName(NameT &&value)
void SetQueryable(bool value)
bool GetQueryable() const
AWS_CODEPIPELINE_API ActionConfigurationProperty()=default
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
bool RequiredHasBeenSet() const
void SetRequired(bool value)
bool KeyHasBeenSet() const
bool TypeHasBeenSet() const
bool SecretHasBeenSet() const
ActionConfigurationProperty & WithQueryable(bool value)
AWS_CODEPIPELINE_API ActionConfigurationProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
ActionConfigurationProperty & WithSecret(bool value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
ActionConfigurationProperty & WithType(ActionConfigurationPropertyType value)
bool NameHasBeenSet() const
ActionConfigurationPropertyType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue