Home
last modified time | relevance | path

Searched refs:ActionConfigurationProperty (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codepipeline/include/aws/codepipeline/model/
H A DActionConfigurationProperty.h33 class AWS_CODEPIPELINE_API ActionConfigurationProperty
36 ActionConfigurationProperty();
37 ActionConfigurationProperty(Aws::Utils::Json::JsonView jsonValue);
38 ActionConfigurationProperty& operator=(Aws::Utils::Json::JsonView jsonValue);
70 …inline ActionConfigurationProperty& WithName(const Aws::String& value) { SetName(value); return *t… in WithName()
75 …inline ActionConfigurationProperty& WithName(Aws::String&& value) { SetName(std::move(value)); ret… in WithName()
80 inline ActionConfigurationProperty& WithName(const char* value) { SetName(value); return *this;} in WithName()
101 … inline ActionConfigurationProperty& WithRequired(bool value) { SetRequired(value); return *this;} in WithRequired()
122 inline ActionConfigurationProperty& WithKey(bool value) { SetKey(value); return *this;} in WithKey()
163 inline ActionConfigurationProperty& WithSecret(bool value) { SetSecret(value); return *this;} in WithSecret()
[all …]
H A DActionType.h110 …inline const Aws::Vector<ActionConfigurationProperty>& GetActionConfigurationProperties() const{ r… in GetActionConfigurationProperties()
120 …inline void SetActionConfigurationProperties(const Aws::Vector<ActionConfigurationProperty>& value… in SetActionConfigurationProperties()
125 …inline void SetActionConfigurationProperties(Aws::Vector<ActionConfigurationProperty>&& value) { m… in SetActionConfigurationProperties()
130 …ctionType& WithActionConfigurationProperties(const Aws::Vector<ActionConfigurationProperty>& value… in WithActionConfigurationProperties()
135 …inline ActionType& WithActionConfigurationProperties(Aws::Vector<ActionConfigurationProperty>&& va… in WithActionConfigurationProperties()
140 …inline ActionType& AddActionConfigurationProperties(const ActionConfigurationProperty& value) { m_… in AddActionConfigurationProperties()
145 …inline ActionType& AddActionConfigurationProperties(ActionConfigurationProperty&& value) { m_actio… in AddActionConfigurationProperties()
217 Aws::Vector<ActionConfigurationProperty> m_actionConfigurationProperties;
H A DCreateCustomActionTypeRequest.h214 …inline const Aws::Vector<ActionConfigurationProperty>& GetConfigurationProperties() const{ return … in GetConfigurationProperties()
236 …inline void SetConfigurationProperties(const Aws::Vector<ActionConfigurationProperty>& value) { m_… in SetConfigurationProperties()
247 …inline void SetConfigurationProperties(Aws::Vector<ActionConfigurationProperty>&& value) { m_confi… in SetConfigurationProperties()
258 …tionTypeRequest& WithConfigurationProperties(const Aws::Vector<ActionConfigurationProperty>& value… in WithConfigurationProperties()
269 …stomActionTypeRequest& WithConfigurationProperties(Aws::Vector<ActionConfigurationProperty>&& valu… in WithConfigurationProperties()
280 …reateCustomActionTypeRequest& AddConfigurationProperties(const ActionConfigurationProperty& value)… in AddConfigurationProperties()
291 …inline CreateCustomActionTypeRequest& AddConfigurationProperties(ActionConfigurationProperty&& val… in AddConfigurationProperties()
410 Aws::Vector<ActionConfigurationProperty> m_configurationProperties;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codepipeline/source/model/
H A DActionConfigurationProperty.cpp21 ActionConfigurationProperty::ActionConfigurationProperty() : in ActionConfigurationProperty() function in Aws::CodePipeline::Model::ActionConfigurationProperty
37 ActionConfigurationProperty::ActionConfigurationProperty(JsonView jsonValue) : in ActionConfigurationProperty() function in Aws::CodePipeline::Model::ActionConfigurationProperty
54 ActionConfigurationProperty& ActionConfigurationProperty::operator =(JsonView jsonValue) in operator =()
108 JsonValue ActionConfigurationProperty::Jsonize() const in Jsonize()
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/CodePipeline/
H A DActionConfigurationProperty.pm1 package Paws::CodePipeline::ActionConfigurationProperty {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/codepipeline/types/
H A Dtypes.go17 type ActionConfigurationProperty struct {
328 ActionConfigurationProperties []ActionConfigurationProperty
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/codepipeline/types/
H A Dtypes.go17 type ActionConfigurationProperty struct { struct
328 ActionConfigurationProperties []ActionConfigurationProperty
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/codepipeline/types/
H A Dtypes.go17 type ActionConfigurationProperty struct { struct
328 ActionConfigurationProperties []ActionConfigurationProperty
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/codepipeline/types/
H A Dtypes.go17 type ActionConfigurationProperty struct { struct
328 ActionConfigurationProperties []ActionConfigurationProperty
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/codepipeline/types/
H A Dtypes.go17 type ActionConfigurationProperty struct { struct
328 ActionConfigurationProperties []ActionConfigurationProperty
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/codepipeline/types/
H A Dtypes.go17 type ActionConfigurationProperty struct { struct
328 ActionConfigurationProperties []ActionConfigurationProperty
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/codepipeline/types/
H A Dtypes.go17 type ActionConfigurationProperty struct { struct
328 ActionConfigurationProperties []ActionConfigurationProperty
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/codepipeline/
H A Dapi.go2653 type ActionConfigurationProperty struct { struct
2701 func (s ActionConfigurationProperty) String() string { argument
2706 func (s ActionConfigurationProperty) GoString() string { argument
2711 func (s *ActionConfigurationProperty) Validate() error { argument
2739 func (s *ActionConfigurationProperty) SetDescription(v string) *ActionConfigurationProperty { argument
2745 func (s *ActionConfigurationProperty) SetKey(v bool) *ActionConfigurationProperty { argument
2751 func (s *ActionConfigurationProperty) SetName(v string) *ActionConfigurationProperty { argument
2757 func (s *ActionConfigurationProperty) SetQueryable(v bool) *ActionConfigurationProperty { argument
2763 func (s *ActionConfigurationProperty) SetRequired(v bool) *ActionConfigurationProperty { argument
2769 func (s *ActionConfigurationProperty) SetSecret(v bool) *ActionConfigurationProperty { argument
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/codepipeline/
H A Dapi.go2646 type ActionConfigurationProperty struct { struct
2694 func (s ActionConfigurationProperty) String() string { argument
2699 func (s ActionConfigurationProperty) GoString() string { argument
2704 func (s *ActionConfigurationProperty) Validate() error { argument
2732 func (s *ActionConfigurationProperty) SetDescription(v string) *ActionConfigurationProperty { argument
2738 func (s *ActionConfigurationProperty) SetKey(v bool) *ActionConfigurationProperty { argument
2744 func (s *ActionConfigurationProperty) SetName(v string) *ActionConfigurationProperty { argument
2750 func (s *ActionConfigurationProperty) SetQueryable(v bool) *ActionConfigurationProperty { argument
2756 func (s *ActionConfigurationProperty) SetRequired(v bool) *ActionConfigurationProperty { argument
2762 func (s *ActionConfigurationProperty) SetSecret(v bool) *ActionConfigurationProperty { argument
[all …]
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/codepipeline/
H A Dapi.go2653 type ActionConfigurationProperty struct { struct
2701 func (s ActionConfigurationProperty) String() string { argument
2706 func (s ActionConfigurationProperty) GoString() string { argument
2711 func (s *ActionConfigurationProperty) Validate() error { argument
2739 func (s *ActionConfigurationProperty) SetDescription(v string) *ActionConfigurationProperty { argument
2745 func (s *ActionConfigurationProperty) SetKey(v bool) *ActionConfigurationProperty { argument
2751 func (s *ActionConfigurationProperty) SetName(v string) *ActionConfigurationProperty { argument
2757 func (s *ActionConfigurationProperty) SetQueryable(v bool) *ActionConfigurationProperty { argument
2763 func (s *ActionConfigurationProperty) SetRequired(v bool) *ActionConfigurationProperty { argument
2769 func (s *ActionConfigurationProperty) SetSecret(v bool) *ActionConfigurationProperty { argument
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/codepipeline/types/
H A Dtypes.go20 type ActionConfigurationProperty struct { struct
353 ActionConfigurationProperties []ActionConfigurationProperty
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/codepipeline/
H A Dapi.go3099 type ActionConfigurationProperty struct { struct
3147 func (s ActionConfigurationProperty) String() string { argument
3152 func (s ActionConfigurationProperty) GoString() string { argument
3157 func (s *ActionConfigurationProperty) Validate() error { argument
3185 func (s *ActionConfigurationProperty) SetDescription(v string) *ActionConfigurationProperty { argument
3191 func (s *ActionConfigurationProperty) SetKey(v bool) *ActionConfigurationProperty { argument
3197 func (s *ActionConfigurationProperty) SetName(v string) *ActionConfigurationProperty { argument
3203 func (s *ActionConfigurationProperty) SetQueryable(v bool) *ActionConfigurationProperty { argument
3209 func (s *ActionConfigurationProperty) SetRequired(v bool) *ActionConfigurationProperty { argument
3215 func (s *ActionConfigurationProperty) SetSecret(v bool) *ActionConfigurationProperty { argument
[all …]
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/codepipeline/
H A Dapi_op_CreateCustomActionType.go65 ConfigurationProperties []types.ActionConfigurationProperty
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/codepipeline/
H A Dapi_op_CreateCustomActionType.go65 ConfigurationProperties []types.ActionConfigurationProperty
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/codepipeline/
H A Dapi_op_CreateCustomActionType.go65 ConfigurationProperties []types.ActionConfigurationProperty
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/codepipeline/
H A Dapi_op_CreateCustomActionType.go65 ConfigurationProperties []types.ActionConfigurationProperty
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/codepipeline/
H A Dapi_op_CreateCustomActionType.go65 ConfigurationProperties []types.ActionConfigurationProperty
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/codepipeline/
H A Dapi_op_CreateCustomActionType.go65 ConfigurationProperties []types.ActionConfigurationProperty
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/codepipeline/
H A Dapi_op_CreateCustomActionType.go65 ConfigurationProperties []types.ActionConfigurationProperty
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/codepipeline/
H A Dapi_op_CreateCustomActionType.go65 ConfigurationProperties []types.ActionConfigurationProperty

123