7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/ActionConfigurationPropertyType.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
62 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
70 inline bool GetKey()
const{
return m_key; }
72 inline void SetKey(
bool value) { m_keyHasBeenSet =
true; m_key = value; }
87 inline void SetSecret(
bool value) { m_secretHasBeenSet =
true; m_secret = value; }
104 inline void SetQueryable(
bool value) { m_queryableHasBeenSet =
true; m_queryable = value; }
117 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
137 bool m_nameHasBeenSet =
false;
140 bool m_requiredHasBeenSet =
false;
143 bool m_keyHasBeenSet =
false;
146 bool m_secretHasBeenSet =
false;
149 bool m_queryableHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_typeHasBeenSet =
false;
ActionConfigurationProperty & WithDescription(Aws::String &&value)
ActionConfigurationProperty & WithName(Aws::String &&value)
const ActionConfigurationPropertyType & GetType() const
ActionConfigurationProperty & WithType(const ActionConfigurationPropertyType &value)
bool QueryableHasBeenSet() const
ActionConfigurationProperty & WithName(const char *value)
void SetSecret(bool value)
ActionConfigurationProperty & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
void SetName(const char *value)
AWS_CODEPIPELINE_API ActionConfigurationProperty(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
ActionConfigurationProperty & WithRequired(bool value)
ActionConfigurationProperty & WithKey(bool value)
AWS_CODEPIPELINE_API ActionConfigurationProperty()
void SetQueryable(bool value)
void SetType(ActionConfigurationPropertyType &&value)
bool GetQueryable() const
ActionConfigurationProperty & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
void SetDescription(Aws::String &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
bool RequiredHasBeenSet() const
void SetName(Aws::String &&value)
void SetRequired(bool value)
bool KeyHasBeenSet() const
ActionConfigurationProperty & WithDescription(const char *value)
bool TypeHasBeenSet() const
bool SecretHasBeenSet() const
ActionConfigurationProperty & WithQueryable(bool value)
AWS_CODEPIPELINE_API ActionConfigurationProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
ActionConfigurationProperty & WithSecret(bool value)
ActionConfigurationProperty & WithType(ActionConfigurationPropertyType &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
void SetType(const ActionConfigurationPropertyType &value)
ActionConfigurationPropertyType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue