AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RecipientDetail.h
1
6#pragma once
7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/iotevents/model/SSOIdentity.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTEvents
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_IOTEVENTS_API RecipientDetail();
35 AWS_IOTEVENTS_API RecipientDetail(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const SSOIdentity& GetSsoIdentity() const{ return m_ssoIdentity; }
45 inline bool SsoIdentityHasBeenSet() const { return m_ssoIdentityHasBeenSet; }
46 inline void SetSsoIdentity(const SSOIdentity& value) { m_ssoIdentityHasBeenSet = true; m_ssoIdentity = value; }
47 inline void SetSsoIdentity(SSOIdentity&& value) { m_ssoIdentityHasBeenSet = true; m_ssoIdentity = std::move(value); }
48 inline RecipientDetail& WithSsoIdentity(const SSOIdentity& value) { SetSsoIdentity(value); return *this;}
49 inline RecipientDetail& WithSsoIdentity(SSOIdentity&& value) { SetSsoIdentity(std::move(value)); return *this;}
51 private:
52
53 SSOIdentity m_ssoIdentity;
54 bool m_ssoIdentityHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace IoTEvents
59} // namespace Aws
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTEVENTS_API RecipientDetail(Aws::Utils::Json::JsonView jsonValue)
RecipientDetail & WithSsoIdentity(SSOIdentity &&value)
void SetSsoIdentity(const SSOIdentity &value)
AWS_IOTEVENTS_API RecipientDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSsoIdentity(SSOIdentity &&value)
RecipientDetail & WithSsoIdentity(const SSOIdentity &value)
const SSOIdentity & GetSsoIdentity() const
Aws::Utils::Json::JsonValue JsonValue