29 namespace CodePipeline
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
88 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
98 inline bool GetKey()
const{
return m_key; }
103 inline void SetKey(
bool value) { m_keyHasBeenSet =
true; m_key = value; }
126 inline void SetSecret(
bool value) { m_secretHasBeenSet =
true; m_secret = value; }
159 inline void SetQueryable(
bool value) { m_queryableHasBeenSet =
true; m_queryable = value; }
195 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
242 bool m_nameHasBeenSet;
244 bool m_requiredHasBeenSet;
246 bool m_keyHasBeenSet;
248 bool m_secretHasBeenSet;
250 bool m_queryableHasBeenSet;
252 bool m_descriptionHasBeenSet;
254 bool m_typeHasBeenSet;
ActionConfigurationPropertyType
ActionConfigurationProperty & WithType(ActionConfigurationPropertyType &&value)
ActionConfigurationProperty & WithKey(bool value)
void SetType(ActionConfigurationPropertyType &&value)
ActionConfigurationProperty & WithType(const ActionConfigurationPropertyType &value)
void SetName(Aws::String &&value)
ActionConfigurationProperty & WithDescription(const char *value)
void SetDescription(const Aws::String &value)
bool GetQueryable() const
void SetQueryable(bool value)
void SetName(const Aws::String &value)
const ActionConfigurationPropertyType & GetType() const
void SetType(const ActionConfigurationPropertyType &value)
ActionConfigurationProperty & WithName(Aws::String &&value)
void SetSecret(bool value)
ActionConfigurationProperty & WithRequired(bool value)
ActionConfigurationProperty & WithDescription(Aws::String &&value)
const Aws::String & GetDescription() const
ActionConfigurationProperty & WithSecret(bool value)
ActionConfigurationProperty & WithName(const char *value)
void SetRequired(bool value)
void SetDescription(const char *value)
#define AWS_CODEPIPELINE_API
ActionConfigurationProperty & WithDescription(const Aws::String &value)
ActionConfigurationProperty & WithName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetDescription(Aws::String &&value)
void SetName(const char *value)
const Aws::String & GetName() const
ActionConfigurationProperty & WithQueryable(bool value)
JSON (JavaScript Object Notation).