AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DomainSummary.h
1
6#pragma once
7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 ConnectCases
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CONNECTCASES_API DomainSummary();
36 AWS_CONNECTCASES_API DomainSummary(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CONNECTCASES_API DomainSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetDomainArn() const{ return m_domainArn; }
46 inline bool DomainArnHasBeenSet() const { return m_domainArnHasBeenSet; }
47 inline void SetDomainArn(const Aws::String& value) { m_domainArnHasBeenSet = true; m_domainArn = value; }
48 inline void SetDomainArn(Aws::String&& value) { m_domainArnHasBeenSet = true; m_domainArn = std::move(value); }
49 inline void SetDomainArn(const char* value) { m_domainArnHasBeenSet = true; m_domainArn.assign(value); }
50 inline DomainSummary& WithDomainArn(const Aws::String& value) { SetDomainArn(value); return *this;}
51 inline DomainSummary& WithDomainArn(Aws::String&& value) { SetDomainArn(std::move(value)); return *this;}
52 inline DomainSummary& WithDomainArn(const char* value) { SetDomainArn(value); return *this;}
54
56
59 inline const Aws::String& GetDomainId() const{ return m_domainId; }
60 inline bool DomainIdHasBeenSet() const { return m_domainIdHasBeenSet; }
61 inline void SetDomainId(const Aws::String& value) { m_domainIdHasBeenSet = true; m_domainId = value; }
62 inline void SetDomainId(Aws::String&& value) { m_domainIdHasBeenSet = true; m_domainId = std::move(value); }
63 inline void SetDomainId(const char* value) { m_domainIdHasBeenSet = true; m_domainId.assign(value); }
64 inline DomainSummary& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;}
65 inline DomainSummary& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;}
66 inline DomainSummary& WithDomainId(const char* value) { SetDomainId(value); return *this;}
68
70
73 inline const Aws::String& GetName() const{ return m_name; }
74 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
75 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
76 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
77 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
78 inline DomainSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
79 inline DomainSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
80 inline DomainSummary& WithName(const char* value) { SetName(value); return *this;}
82 private:
83
84 Aws::String m_domainArn;
85 bool m_domainArnHasBeenSet = false;
86
87 Aws::String m_domainId;
88 bool m_domainIdHasBeenSet = false;
89
90 Aws::String m_name;
91 bool m_nameHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace ConnectCases
96} // namespace Aws
const Aws::String & GetDomainId() const
void SetName(Aws::String &&value)
DomainSummary & WithName(Aws::String &&value)
DomainSummary & WithDomainId(Aws::String &&value)
AWS_CONNECTCASES_API DomainSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DomainSummary & WithName(const char *value)
void SetDomainId(Aws::String &&value)
DomainSummary & WithDomainId(const Aws::String &value)
DomainSummary & WithDomainId(const char *value)
void SetDomainId(const Aws::String &value)
void SetDomainArn(Aws::String &&value)
DomainSummary & WithDomainArn(const Aws::String &value)
const Aws::String & GetName() const
const Aws::String & GetDomainArn() const
AWS_CONNECTCASES_API DomainSummary(Aws::Utils::Json::JsonView jsonValue)
DomainSummary & WithDomainArn(Aws::String &&value)
AWS_CONNECTCASES_API DomainSummary()
DomainSummary & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
DomainSummary & WithDomainArn(const char *value)
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDomainArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue