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;
43 template <
typename MonitorIdT = Aws::String>
45 m_monitorIdHasBeenSet =
true;
46 m_monitorId = std::forward<MonitorIdT>(value);
48 template <
typename MonitorIdT = Aws::String>
63 template <
typename DisplayNameT = Aws::String>
65 m_displayNameHasBeenSet =
true;
66 m_displayName = std::forward<DisplayNameT>(value);
68 template <
typename DisplayNameT = Aws::String>
81 template <
typename SubdomainT = Aws::String>
83 m_subdomainHasBeenSet =
true;
84 m_subdomain = std::forward<SubdomainT>(value);
86 template <
typename SubdomainT = Aws::String>
99 template <
typename UrlT = Aws::String>
101 m_urlHasBeenSet =
true;
102 m_url = std::forward<UrlT>(value);
104 template <
typename UrlT = Aws::String>
106 SetUrl(std::forward<UrlT>(value));
117 template <
typename RoleArnT = Aws::String>
119 m_roleArnHasBeenSet =
true;
120 m_roleArn = std::forward<RoleArnT>(value);
122 template <
typename RoleArnT = Aws::String>
135 template <
typename IdentityCenterInstanceArnT = Aws::String>
137 m_identityCenterInstanceArnHasBeenSet =
true;
138 m_identityCenterInstanceArn = std::forward<IdentityCenterInstanceArnT>(value);
140 template <
typename IdentityCenterInstanceArnT = Aws::String>
152 template <
typename IdentityCenterRegionT = Aws::String>
154 m_identityCenterRegionHasBeenSet =
true;
155 m_identityCenterRegion = std::forward<IdentityCenterRegionT>(value);
157 template <
typename IdentityCenterRegionT = Aws::String>
170 template <
typename IdentityCenterApplicationArnT = Aws::String>
172 m_identityCenterApplicationArnHasBeenSet =
true;
173 m_identityCenterApplicationArn = std::forward<IdentityCenterApplicationArnT>(value);
175 template <
typename IdentityCenterApplicationArnT = Aws::String>
187 template <
typename CreatedAtT = Aws::Utils::DateTime>
189 m_createdAtHasBeenSet =
true;
190 m_createdAt = std::forward<CreatedAtT>(value);
192 template <
typename CreatedAtT = Aws::Utils::DateTime>
204 template <
typename CreatedByT = Aws::String>
206 m_createdByHasBeenSet =
true;
207 m_createdBy = std::forward<CreatedByT>(value);
209 template <
typename CreatedByT = Aws::String>
222 template <
typename UpdatedAtT = Aws::Utils::DateTime>
224 m_updatedAtHasBeenSet =
true;
225 m_updatedAt = std::forward<UpdatedAtT>(value);
227 template <
typename UpdatedAtT = Aws::Utils::DateTime>
239 template <
typename UpdatedByT = Aws::String>
241 m_updatedByHasBeenSet =
true;
242 m_updatedBy = std::forward<UpdatedByT>(value);
244 template <
typename UpdatedByT = Aws::String>
254 template <
typename RequestIdT = Aws::String>
256 m_requestIdHasBeenSet =
true;
257 m_requestId = std::forward<RequestIdT>(value);
259 template <
typename RequestIdT = Aws::String>
294 bool m_monitorIdHasBeenSet =
false;
295 bool m_displayNameHasBeenSet =
false;
296 bool m_subdomainHasBeenSet =
false;
297 bool m_urlHasBeenSet =
false;
298 bool m_roleArnHasBeenSet =
false;
299 bool m_identityCenterInstanceArnHasBeenSet =
false;
300 bool m_identityCenterRegionHasBeenSet =
false;
301 bool m_identityCenterApplicationArnHasBeenSet =
false;
302 bool m_createdAtHasBeenSet =
false;
303 bool m_createdByHasBeenSet =
false;
304 bool m_updatedAtHasBeenSet =
false;
305 bool m_updatedByHasBeenSet =
false;
306 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)
GetMonitorResult & WithIdentityCenterRegion(IdentityCenterRegionT &&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)
const Aws::String & GetIdentityCenterRegion() const
void SetUpdatedBy(UpdatedByT &&value)
GetMonitorResult & WithUrl(UrlT &&value)
GetMonitorResult & WithSubdomain(SubdomainT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_DEADLINE_API GetMonitorResult()=default
void SetIdentityCenterRegion(IdentityCenterRegionT &&value)
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