AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchGetCustomDataIdentifierSummary.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Macie2
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetArn() const{ return m_arn; }
47 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
48 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
49 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
50 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
51 inline BatchGetCustomDataIdentifierSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;}
52 inline BatchGetCustomDataIdentifierSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
53 inline BatchGetCustomDataIdentifierSummary& WithArn(const char* value) { SetArn(value); return *this;}
55
57
61 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
62 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
63 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
64 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
66 inline BatchGetCustomDataIdentifierSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
68
70
75 inline bool GetDeleted() const{ return m_deleted; }
76 inline bool DeletedHasBeenSet() const { return m_deletedHasBeenSet; }
77 inline void SetDeleted(bool value) { m_deletedHasBeenSet = true; m_deleted = value; }
78 inline BatchGetCustomDataIdentifierSummary& WithDeleted(bool value) { SetDeleted(value); return *this;}
80
82
85 inline const Aws::String& GetDescription() const{ return m_description; }
86 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
87 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
88 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
89 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
91 inline BatchGetCustomDataIdentifierSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
92 inline BatchGetCustomDataIdentifierSummary& WithDescription(const char* value) { SetDescription(value); return *this;}
94
96
99 inline const Aws::String& GetId() const{ return m_id; }
100 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
101 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
102 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
103 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
104 inline BatchGetCustomDataIdentifierSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
105 inline BatchGetCustomDataIdentifierSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
106 inline BatchGetCustomDataIdentifierSummary& WithId(const char* value) { SetId(value); return *this;}
108
110
113 inline const Aws::String& GetName() const{ return m_name; }
114 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
115 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
116 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
117 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
118 inline BatchGetCustomDataIdentifierSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
119 inline BatchGetCustomDataIdentifierSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
120 inline BatchGetCustomDataIdentifierSummary& WithName(const char* value) { SetName(value); return *this;}
122 private:
123
124 Aws::String m_arn;
125 bool m_arnHasBeenSet = false;
126
127 Aws::Utils::DateTime m_createdAt;
128 bool m_createdAtHasBeenSet = false;
129
130 bool m_deleted;
131 bool m_deletedHasBeenSet = false;
132
133 Aws::String m_description;
134 bool m_descriptionHasBeenSet = false;
135
136 Aws::String m_id;
137 bool m_idHasBeenSet = false;
138
139 Aws::String m_name;
140 bool m_nameHasBeenSet = false;
141 };
142
143} // namespace Model
144} // namespace Macie2
145} // namespace Aws
BatchGetCustomDataIdentifierSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
AWS_MACIE2_API BatchGetCustomDataIdentifierSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetCustomDataIdentifierSummary & WithDeleted(bool value)
BatchGetCustomDataIdentifierSummary & WithDescription(const char *value)
BatchGetCustomDataIdentifierSummary & WithArn(Aws::String &&value)
BatchGetCustomDataIdentifierSummary & WithArn(const Aws::String &value)
BatchGetCustomDataIdentifierSummary & WithId(Aws::String &&value)
BatchGetCustomDataIdentifierSummary & WithName(const Aws::String &value)
BatchGetCustomDataIdentifierSummary & WithId(const char *value)
BatchGetCustomDataIdentifierSummary & WithDescription(const Aws::String &value)
BatchGetCustomDataIdentifierSummary & WithArn(const char *value)
BatchGetCustomDataIdentifierSummary & WithId(const Aws::String &value)
BatchGetCustomDataIdentifierSummary & WithName(Aws::String &&value)
BatchGetCustomDataIdentifierSummary & WithDescription(Aws::String &&value)
BatchGetCustomDataIdentifierSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API BatchGetCustomDataIdentifierSummary(Aws::Utils::Json::JsonView jsonValue)
BatchGetCustomDataIdentifierSummary & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue