AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AWSAccount.h
1
6#pragma once
7#include <aws/auditmanager/AuditManager_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 AuditManager
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_AUDITMANAGER_API AWSAccount();
36 AWS_AUDITMANAGER_API AWSAccount(Aws::Utils::Json::JsonView jsonValue);
37 AWS_AUDITMANAGER_API AWSAccount& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetId() const{ return m_id; }
46 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
47 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
48 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
49 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
50 inline AWSAccount& WithId(const Aws::String& value) { SetId(value); return *this;}
51 inline AWSAccount& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
52 inline AWSAccount& WithId(const char* value) { SetId(value); return *this;}
54
56
60 inline const Aws::String& GetEmailAddress() const{ return m_emailAddress; }
61 inline bool EmailAddressHasBeenSet() const { return m_emailAddressHasBeenSet; }
62 inline void SetEmailAddress(const Aws::String& value) { m_emailAddressHasBeenSet = true; m_emailAddress = value; }
63 inline void SetEmailAddress(Aws::String&& value) { m_emailAddressHasBeenSet = true; m_emailAddress = std::move(value); }
64 inline void SetEmailAddress(const char* value) { m_emailAddressHasBeenSet = true; m_emailAddress.assign(value); }
65 inline AWSAccount& WithEmailAddress(const Aws::String& value) { SetEmailAddress(value); return *this;}
66 inline AWSAccount& WithEmailAddress(Aws::String&& value) { SetEmailAddress(std::move(value)); return *this;}
67 inline AWSAccount& WithEmailAddress(const char* value) { SetEmailAddress(value); return *this;}
69
71
74 inline const Aws::String& GetName() const{ return m_name; }
75 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
76 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
77 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
78 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
79 inline AWSAccount& WithName(const Aws::String& value) { SetName(value); return *this;}
80 inline AWSAccount& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
81 inline AWSAccount& WithName(const char* value) { SetName(value); return *this;}
83 private:
84
85 Aws::String m_id;
86 bool m_idHasBeenSet = false;
87
88 Aws::String m_emailAddress;
89 bool m_emailAddressHasBeenSet = false;
90
91 Aws::String m_name;
92 bool m_nameHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace AuditManager
97} // namespace Aws
void SetEmailAddress(const char *value)
Definition AWSAccount.h:64
const Aws::String & GetName() const
Definition AWSAccount.h:74
void SetId(const Aws::String &value)
Definition AWSAccount.h:47
void SetEmailAddress(Aws::String &&value)
Definition AWSAccount.h:63
AWS_AUDITMANAGER_API AWSAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
AWSAccount & WithId(const char *value)
Definition AWSAccount.h:52
AWSAccount & WithEmailAddress(const Aws::String &value)
Definition AWSAccount.h:65
AWSAccount & WithEmailAddress(Aws::String &&value)
Definition AWSAccount.h:66
AWSAccount & WithName(const Aws::String &value)
Definition AWSAccount.h:79
AWSAccount & WithName(const char *value)
Definition AWSAccount.h:81
AWSAccount & WithId(const Aws::String &value)
Definition AWSAccount.h:50
void SetName(const char *value)
Definition AWSAccount.h:78
const Aws::String & GetId() const
Definition AWSAccount.h:45
void SetName(const Aws::String &value)
Definition AWSAccount.h:76
const Aws::String & GetEmailAddress() const
Definition AWSAccount.h:60
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEmailAddress(const Aws::String &value)
Definition AWSAccount.h:62
void SetId(const char *value)
Definition AWSAccount.h:49
AWS_AUDITMANAGER_API AWSAccount(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
Definition AWSAccount.h:77
AWSAccount & WithId(Aws::String &&value)
Definition AWSAccount.h:51
AWS_AUDITMANAGER_API AWSAccount()
AWSAccount & WithEmailAddress(const char *value)
Definition AWSAccount.h:67
AWSAccount & WithName(Aws::String &&value)
Definition AWSAccount.h:80
void SetId(Aws::String &&value)
Definition AWSAccount.h:48
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue