7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename MonitorIdT = Aws::String>
37 m_monitorIdHasBeenSet =
true;
38 m_monitorId = std::forward<MonitorIdT>(value);
40 template <
typename MonitorIdT = Aws::String>
55 template <
typename DisplayNameT = Aws::String>
57 m_displayNameHasBeenSet =
true;
58 m_displayName = std::forward<DisplayNameT>(value);
60 template <
typename DisplayNameT = Aws::String>
73 template <
typename SubdomainT = Aws::String>
75 m_subdomainHasBeenSet =
true;
76 m_subdomain = std::forward<SubdomainT>(value);
78 template <
typename SubdomainT = Aws::String>
91 template <
typename UrlT = Aws::String>
93 m_urlHasBeenSet =
true;
94 m_url = std::forward<UrlT>(value);
96 template <
typename UrlT = Aws::String>
98 SetUrl(std::forward<UrlT>(value));
109 template <
typename RoleArnT = Aws::String>
111 m_roleArnHasBeenSet =
true;
112 m_roleArn = std::forward<RoleArnT>(value);
114 template <
typename RoleArnT = Aws::String>
127 template <
typename IdentityCenterInstanceArnT = Aws::String>
129 m_identityCenterInstanceArnHasBeenSet =
true;
130 m_identityCenterInstanceArn = std::forward<IdentityCenterInstanceArnT>(value);
132 template <
typename IdentityCenterInstanceArnT = Aws::String>
145 template <
typename IdentityCenterApplicationArnT = Aws::String>
147 m_identityCenterApplicationArnHasBeenSet =
true;
148 m_identityCenterApplicationArn = std::forward<IdentityCenterApplicationArnT>(value);
150 template <
typename IdentityCenterApplicationArnT = Aws::String>
162 template <
typename CreatedAtT = Aws::Utils::DateTime>
164 m_createdAtHasBeenSet =
true;
165 m_createdAt = std::forward<CreatedAtT>(value);
167 template <
typename CreatedAtT = Aws::Utils::DateTime>
179 template <
typename CreatedByT = Aws::String>
181 m_createdByHasBeenSet =
true;
182 m_createdBy = std::forward<CreatedByT>(value);
184 template <
typename CreatedByT = Aws::String>
197 template <
typename UpdatedAtT = Aws::Utils::DateTime>
199 m_updatedAtHasBeenSet =
true;
200 m_updatedAt = std::forward<UpdatedAtT>(value);
202 template <
typename UpdatedAtT = Aws::Utils::DateTime>
214 template <
typename UpdatedByT = Aws::String>
216 m_updatedByHasBeenSet =
true;
217 m_updatedBy = std::forward<UpdatedByT>(value);
219 template <
typename UpdatedByT = Aws::String>
229 template <
typename RequestIdT = Aws::String>
231 m_requestIdHasBeenSet =
true;
232 m_requestId = std::forward<RequestIdT>(value);
234 template <
typename RequestIdT = Aws::String>
264 bool m_monitorIdHasBeenSet =
false;
265 bool m_displayNameHasBeenSet =
false;
266 bool m_subdomainHasBeenSet =
false;
267 bool m_urlHasBeenSet =
false;
268 bool m_roleArnHasBeenSet =
false;
269 bool m_identityCenterInstanceArnHasBeenSet =
false;
270 bool m_identityCenterApplicationArnHasBeenSet =
false;
271 bool m_createdAtHasBeenSet =
false;
272 bool m_createdByHasBeenSet =
false;
273 bool m_updatedAtHasBeenSet =
false;
274 bool m_updatedByHasBeenSet =
false;
275 bool m_requestIdHasBeenSet =
false;
GetMonitorResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetUpdatedBy() const
GetMonitorResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetRoleArn() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetRequestId() const
void SetUrl(UrlT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetUrl() const
void SetIdentityCenterInstanceArn(IdentityCenterInstanceArnT &&value)
const Aws::String & GetMonitorId() const
GetMonitorResult & WithRoleArn(RoleArnT &&value)
GetMonitorResult & WithIdentityCenterApplicationArn(IdentityCenterApplicationArnT &&value)
void SetIdentityCenterApplicationArn(IdentityCenterApplicationArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetMonitorResult & WithUpdatedBy(UpdatedByT &&value)
GetMonitorResult & WithUpdatedAt(UpdatedAtT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_DEADLINE_API GetMonitorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetIdentityCenterInstanceArn() const
void SetMonitorId(MonitorIdT &&value)
GetMonitorResult & WithDisplayName(DisplayNameT &&value)
GetMonitorResult & WithIdentityCenterInstanceArn(IdentityCenterInstanceArnT &&value)
const Aws::String & GetCreatedBy() const
GetMonitorResult & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedBy(UpdatedByT &&value)
GetMonitorResult & WithUrl(UrlT &&value)
GetMonitorResult & WithSubdomain(SubdomainT &&value)
AWS_DEADLINE_API GetMonitorResult()=default
GetMonitorResult & WithMonitorId(MonitorIdT &&value)
const Aws::String & GetSubdomain() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_DEADLINE_API GetMonitorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedBy(CreatedByT &&value)
void SetSubdomain(SubdomainT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDisplayName() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetIdentityCenterApplicationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue