Home
last modified time | relevance | path

Searched refs:SetContactArn (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm-contacts/include/aws/ssm-contacts/model/
H A DGetContactPolicyRequest.h50 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
55 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
60 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
65 …inline GetContactPolicyRequest& WithContactArn(const Aws::String& value) { SetContactArn(value); r… in WithContactArn()
70 …inline GetContactPolicyRequest& WithContactArn(Aws::String&& value) { SetContactArn(std::move(valu… in WithContactArn()
75 …inline GetContactPolicyRequest& WithContactArn(const char* value) { SetContactArn(value); return *… in WithContactArn()
H A DCreateContactResult.h43 inline void SetContactArn(const Aws::String& value) { m_contactArn = value; } in SetContactArn() function
48 inline void SetContactArn(Aws::String&& value) { m_contactArn = std::move(value); } in SetContactArn() function
53 inline void SetContactArn(const char* value) { m_contactArn.assign(value); } in SetContactArn() function
58 …inline CreateContactResult& WithContactArn(const Aws::String& value) { SetContactArn(value); retur… in WithContactArn()
63 …inline CreateContactResult& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value));… in WithContactArn()
68 …inline CreateContactResult& WithContactArn(const char* value) { SetContactArn(value); return *this… in WithContactArn()
H A DPutContactPolicyRequest.h50 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
55 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
60 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
65 …inline PutContactPolicyRequest& WithContactArn(const Aws::String& value) { SetContactArn(value); r… in WithContactArn()
70 …inline PutContactPolicyRequest& WithContactArn(Aws::String&& value) { SetContactArn(std::move(valu… in WithContactArn()
75 …inline PutContactPolicyRequest& WithContactArn(const char* value) { SetContactArn(value); return *… in WithContactArn()
H A DGetContactPolicyResult.h43 inline void SetContactArn(const Aws::String& value) { m_contactArn = value; } in SetContactArn() function
48 inline void SetContactArn(Aws::String&& value) { m_contactArn = std::move(value); } in SetContactArn() function
53 inline void SetContactArn(const char* value) { m_contactArn.assign(value); } in SetContactArn() function
58 …inline GetContactPolicyResult& WithContactArn(const Aws::String& value) { SetContactArn(value); re… in WithContactArn()
63 …inline GetContactPolicyResult& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value… in WithContactArn()
68 …inline GetContactPolicyResult& WithContactArn(const char* value) { SetContactArn(value); return *t… in WithContactArn()
H A DContact.h55 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
60 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
65 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
70 inline Contact& WithContactArn(const Aws::String& value) { SetContactArn(value); return *this;} in WithContactArn()
75 …inline Contact& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); return *thi… in WithContactArn()
80 inline Contact& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
H A DGetContactResult.h45 inline void SetContactArn(const Aws::String& value) { m_contactArn = value; } in SetContactArn() function
50 inline void SetContactArn(Aws::String&& value) { m_contactArn = std::move(value); } in SetContactArn() function
55 inline void SetContactArn(const char* value) { m_contactArn.assign(value); } in SetContactArn() function
60 …inline GetContactResult& WithContactArn(const Aws::String& value) { SetContactArn(value); return *… in WithContactArn()
65 …inline GetContactResult& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); re… in WithContactArn()
70 … inline GetContactResult& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
H A DGetContactChannelResult.h46 inline void SetContactArn(const Aws::String& value) { m_contactArn = value; } in SetContactArn() function
51 inline void SetContactArn(Aws::String&& value) { m_contactArn = std::move(value); } in SetContactArn() function
56 inline void SetContactArn(const char* value) { m_contactArn.assign(value); } in SetContactArn() function
61 …inline GetContactChannelResult& WithContactArn(const Aws::String& value) { SetContactArn(value); r… in WithContactArn()
66 …inline GetContactChannelResult& WithContactArn(Aws::String&& value) { SetContactArn(std::move(valu… in WithContactArn()
71 …inline GetContactChannelResult& WithContactArn(const char* value) { SetContactArn(value); return *… in WithContactArn()
H A DContactChannel.h98 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
103 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
108 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
113 …inline ContactChannel& WithContactArn(const Aws::String& value) { SetContactArn(value); return *th… in WithContactArn()
118 …inline ContactChannel& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); retu… in WithContactArn()
123 inline ContactChannel& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
H A DEngagement.h99 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
105 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
111 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
117 … inline Engagement& WithContactArn(const Aws::String& value) { SetContactArn(value); return *this;} in WithContactArn()
123 …inline Engagement& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); return *… in WithContactArn()
129 inline Engagement& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
H A DPage.h137 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
142 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
147 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
152 inline Page& WithContactArn(const Aws::String& value) { SetContactArn(value); return *this;} in WithContactArn()
157 … inline Page& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); return *this;} in WithContactArn()
162 inline Page& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
H A DDescribeEngagementResult.h44 inline void SetContactArn(const Aws::String& value) { m_contactArn = value; } in SetContactArn() function
49 inline void SetContactArn(Aws::String&& value) { m_contactArn = std::move(value); } in SetContactArn() function
54 inline void SetContactArn(const char* value) { m_contactArn.assign(value); } in SetContactArn() function
59 …inline DescribeEngagementResult& WithContactArn(const Aws::String& value) { SetContactArn(value); … in WithContactArn()
64 …inline DescribeEngagementResult& WithContactArn(Aws::String&& value) { SetContactArn(std::move(val… in WithContactArn()
69 …inline DescribeEngagementResult& WithContactArn(const char* value) { SetContactArn(value); return … in WithContactArn()
H A DDescribePageResult.h116 inline void SetContactArn(const Aws::String& value) { m_contactArn = value; } in SetContactArn() function
121 inline void SetContactArn(Aws::String&& value) { m_contactArn = std::move(value); } in SetContactArn() function
126 inline void SetContactArn(const char* value) { m_contactArn.assign(value); } in SetContactArn() function
131 …inline DescribePageResult& WithContactArn(const Aws::String& value) { SetContactArn(value); return… in WithContactArn()
136 …inline DescribePageResult& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); … in WithContactArn()
141 …inline DescribePageResult& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/
H A DGetContactRequest.h50 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
55 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
60 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
65 …inline GetContactRequest& WithContactArn(const Aws::String& value) { SetContactArn(value); return … in WithContactArn()
70 …inline GetContactRequest& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); r… in WithContactArn()
75 … inline GetContactRequest& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
H A DDeleteContactRequest.h50 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
55 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
60 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
65 …inline DeleteContactRequest& WithContactArn(const Aws::String& value) { SetContactArn(value); retu… in WithContactArn()
70 …inline DeleteContactRequest& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value))… in WithContactArn()
75 …inline DeleteContactRequest& WithContactArn(const char* value) { SetContactArn(value); return *thi… in WithContactArn()
H A DCreateContactResult.h43 inline void SetContactArn(const Aws::String& value) { m_contactArn = value; } in SetContactArn() function
48 inline void SetContactArn(Aws::String&& value) { m_contactArn = std::move(value); } in SetContactArn() function
53 inline void SetContactArn(const char* value) { m_contactArn.assign(value); } in SetContactArn() function
58 …inline CreateContactResult& WithContactArn(const Aws::String& value) { SetContactArn(value); retur… in WithContactArn()
63 …inline CreateContactResult& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value));… in WithContactArn()
68 …inline CreateContactResult& WithContactArn(const char* value) { SetContactArn(value); return *this… in WithContactArn()
H A DDisassociateContactFromAddressBookRequest.h50 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
55 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
60 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
65 …actFromAddressBookRequest& WithContactArn(const Aws::String& value) { SetContactArn(value); return… in WithContactArn()
70 …eContactFromAddressBookRequest& WithContactArn(Aws::String&& value) { SetContactArn(std::move(valu… in WithContactArn()
75 …ateContactFromAddressBookRequest& WithContactArn(const char* value) { SetContactArn(value); return… in WithContactArn()
H A DAssociateContactWithAddressBookRequest.h50 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
55 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
60 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
65 …actWithAddressBookRequest& WithContactArn(const Aws::String& value) { SetContactArn(value); return… in WithContactArn()
70 …eContactWithAddressBookRequest& WithContactArn(Aws::String&& value) { SetContactArn(std::move(valu… in WithContactArn()
75 …ateContactWithAddressBookRequest& WithContactArn(const char* value) { SetContactArn(value); return… in WithContactArn()
H A DContact.h56 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
61 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
66 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
71 inline Contact& WithContactArn(const Aws::String& value) { SetContactArn(value); return *this;} in WithContactArn()
76 …inline Contact& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); return *thi… in WithContactArn()
81 inline Contact& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
H A DContactData.h56 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
61 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
66 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
71 …inline ContactData& WithContactArn(const Aws::String& value) { SetContactArn(value); return *this;} in WithContactArn()
76 …inline ContactData& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value)); return … in WithContactArn()
81 inline ContactData& WithContactArn(const char* value) { SetContactArn(value); return *this;} in WithContactArn()
H A DUpdateContactRequest.h53 …inline void SetContactArn(const Aws::String& value) { m_contactArnHasBeenSet = true; m_contactArn … in SetContactArn() function
58 …inline void SetContactArn(Aws::String&& value) { m_contactArnHasBeenSet = true; m_contactArn = std… in SetContactArn() function
63 …inline void SetContactArn(const char* value) { m_contactArnHasBeenSet = true; m_contactArn.assign(… in SetContactArn() function
68 …inline UpdateContactRequest& WithContactArn(const Aws::String& value) { SetContactArn(value); retu… in WithContactArn()
73 …inline UpdateContactRequest& WithContactArn(Aws::String&& value) { SetContactArn(std::move(value))… in WithContactArn()
78 …inline UpdateContactRequest& WithContactArn(const char* value) { SetContactArn(value); return *thi… in WithContactArn()
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/ssmcontacts/
H A Dapi.go3298 func (s *Contact) SetContactArn(v string) *Contact { func
3375 func (s *ContactChannel) SetContactArn(v string) *ContactChannel { func
3786 func (s *CreateContactOutput) SetContactArn(v string) *CreateContactOutput { func
4279 func (s *DescribePageOutput) SetContactArn(v string) *DescribePageOutput { func
4391 func (s *Engagement) SetContactArn(v string) *Engagement { func
4518 func (s *GetContactChannelOutput) SetContactArn(v string) *GetContactChannelOutput { func
4633 func (s *GetContactOutput) SetContactArn(v string) *GetContactOutput { func
4692 func (s *GetContactPolicyInput) SetContactArn(v string) *GetContactPolicyInput { func
4718 func (s *GetContactPolicyOutput) SetContactArn(v string) *GetContactPolicyOutput { func
5455 func (s *Page) SetContactArn(v string) *Page { func
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/ssmcontacts/
H A Dapi.go3314 func (s *Contact) SetContactArn(v string) *Contact { func
3391 func (s *ContactChannel) SetContactArn(v string) *ContactChannel { func
3803 func (s *CreateContactOutput) SetContactArn(v string) *CreateContactOutput { func
4296 func (s *DescribePageOutput) SetContactArn(v string) *DescribePageOutput { func
4408 func (s *Engagement) SetContactArn(v string) *Engagement { func
4535 func (s *GetContactChannelOutput) SetContactArn(v string) *GetContactChannelOutput { func
4650 func (s *GetContactOutput) SetContactArn(v string) *GetContactOutput { func
4709 func (s *GetContactPolicyInput) SetContactArn(v string) *GetContactPolicyInput { func
4735 func (s *GetContactPolicyOutput) SetContactArn(v string) *GetContactPolicyOutput { func
5472 func (s *Page) SetContactArn(v string) *Page { func
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/ssmcontacts/
H A Dapi.go3314 func (s *Contact) SetContactArn(v string) *Contact { func
3391 func (s *ContactChannel) SetContactArn(v string) *ContactChannel { func
3803 func (s *CreateContactOutput) SetContactArn(v string) *CreateContactOutput { func
4296 func (s *DescribePageOutput) SetContactArn(v string) *DescribePageOutput { func
4408 func (s *Engagement) SetContactArn(v string) *Engagement { func
4535 func (s *GetContactChannelOutput) SetContactArn(v string) *GetContactChannelOutput { func
4650 func (s *GetContactOutput) SetContactArn(v string) *GetContactOutput { func
4709 func (s *GetContactPolicyInput) SetContactArn(v string) *GetContactPolicyInput { func
4735 func (s *GetContactPolicyOutput) SetContactArn(v string) *GetContactPolicyOutput { func
5472 func (s *Page) SetContactArn(v string) *Page { func
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/ssmcontacts/
H A Dapi.go3314 func (s *Contact) SetContactArn(v string) *Contact { func
3391 func (s *ContactChannel) SetContactArn(v string) *ContactChannel { func
3803 func (s *CreateContactOutput) SetContactArn(v string) *CreateContactOutput { func
4296 func (s *DescribePageOutput) SetContactArn(v string) *DescribePageOutput { func
4408 func (s *Engagement) SetContactArn(v string) *Engagement { func
4535 func (s *GetContactChannelOutput) SetContactArn(v string) *GetContactChannelOutput { func
4650 func (s *GetContactOutput) SetContactArn(v string) *GetContactOutput { func
4709 func (s *GetContactPolicyInput) SetContactArn(v string) *GetContactPolicyInput { func
4735 func (s *GetContactPolicyOutput) SetContactArn(v string) *GetContactPolicyOutput { func
5472 func (s *Page) SetContactArn(v string) *Page { func
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/ssmcontacts/
H A Dapi.go3405 func (s *Contact) SetContactArn(v string) *Contact { func
3490 func (s *ContactChannel) SetContactArn(v string) *ContactChannel { func
3952 func (s *CreateContactOutput) SetContactArn(v string) *CreateContactOutput { func
4533 func (s *DescribePageOutput) SetContactArn(v string) *DescribePageOutput { func
4653 func (s *Engagement) SetContactArn(v string) *Engagement { func
4796 func (s *GetContactChannelOutput) SetContactArn(v string) *GetContactChannelOutput { func
4927 func (s *GetContactOutput) SetContactArn(v string) *GetContactOutput { func
4994 func (s *GetContactPolicyInput) SetContactArn(v string) *GetContactPolicyInput { func
5028 func (s *GetContactPolicyOutput) SetContactArn(v string) *GetContactPolicyOutput { func
5893 func (s *Page) SetContactArn(v string) *Page { func
[all …]

123