AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CodegenJobSummary.h
1
6#pragma once
7#include <aws/amplifyuibuilder/AmplifyUIBuilder_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 AmplifyUIBuilder
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_AMPLIFYUIBUILDER_API CodegenJobSummary();
37 AWS_AMPLIFYUIBUILDER_API CodegenJobSummary(Aws::Utils::Json::JsonView jsonValue);
38 AWS_AMPLIFYUIBUILDER_API CodegenJobSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetAppId() const{ return m_appId; }
47 inline bool AppIdHasBeenSet() const { return m_appIdHasBeenSet; }
48 inline void SetAppId(const Aws::String& value) { m_appIdHasBeenSet = true; m_appId = value; }
49 inline void SetAppId(Aws::String&& value) { m_appIdHasBeenSet = true; m_appId = std::move(value); }
50 inline void SetAppId(const char* value) { m_appIdHasBeenSet = true; m_appId.assign(value); }
51 inline CodegenJobSummary& WithAppId(const Aws::String& value) { SetAppId(value); return *this;}
52 inline CodegenJobSummary& WithAppId(Aws::String&& value) { SetAppId(std::move(value)); return *this;}
53 inline CodegenJobSummary& WithAppId(const char* value) { SetAppId(value); return *this;}
55
57
61 inline const Aws::String& GetEnvironmentName() const{ return m_environmentName; }
62 inline bool EnvironmentNameHasBeenSet() const { return m_environmentNameHasBeenSet; }
63 inline void SetEnvironmentName(const Aws::String& value) { m_environmentNameHasBeenSet = true; m_environmentName = value; }
64 inline void SetEnvironmentName(Aws::String&& value) { m_environmentNameHasBeenSet = true; m_environmentName = std::move(value); }
65 inline void SetEnvironmentName(const char* value) { m_environmentNameHasBeenSet = true; m_environmentName.assign(value); }
66 inline CodegenJobSummary& WithEnvironmentName(const Aws::String& value) { SetEnvironmentName(value); return *this;}
67 inline CodegenJobSummary& WithEnvironmentName(Aws::String&& value) { SetEnvironmentName(std::move(value)); return *this;}
68 inline CodegenJobSummary& WithEnvironmentName(const char* value) { SetEnvironmentName(value); return *this;}
70
72
75 inline const Aws::String& GetId() const{ return m_id; }
76 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
77 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
78 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
79 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
80 inline CodegenJobSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
81 inline CodegenJobSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
82 inline CodegenJobSummary& WithId(const char* value) { SetId(value); return *this;}
84
86
89 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
90 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
91 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
92 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
93 inline CodegenJobSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
94 inline CodegenJobSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
96
98
101 inline const Aws::Utils::DateTime& GetModifiedAt() const{ return m_modifiedAt; }
102 inline bool ModifiedAtHasBeenSet() const { return m_modifiedAtHasBeenSet; }
103 inline void SetModifiedAt(const Aws::Utils::DateTime& value) { m_modifiedAtHasBeenSet = true; m_modifiedAt = value; }
104 inline void SetModifiedAt(Aws::Utils::DateTime&& value) { m_modifiedAtHasBeenSet = true; m_modifiedAt = std::move(value); }
105 inline CodegenJobSummary& WithModifiedAt(const Aws::Utils::DateTime& value) { SetModifiedAt(value); return *this;}
106 inline CodegenJobSummary& WithModifiedAt(Aws::Utils::DateTime&& value) { SetModifiedAt(std::move(value)); return *this;}
108 private:
109
110 Aws::String m_appId;
111 bool m_appIdHasBeenSet = false;
112
113 Aws::String m_environmentName;
114 bool m_environmentNameHasBeenSet = false;
115
116 Aws::String m_id;
117 bool m_idHasBeenSet = false;
118
119 Aws::Utils::DateTime m_createdAt;
120 bool m_createdAtHasBeenSet = false;
121
122 Aws::Utils::DateTime m_modifiedAt;
123 bool m_modifiedAtHasBeenSet = false;
124 };
125
126} // namespace Model
127} // namespace AmplifyUIBuilder
128} // namespace Aws
CodegenJobSummary & WithAppId(const Aws::String &value)
AWS_AMPLIFYUIBUILDER_API CodegenJobSummary()
void SetCreatedAt(const Aws::Utils::DateTime &value)
CodegenJobSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetModifiedAt(Aws::Utils::DateTime &&value)
AWS_AMPLIFYUIBUILDER_API CodegenJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
CodegenJobSummary & WithAppId(const char *value)
CodegenJobSummary & WithId(const Aws::String &value)
CodegenJobSummary & WithModifiedAt(Aws::Utils::DateTime &&value)
CodegenJobSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetModifiedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetModifiedAt() const
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetEnvironmentName(const Aws::String &value)
AWS_AMPLIFYUIBUILDER_API CodegenJobSummary(Aws::Utils::Json::JsonView jsonValue)
CodegenJobSummary & WithEnvironmentName(const char *value)
CodegenJobSummary & WithId(Aws::String &&value)
CodegenJobSummary & WithEnvironmentName(const Aws::String &value)
CodegenJobSummary & WithEnvironmentName(Aws::String &&value)
CodegenJobSummary & WithModifiedAt(const Aws::Utils::DateTime &value)
CodegenJobSummary & WithId(const char *value)
CodegenJobSummary & WithAppId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue