Home
last modified time | relevance | path

Searched refs:SetTrustId (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ds/include/aws/ds/model/
H A DVerifyTrustRequest.h55 …inline void SetTrustId(const Aws::String& value) { m_trustIdHasBeenSet = true; m_trustId = value; } in SetTrustId() function
60 …inline void SetTrustId(Aws::String&& value) { m_trustIdHasBeenSet = true; m_trustId = std::move(va… in SetTrustId() function
65 … inline void SetTrustId(const char* value) { m_trustIdHasBeenSet = true; m_trustId.assign(value); } in SetTrustId() function
70 …inline VerifyTrustRequest& WithTrustId(const Aws::String& value) { SetTrustId(value); return *this… in WithTrustId()
75 …inline VerifyTrustRequest& WithTrustId(Aws::String&& value) { SetTrustId(std::move(value)); return… in WithTrustId()
80 inline VerifyTrustRequest& WithTrustId(const char* value) { SetTrustId(value); return *this;} in WithTrustId()
H A DCreateTrustResult.h48 inline void SetTrustId(const Aws::String& value) { m_trustId = value; } in SetTrustId() function
53 inline void SetTrustId(Aws::String&& value) { m_trustId = std::move(value); } in SetTrustId() function
58 inline void SetTrustId(const char* value) { m_trustId.assign(value); } in SetTrustId() function
63 …inline CreateTrustResult& WithTrustId(const Aws::String& value) { SetTrustId(value); return *this;} in WithTrustId()
68 …inline CreateTrustResult& WithTrustId(Aws::String&& value) { SetTrustId(std::move(value)); return … in WithTrustId()
73 inline CreateTrustResult& WithTrustId(const char* value) { SetTrustId(value); return *this;} in WithTrustId()
H A DVerifyTrustResult.h48 inline void SetTrustId(const Aws::String& value) { m_trustId = value; } in SetTrustId() function
53 inline void SetTrustId(Aws::String&& value) { m_trustId = std::move(value); } in SetTrustId() function
58 inline void SetTrustId(const char* value) { m_trustId.assign(value); } in SetTrustId() function
63 …inline VerifyTrustResult& WithTrustId(const Aws::String& value) { SetTrustId(value); return *this;} in WithTrustId()
68 …inline VerifyTrustResult& WithTrustId(Aws::String&& value) { SetTrustId(std::move(value)); return … in WithTrustId()
73 inline VerifyTrustResult& WithTrustId(const char* value) { SetTrustId(value); return *this;} in WithTrustId()
H A DDeleteTrustResult.h48 inline void SetTrustId(const Aws::String& value) { m_trustId = value; } in SetTrustId() function
53 inline void SetTrustId(Aws::String&& value) { m_trustId = std::move(value); } in SetTrustId() function
58 inline void SetTrustId(const char* value) { m_trustId.assign(value); } in SetTrustId() function
63 …inline DeleteTrustResult& WithTrustId(const Aws::String& value) { SetTrustId(value); return *this;} in WithTrustId()
68 …inline DeleteTrustResult& WithTrustId(Aws::String&& value) { SetTrustId(std::move(value)); return … in WithTrustId()
73 inline DeleteTrustResult& WithTrustId(const char* value) { SetTrustId(value); return *this;} in WithTrustId()
H A DDeleteTrustRequest.h54 …inline void SetTrustId(const Aws::String& value) { m_trustIdHasBeenSet = true; m_trustId = value; } in SetTrustId() function
59 …inline void SetTrustId(Aws::String&& value) { m_trustIdHasBeenSet = true; m_trustId = std::move(va… in SetTrustId() function
64 … inline void SetTrustId(const char* value) { m_trustIdHasBeenSet = true; m_trustId.assign(value); } in SetTrustId() function
69 …inline DeleteTrustRequest& WithTrustId(const Aws::String& value) { SetTrustId(value); return *this… in WithTrustId()
74 …inline DeleteTrustRequest& WithTrustId(Aws::String&& value) { SetTrustId(std::move(value)); return… in WithTrustId()
79 inline DeleteTrustRequest& WithTrustId(const char* value) { SetTrustId(value); return *this;} in WithTrustId()
H A DUpdateTrustRequest.h51 …inline void SetTrustId(const Aws::String& value) { m_trustIdHasBeenSet = true; m_trustId = value; } in SetTrustId() function
56 …inline void SetTrustId(Aws::String&& value) { m_trustIdHasBeenSet = true; m_trustId = std::move(va… in SetTrustId() function
61 … inline void SetTrustId(const char* value) { m_trustIdHasBeenSet = true; m_trustId.assign(value); } in SetTrustId() function
66 …inline UpdateTrustRequest& WithTrustId(const Aws::String& value) { SetTrustId(value); return *this… in WithTrustId()
71 …inline UpdateTrustRequest& WithTrustId(Aws::String&& value) { SetTrustId(std::move(value)); return… in WithTrustId()
76 inline UpdateTrustRequest& WithTrustId(const char* value) { SetTrustId(value); return *this;} in WithTrustId()
H A DUpdateTrustResult.h65 inline void SetTrustId(const Aws::String& value) { m_trustId = value; } in SetTrustId() function
70 inline void SetTrustId(Aws::String&& value) { m_trustId = std::move(value); } in SetTrustId() function
75 inline void SetTrustId(const char* value) { m_trustId.assign(value); } in SetTrustId() function
80 …inline UpdateTrustResult& WithTrustId(const Aws::String& value) { SetTrustId(value); return *this;} in WithTrustId()
85 …inline UpdateTrustResult& WithTrustId(Aws::String&& value) { SetTrustId(std::move(value)); return … in WithTrustId()
90 inline UpdateTrustResult& WithTrustId(const char* value) { SetTrustId(value); return *this;} in WithTrustId()
H A DTrust.h108 …inline void SetTrustId(const Aws::String& value) { m_trustIdHasBeenSet = true; m_trustId = value; } in SetTrustId() function
113 …inline void SetTrustId(Aws::String&& value) { m_trustIdHasBeenSet = true; m_trustId = std::move(va… in SetTrustId() function
118 … inline void SetTrustId(const char* value) { m_trustIdHasBeenSet = true; m_trustId.assign(value); } in SetTrustId() function
123 inline Trust& WithTrustId(const Aws::String& value) { SetTrustId(value); return *this;} in WithTrustId()
128 inline Trust& WithTrustId(Aws::String&& value) { SetTrustId(std::move(value)); return *this;} in WithTrustId()
133 inline Trust& WithTrustId(const char* value) { SetTrustId(value); return *this;} in WithTrustId()
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go6291 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
6587 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
6611 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
10304 func (s *Trust) SetTrustId(v string) *Trust { func
10737 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
10769 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
10809 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
10833 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go6291 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
6587 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
6611 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
10304 func (s *Trust) SetTrustId(v string) *Trust { func
10737 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
10769 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
10809 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
10833 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go6291 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
6587 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
6611 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
10304 func (s *Trust) SetTrustId(v string) *Trust { func
10737 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
10769 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
10809 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
10833 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go5127 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
5378 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
5403 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
8388 func (s *Trust) SetTrustId(v string) *Trust { func
8681 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
8706 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go5112 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
5356 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
5380 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
8313 func (s *Trust) SetTrustId(v string) *Trust { func
8599 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
8623 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go5127 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
5378 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
5403 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
8388 func (s *Trust) SetTrustId(v string) *Trust { func
8681 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
8706 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/directoryservice/
H A Dapi.go5211 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
5455 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
5479 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
8499 func (s *Trust) SetTrustId(v string) *Trust { func
8785 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
8809 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go7124 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
7420 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
7444 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
11724 func (s *Trust) SetTrustId(v string) *Trust { func
12157 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
12189 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
12229 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
12253 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go7124 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
7420 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
7444 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
11724 func (s *Trust) SetTrustId(v string) *Trust { func
12157 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
12189 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
12229 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
12253 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go7555 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
7851 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
7875 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
13491 func (s *Trust) SetTrustId(v string) *Trust { func
13984 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
14016 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
14116 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
14140 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/directoryservice/
H A Dapi.go7555 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
7851 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
7875 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
13491 func (s *Trust) SetTrustId(v string) *Trust { func
13984 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
14016 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
14116 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
14140 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/directoryservice/
H A Dapi.go7555 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
7851 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
7875 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
13491 func (s *Trust) SetTrustId(v string) *Trust { func
13984 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
14016 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
14116 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
14140 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go7555 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
7851 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
7875 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
13491 func (s *Trust) SetTrustId(v string) *Trust { func
13984 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
14016 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
14116 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
14140 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go7555 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
7851 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
7875 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
13491 func (s *Trust) SetTrustId(v string) *Trust { func
13984 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
14016 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
14116 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
14140 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go7555 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
7851 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
7875 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
13491 func (s *Trust) SetTrustId(v string) *Trust { func
13984 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
14016 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
14116 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
14140 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go8229 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
8525 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
8549 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
14796 func (s *Trust) SetTrustId(v string) *Trust { func
15289 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
15321 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
15421 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
15445 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/directoryservice/
H A Dapi.go8386 func (s *CreateTrustOutput) SetTrustId(v string) *CreateTrustOutput { func
8682 func (s *DeleteTrustInput) SetTrustId(v string) *DeleteTrustInput { func
8706 func (s *DeleteTrustOutput) SetTrustId(v string) *DeleteTrustOutput { func
15073 func (s *Trust) SetTrustId(v string) *Trust { func
15566 func (s *UpdateTrustInput) SetTrustId(v string) *UpdateTrustInput { func
15598 func (s *UpdateTrustOutput) SetTrustId(v string) *UpdateTrustOutput { func
15698 func (s *VerifyTrustInput) SetTrustId(v string) *VerifyTrustInput { func
15722 func (s *VerifyTrustOutput) SetTrustId(v string) *VerifyTrustOutput { func

12