7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/ActionConfigurationPropertyType.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; }
85 inline void SetSecret(
bool value) { m_secretHasBeenSet =
true; m_secret = value; }
102 inline void SetQueryable(
bool value) { m_queryableHasBeenSet =
true; m_queryable = value; }
113 template<
typename DescriptionT = Aws::String>
114 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
115 template<
typename DescriptionT = Aws::String>
131 bool m_nameHasBeenSet =
false;
133 bool m_required{
false};
134 bool m_requiredHasBeenSet =
false;
137 bool m_keyHasBeenSet =
false;
139 bool m_secret{
false};
140 bool m_secretHasBeenSet =
false;
142 bool m_queryable{
false};
143 bool m_queryableHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 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