/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicecatalog-appregistry/include/aws/servicecatalog-appregistry/model/ |
H A D | GetAttributeGroupRequest.h | 51 …inline void SetAttributeGroup(const Aws::String& value) { m_attributeGroupHasBeenSet = true; m_att… in SetAttributeGroup() function 57 …inline void SetAttributeGroup(Aws::String&& value) { m_attributeGroupHasBeenSet = true; m_attribut… in SetAttributeGroup() function 63 …inline void SetAttributeGroup(const char* value) { m_attributeGroupHasBeenSet = true; m_attributeG… in SetAttributeGroup() function 69 …tributeGroupRequest& WithAttributeGroup(const Aws::String& value) { SetAttributeGroup(value); retu… in WithAttributeGroup() 75 …inline GetAttributeGroupRequest& WithAttributeGroup(Aws::String&& value) { SetAttributeGroup(std::… in WithAttributeGroup() 81 …inline GetAttributeGroupRequest& WithAttributeGroup(const char* value) { SetAttributeGroup(value);… in WithAttributeGroup()
|
H A D | DeleteAttributeGroupRequest.h | 51 …inline void SetAttributeGroup(const Aws::String& value) { m_attributeGroupHasBeenSet = true; m_att… in SetAttributeGroup() function 57 …inline void SetAttributeGroup(Aws::String&& value) { m_attributeGroupHasBeenSet = true; m_attribut… in SetAttributeGroup() function 63 …inline void SetAttributeGroup(const char* value) { m_attributeGroupHasBeenSet = true; m_attributeG… in SetAttributeGroup() function 69 …tributeGroupRequest& WithAttributeGroup(const Aws::String& value) { SetAttributeGroup(value); retu… in WithAttributeGroup() 75 …inline DeleteAttributeGroupRequest& WithAttributeGroup(Aws::String&& value) { SetAttributeGroup(st… in WithAttributeGroup() 81 …inline DeleteAttributeGroupRequest& WithAttributeGroup(const char* value) { SetAttributeGroup(valu… in WithAttributeGroup()
|
H A D | AssociateAttributeGroupRequest.h | 92 …inline void SetAttributeGroup(const Aws::String& value) { m_attributeGroupHasBeenSet = true; m_att… in SetAttributeGroup() function 98 …inline void SetAttributeGroup(Aws::String&& value) { m_attributeGroupHasBeenSet = true; m_attribut… in SetAttributeGroup() function 104 …inline void SetAttributeGroup(const char* value) { m_attributeGroupHasBeenSet = true; m_attributeG… in SetAttributeGroup() function 110 …tributeGroupRequest& WithAttributeGroup(const Aws::String& value) { SetAttributeGroup(value); retu… in WithAttributeGroup() 116 …ateAttributeGroupRequest& WithAttributeGroup(Aws::String&& value) { SetAttributeGroup(std::move(va… in WithAttributeGroup() 122 …ciateAttributeGroupRequest& WithAttributeGroup(const char* value) { SetAttributeGroup(value); retu… in WithAttributeGroup()
|
H A D | DisassociateAttributeGroupRequest.h | 92 …inline void SetAttributeGroup(const Aws::String& value) { m_attributeGroupHasBeenSet = true; m_att… in SetAttributeGroup() function 98 …inline void SetAttributeGroup(Aws::String&& value) { m_attributeGroupHasBeenSet = true; m_attribut… in SetAttributeGroup() function 104 …inline void SetAttributeGroup(const char* value) { m_attributeGroupHasBeenSet = true; m_attributeG… in SetAttributeGroup() function 110 …tributeGroupRequest& WithAttributeGroup(const Aws::String& value) { SetAttributeGroup(value); retu… in WithAttributeGroup() 116 …ateAttributeGroupRequest& WithAttributeGroup(Aws::String&& value) { SetAttributeGroup(std::move(va… in WithAttributeGroup() 122 …ciateAttributeGroupRequest& WithAttributeGroup(const char* value) { SetAttributeGroup(value); retu… in WithAttributeGroup()
|
H A D | UpdateAttributeGroupResult.h | 43 inline void SetAttributeGroup(const AttributeGroup& value) { m_attributeGroup = value; } in SetAttributeGroup() function 48 inline void SetAttributeGroup(AttributeGroup&& value) { m_attributeGroup = std::move(value); } in SetAttributeGroup() function 53 …ibuteGroupResult& WithAttributeGroup(const AttributeGroup& value) { SetAttributeGroup(value); retu… in WithAttributeGroup() 58 …eAttributeGroupResult& WithAttributeGroup(AttributeGroup&& value) { SetAttributeGroup(std::move(va… in WithAttributeGroup()
|
H A D | CreateAttributeGroupResult.h | 43 inline void SetAttributeGroup(const AttributeGroup& value) { m_attributeGroup = value; } in SetAttributeGroup() function 48 inline void SetAttributeGroup(AttributeGroup&& value) { m_attributeGroup = std::move(value); } in SetAttributeGroup() function 53 …ibuteGroupResult& WithAttributeGroup(const AttributeGroup& value) { SetAttributeGroup(value); retu… in WithAttributeGroup() 58 …eAttributeGroupResult& WithAttributeGroup(AttributeGroup&& value) { SetAttributeGroup(std::move(va… in WithAttributeGroup()
|
H A D | DeleteAttributeGroupResult.h | 43 inline void SetAttributeGroup(const AttributeGroupSummary& value) { m_attributeGroup = value; } in SetAttributeGroup() function 48 …inline void SetAttributeGroup(AttributeGroupSummary&& value) { m_attributeGroup = std::move(value)… in SetAttributeGroup() function 53 …oupResult& WithAttributeGroup(const AttributeGroupSummary& value) { SetAttributeGroup(value); retu… in WithAttributeGroup() 58 …uteGroupResult& WithAttributeGroup(AttributeGroupSummary&& value) { SetAttributeGroup(std::move(va… in WithAttributeGroup()
|
H A D | UpdateAttributeGroupRequest.h | 51 …inline void SetAttributeGroup(const Aws::String& value) { m_attributeGroupHasBeenSet = true; m_att… in SetAttributeGroup() function 57 …inline void SetAttributeGroup(Aws::String&& value) { m_attributeGroupHasBeenSet = true; m_attribut… in SetAttributeGroup() function 63 …inline void SetAttributeGroup(const char* value) { m_attributeGroupHasBeenSet = true; m_attributeG… in SetAttributeGroup() function 69 …tributeGroupRequest& WithAttributeGroup(const Aws::String& value) { SetAttributeGroup(value); retu… in WithAttributeGroup() 75 …inline UpdateAttributeGroupRequest& WithAttributeGroup(Aws::String&& value) { SetAttributeGroup(st… in WithAttributeGroup() 81 …inline UpdateAttributeGroupRequest& WithAttributeGroup(const char* value) { SetAttributeGroup(valu… in WithAttributeGroup()
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2284 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2852 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2958 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2981 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 3040 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3458 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4710 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4751 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2308 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2956 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 3086 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 3117 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 3184 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3666 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 5142 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 5191 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2308 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2956 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 3086 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 3117 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 3184 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3666 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 5142 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 5191 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2308 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2956 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 3086 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 3117 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 3184 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3666 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 5142 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 5191 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2284 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2852 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2958 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2981 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 3040 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3458 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4710 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4751 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/appregistry/ |
H A D | api.go | 2197 func (s *AssociateAttributeGroupInput) SetAttributeGroup(v string) *AssociateAttributeGroupInput { func 2765 func (s *CreateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *CreateAttributeGroupOutp… func 2871 func (s *DeleteAttributeGroupInput) SetAttributeGroup(v string) *DeleteAttributeGroupInput { func 2894 func (s *DeleteAttributeGroupOutput) SetAttributeGroup(v *AttributeGroupSummary) *DeleteAttributeGr… func 2953 func (s *DisassociateAttributeGroupInput) SetAttributeGroup(v string) *DisassociateAttributeGroupIn… func 3263 func (s *GetAttributeGroupInput) SetAttributeGroup(v string) *GetAttributeGroupInput { func 4360 func (s *UpdateAttributeGroupInput) SetAttributeGroup(v string) *UpdateAttributeGroupInput { func 4401 func (s *UpdateAttributeGroupOutput) SetAttributeGroup(v *AttributeGroup) *UpdateAttributeGroupOutp… func
|