7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/deadline/Deadline_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename MonitorIdT = Aws::String>
38 m_monitorIdHasBeenSet =
true;
39 m_monitorId = std::forward<MonitorIdT>(value);
41 template <
typename MonitorIdT = Aws::String>
56 template <
typename DisplayNameT = Aws::String>
58 m_displayNameHasBeenSet =
true;
59 m_displayName = std::forward<DisplayNameT>(value);
61 template <
typename DisplayNameT = Aws::String>
74 template <
typename SubdomainT = Aws::String>
76 m_subdomainHasBeenSet =
true;
77 m_subdomain = std::forward<SubdomainT>(value);
79 template <
typename SubdomainT = Aws::String>
92 template <
typename UrlT = Aws::String>
94 m_urlHasBeenSet =
true;
95 m_url = std::forward<UrlT>(value);
97 template <
typename UrlT = Aws::String>
99 SetUrl(std::forward<UrlT>(value));
110 template <
typename RoleArnT = Aws::String>
112 m_roleArnHasBeenSet =
true;
113 m_roleArn = std::forward<RoleArnT>(value);
115 template <
typename RoleArnT = Aws::String>
128 template <
typename IdentityCenterInstanceArnT = Aws::String>
130 m_identityCenterInstanceArnHasBeenSet =
true;
131 m_identityCenterInstanceArn = std::forward<IdentityCenterInstanceArnT>(value);
133 template <
typename IdentityCenterInstanceArnT = Aws::String>
146 template <
typename IdentityCenterApplicationArnT = Aws::String>
148 m_identityCenterApplicationArnHasBeenSet =
true;
149 m_identityCenterApplicationArn = std::forward<IdentityCenterApplicationArnT>(value);
151 template <
typename IdentityCenterApplicationArnT = Aws::String>
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
165 m_createdAtHasBeenSet =
true;
166 m_createdAt = std::forward<CreatedAtT>(value);
168 template <
typename CreatedAtT = Aws::Utils::DateTime>
180 template <
typename CreatedByT = Aws::String>
182 m_createdByHasBeenSet =
true;
183 m_createdBy = std::forward<CreatedByT>(value);
185 template <
typename CreatedByT = Aws::String>
198 template <
typename UpdatedAtT = Aws::Utils::DateTime>
200 m_updatedAtHasBeenSet =
true;
201 m_updatedAt = std::forward<UpdatedAtT>(value);
203 template <
typename UpdatedAtT = Aws::Utils::DateTime>
215 template <
typename UpdatedByT = Aws::String>
217 m_updatedByHasBeenSet =
true;
218 m_updatedBy = std::forward<UpdatedByT>(value);
220 template <
typename UpdatedByT = Aws::String>
230 template <
typename RequestIdT = Aws::String>
232 m_requestIdHasBeenSet =
true;
233 m_requestId = std::forward<RequestIdT>(value);
235 template <
typename RequestIdT = Aws::String>
268 bool m_monitorIdHasBeenSet =
false;
269 bool m_displayNameHasBeenSet =
false;
270 bool m_subdomainHasBeenSet =
false;
271 bool m_urlHasBeenSet =
false;
272 bool m_roleArnHasBeenSet =
false;
273 bool m_identityCenterInstanceArnHasBeenSet =
false;
274 bool m_identityCenterApplicationArnHasBeenSet =
false;
275 bool m_createdAtHasBeenSet =
false;
276 bool m_createdByHasBeenSet =
false;
277 bool m_updatedAtHasBeenSet =
false;
278 bool m_updatedByHasBeenSet =
false;
279 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::Http::HttpResponseCode GetHttpResponseCode() const
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