60 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
65 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
321 inline void SetFailedRequestCount(
int value) { m_failedRequestCountHasBeenSet =
true; m_failedRequestCount = value; }
373 bool m_arnHasBeenSet;
376 bool m_lastUpdatedAtHasBeenSet;
379 bool m_createdAtHasBeenSet;
382 bool m_statusHasBeenSet;
384 int m_failedRequestCount;
385 bool m_failedRequestCountHasBeenSet;
387 int m_pendingRequestCount;
388 bool m_pendingRequestCountHasBeenSet;
390 int m_createdRequestCount;
391 bool m_createdRequestCountHasBeenSet;