Home
last modified time | relevance | path

Searched defs:WithNote (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotevents-data/include/aws/iotevents-data/model/
H A DAcknowledgeActionConfiguration.h69 …inline AcknowledgeActionConfiguration& WithNote(const Aws::String& value) { SetNote(value); return… in WithNote() function
74 …inline AcknowledgeActionConfiguration& WithNote(Aws::String&& value) { SetNote(std::move(value)); … in WithNote() function
79 …inline AcknowledgeActionConfiguration& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DDisableActionConfiguration.h69 …inline DisableActionConfiguration& WithNote(const Aws::String& value) { SetNote(value); return *th… in WithNote() function
74 …inline DisableActionConfiguration& WithNote(Aws::String&& value) { SetNote(std::move(value)); retu… in WithNote() function
79 inline DisableActionConfiguration& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DEnableActionConfiguration.h69 …inline EnableActionConfiguration& WithNote(const Aws::String& value) { SetNote(value); return *thi… in WithNote() function
74 …inline EnableActionConfiguration& WithNote(Aws::String&& value) { SetNote(std::move(value)); retur… in WithNote() function
79 inline EnableActionConfiguration& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DResetActionConfiguration.h69 …inline ResetActionConfiguration& WithNote(const Aws::String& value) { SetNote(value); return *this… in WithNote() function
74 …inline ResetActionConfiguration& WithNote(Aws::String&& value) { SetNote(std::move(value)); return… in WithNote() function
79 inline ResetActionConfiguration& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DSnoozeActionConfiguration.h94 …inline SnoozeActionConfiguration& WithNote(const Aws::String& value) { SetNote(value); return *thi… in WithNote() function
99 …inline SnoozeActionConfiguration& WithNote(Aws::String&& value) { SetNote(std::move(value)); retur… in WithNote() function
104 inline SnoozeActionConfiguration& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DDisableAlarmActionRequest.h207 …inline DisableAlarmActionRequest& WithNote(const Aws::String& value) { SetNote(value); return *thi… in WithNote() function
212 …inline DisableAlarmActionRequest& WithNote(Aws::String&& value) { SetNote(std::move(value)); retur… in WithNote() function
217 inline DisableAlarmActionRequest& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DEnableAlarmActionRequest.h207 …inline EnableAlarmActionRequest& WithNote(const Aws::String& value) { SetNote(value); return *this… in WithNote() function
212 …inline EnableAlarmActionRequest& WithNote(Aws::String&& value) { SetNote(std::move(value)); return… in WithNote() function
217 inline EnableAlarmActionRequest& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DAcknowledgeAlarmActionRequest.h207 …inline AcknowledgeAlarmActionRequest& WithNote(const Aws::String& value) { SetNote(value); return … in WithNote() function
212 …inline AcknowledgeAlarmActionRequest& WithNote(Aws::String&& value) { SetNote(std::move(value)); r… in WithNote() function
217 … inline AcknowledgeAlarmActionRequest& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DResetAlarmActionRequest.h207 …inline ResetAlarmActionRequest& WithNote(const Aws::String& value) { SetNote(value); return *this;} in WithNote() function
212 …inline ResetAlarmActionRequest& WithNote(Aws::String&& value) { SetNote(std::move(value)); return … in WithNote() function
217 inline ResetAlarmActionRequest& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
H A DSnoozeAlarmActionRequest.h207 …inline SnoozeAlarmActionRequest& WithNote(const Aws::String& value) { SetNote(value); return *this… in WithNote() function
212 …inline SnoozeAlarmActionRequest& WithNote(Aws::String&& value) { SetNote(std::move(value)); return… in WithNote() function
217 inline SnoozeAlarmActionRequest& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DUpdateFindingsRequest.h97 inline UpdateFindingsRequest& WithNote(const NoteUpdate& value) { SetNote(value); return *this;} in WithNote() function
102 …inline UpdateFindingsRequest& WithNote(NoteUpdate&& value) { SetNote(std::move(value)); return *th… in WithNote() function
H A DBatchUpdateFindingsRequest.h113 …inline BatchUpdateFindingsRequest& WithNote(const NoteUpdate& value) { SetNote(value); return *thi… in WithNote() function
116 …inline BatchUpdateFindingsRequest& WithNote(NoteUpdate&& value) { SetNote(std::move(value)); retur… in WithNote() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm-contacts/include/aws/ssm-contacts/model/
H A DAcceptPageRequest.h186 inline AcceptPageRequest& WithNote(const Aws::String& value) { SetNote(value); return *this;} in WithNote() function
191 …inline AcceptPageRequest& WithNote(Aws::String&& value) { SetNote(std::move(value)); return *this;} in WithNote() function
196 inline AcceptPageRequest& WithNote(const char* value) { SetNote(value); return *this;} in WithNote() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DClangdUnitTests.cpp32 testing::Matcher<const Diag &> WithNote(testing::Matcher<Note> NoteMatcher) { in WithNote() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DClangdUnitTests.cpp32 testing::Matcher<const Diag &> WithNote(testing::Matcher<Note> NoteMatcher) { in WithNote() function
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/
H A Devent.go331 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/events/v1/
H A Devent.go331 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/
H A Devent.go331 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/events/v1/
H A Devent.go331 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/events/v1/
H A Devent.go331 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/
H A Devent.go331 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/events/v1beta1/
H A Devent.go331 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/events/v1/
H A Devent.go331 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/events/v1beta1/
H A Devent.go342 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/events/v1/
H A Devent.go342 func (b *EventApplyConfiguration) WithNote(value string) *EventApplyConfiguration { func

12