AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeScheduleResult.h
1
6#pragma once
7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace GlueDataBrew
27{
28namespace Model
29{
31 {
32 public:
33 AWS_GLUEDATABREW_API DescribeScheduleResult();
36
37
39
42 inline const Aws::Utils::DateTime& GetCreateDate() const{ return m_createDate; }
43 inline void SetCreateDate(const Aws::Utils::DateTime& value) { m_createDate = value; }
44 inline void SetCreateDate(Aws::Utils::DateTime&& value) { m_createDate = std::move(value); }
45 inline DescribeScheduleResult& WithCreateDate(const Aws::Utils::DateTime& value) { SetCreateDate(value); return *this;}
46 inline DescribeScheduleResult& WithCreateDate(Aws::Utils::DateTime&& value) { SetCreateDate(std::move(value)); return *this;}
48
50
53 inline const Aws::String& GetCreatedBy() const{ return m_createdBy; }
54 inline void SetCreatedBy(const Aws::String& value) { m_createdBy = value; }
55 inline void SetCreatedBy(Aws::String&& value) { m_createdBy = std::move(value); }
56 inline void SetCreatedBy(const char* value) { m_createdBy.assign(value); }
57 inline DescribeScheduleResult& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;}
58 inline DescribeScheduleResult& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;}
59 inline DescribeScheduleResult& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;}
61
63
66 inline const Aws::Vector<Aws::String>& GetJobNames() const{ return m_jobNames; }
67 inline void SetJobNames(const Aws::Vector<Aws::String>& value) { m_jobNames = value; }
68 inline void SetJobNames(Aws::Vector<Aws::String>&& value) { m_jobNames = std::move(value); }
69 inline DescribeScheduleResult& WithJobNames(const Aws::Vector<Aws::String>& value) { SetJobNames(value); return *this;}
70 inline DescribeScheduleResult& WithJobNames(Aws::Vector<Aws::String>&& value) { SetJobNames(std::move(value)); return *this;}
71 inline DescribeScheduleResult& AddJobNames(const Aws::String& value) { m_jobNames.push_back(value); return *this; }
72 inline DescribeScheduleResult& AddJobNames(Aws::String&& value) { m_jobNames.push_back(std::move(value)); return *this; }
73 inline DescribeScheduleResult& AddJobNames(const char* value) { m_jobNames.push_back(value); return *this; }
75
77
80 inline const Aws::String& GetLastModifiedBy() const{ return m_lastModifiedBy; }
81 inline void SetLastModifiedBy(const Aws::String& value) { m_lastModifiedBy = value; }
82 inline void SetLastModifiedBy(Aws::String&& value) { m_lastModifiedBy = std::move(value); }
83 inline void SetLastModifiedBy(const char* value) { m_lastModifiedBy.assign(value); }
84 inline DescribeScheduleResult& WithLastModifiedBy(const Aws::String& value) { SetLastModifiedBy(value); return *this;}
85 inline DescribeScheduleResult& WithLastModifiedBy(Aws::String&& value) { SetLastModifiedBy(std::move(value)); return *this;}
86 inline DescribeScheduleResult& WithLastModifiedBy(const char* value) { SetLastModifiedBy(value); return *this;}
88
90
93 inline const Aws::Utils::DateTime& GetLastModifiedDate() const{ return m_lastModifiedDate; }
94 inline void SetLastModifiedDate(const Aws::Utils::DateTime& value) { m_lastModifiedDate = value; }
95 inline void SetLastModifiedDate(Aws::Utils::DateTime&& value) { m_lastModifiedDate = std::move(value); }
97 inline DescribeScheduleResult& WithLastModifiedDate(Aws::Utils::DateTime&& value) { SetLastModifiedDate(std::move(value)); return *this;}
99
101
104 inline const Aws::String& GetResourceArn() const{ return m_resourceArn; }
105 inline void SetResourceArn(const Aws::String& value) { m_resourceArn = value; }
106 inline void SetResourceArn(Aws::String&& value) { m_resourceArn = std::move(value); }
107 inline void SetResourceArn(const char* value) { m_resourceArn.assign(value); }
108 inline DescribeScheduleResult& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;}
109 inline DescribeScheduleResult& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;}
110 inline DescribeScheduleResult& WithResourceArn(const char* value) { SetResourceArn(value); return *this;}
112
114
120 inline const Aws::String& GetCronExpression() const{ return m_cronExpression; }
121 inline void SetCronExpression(const Aws::String& value) { m_cronExpression = value; }
122 inline void SetCronExpression(Aws::String&& value) { m_cronExpression = std::move(value); }
123 inline void SetCronExpression(const char* value) { m_cronExpression.assign(value); }
124 inline DescribeScheduleResult& WithCronExpression(const Aws::String& value) { SetCronExpression(value); return *this;}
125 inline DescribeScheduleResult& WithCronExpression(Aws::String&& value) { SetCronExpression(std::move(value)); return *this;}
126 inline DescribeScheduleResult& WithCronExpression(const char* value) { SetCronExpression(value); return *this;}
128
130
133 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const{ return m_tags; }
134 inline void SetTags(const Aws::Map<Aws::String, Aws::String>& value) { m_tags = value; }
135 inline void SetTags(Aws::Map<Aws::String, Aws::String>&& value) { m_tags = std::move(value); }
136 inline DescribeScheduleResult& WithTags(const Aws::Map<Aws::String, Aws::String>& value) { SetTags(value); return *this;}
137 inline DescribeScheduleResult& WithTags(Aws::Map<Aws::String, Aws::String>&& value) { SetTags(std::move(value)); return *this;}
138 inline DescribeScheduleResult& AddTags(const Aws::String& key, const Aws::String& value) { m_tags.emplace(key, value); return *this; }
139 inline DescribeScheduleResult& AddTags(Aws::String&& key, const Aws::String& value) { m_tags.emplace(std::move(key), value); return *this; }
140 inline DescribeScheduleResult& AddTags(const Aws::String& key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
141 inline DescribeScheduleResult& AddTags(Aws::String&& key, Aws::String&& value) { m_tags.emplace(std::move(key), std::move(value)); return *this; }
142 inline DescribeScheduleResult& AddTags(const char* key, Aws::String&& value) { m_tags.emplace(key, std::move(value)); return *this; }
143 inline DescribeScheduleResult& AddTags(Aws::String&& key, const char* value) { m_tags.emplace(std::move(key), value); return *this; }
144 inline DescribeScheduleResult& AddTags(const char* key, const char* value) { m_tags.emplace(key, value); return *this; }
146
148
151 inline const Aws::String& GetName() const{ return m_name; }
152 inline void SetName(const Aws::String& value) { m_name = value; }
153 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
154 inline void SetName(const char* value) { m_name.assign(value); }
155 inline DescribeScheduleResult& WithName(const Aws::String& value) { SetName(value); return *this;}
156 inline DescribeScheduleResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
157 inline DescribeScheduleResult& WithName(const char* value) { SetName(value); return *this;}
159
161
162 inline const Aws::String& GetRequestId() const{ return m_requestId; }
163 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
164 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
165 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
166 inline DescribeScheduleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
167 inline DescribeScheduleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
168 inline DescribeScheduleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
170 private:
171
172 Aws::Utils::DateTime m_createDate;
173
174 Aws::String m_createdBy;
175
176 Aws::Vector<Aws::String> m_jobNames;
177
178 Aws::String m_lastModifiedBy;
179
180 Aws::Utils::DateTime m_lastModifiedDate;
181
182 Aws::String m_resourceArn;
183
184 Aws::String m_cronExpression;
185
187
188 Aws::String m_name;
189
190 Aws::String m_requestId;
191 };
192
193} // namespace Model
194} // namespace GlueDataBrew
195} // namespace Aws
const Aws::Utils::DateTime & GetLastModifiedDate() const
DescribeScheduleResult & WithLastModifiedBy(const char *value)
AWS_GLUEDATABREW_API DescribeScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeScheduleResult & AddTags(Aws::String &&key, const char *value)
DescribeScheduleResult & AddTags(Aws::String &&key, const Aws::String &value)
DescribeScheduleResult & WithName(const char *value)
DescribeScheduleResult & WithCronExpression(const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
DescribeScheduleResult & AddTags(Aws::String &&key, Aws::String &&value)
void SetJobNames(const Aws::Vector< Aws::String > &value)
const Aws::Utils::DateTime & GetCreateDate() const
DescribeScheduleResult & WithCreateDate(const Aws::Utils::DateTime &value)
void SetCreateDate(const Aws::Utils::DateTime &value)
DescribeScheduleResult & WithResourceArn(const char *value)
DescribeScheduleResult & WithRequestId(const Aws::String &value)
DescribeScheduleResult & WithRequestId(const char *value)
void SetLastModifiedDate(Aws::Utils::DateTime &&value)
const Aws::Vector< Aws::String > & GetJobNames() const
DescribeScheduleResult & AddTags(const char *key, const char *value)
DescribeScheduleResult & AddTags(const Aws::String &key, Aws::String &&value)
DescribeScheduleResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
DescribeScheduleResult & WithResourceArn(Aws::String &&value)
DescribeScheduleResult & WithRequestId(Aws::String &&value)
DescribeScheduleResult & WithCreateDate(Aws::Utils::DateTime &&value)
DescribeScheduleResult & WithCronExpression(const char *value)
DescribeScheduleResult & WithJobNames(Aws::Vector< Aws::String > &&value)
DescribeScheduleResult & WithName(Aws::String &&value)
DescribeScheduleResult & AddJobNames(const char *value)
DescribeScheduleResult & WithLastModifiedDate(Aws::Utils::DateTime &&value)
DescribeScheduleResult & WithLastModifiedBy(const Aws::String &value)
DescribeScheduleResult & AddTags(const char *key, Aws::String &&value)
void SetJobNames(Aws::Vector< Aws::String > &&value)
DescribeScheduleResult & WithJobNames(const Aws::Vector< Aws::String > &value)
DescribeScheduleResult & WithResourceArn(const Aws::String &value)
DescribeScheduleResult & AddJobNames(Aws::String &&value)
DescribeScheduleResult & WithCronExpression(Aws::String &&value)
DescribeScheduleResult & AddTags(const Aws::String &key, const Aws::String &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
DescribeScheduleResult & WithLastModifiedBy(Aws::String &&value)
DescribeScheduleResult & WithCreatedBy(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
DescribeScheduleResult & WithLastModifiedDate(const Aws::Utils::DateTime &value)
DescribeScheduleResult & WithName(const Aws::String &value)
AWS_GLUEDATABREW_API DescribeScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeScheduleResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
DescribeScheduleResult & WithCreatedBy(const char *value)
DescribeScheduleResult & WithCreatedBy(const Aws::String &value)
DescribeScheduleResult & AddJobNames(const Aws::String &value)
void SetLastModifiedDate(const Aws::Utils::DateTime &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue