AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
WaitDetails.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Lambda {
20namespace Model {
21
28 public:
29 AWS_LAMBDA_API WaitDetails() = default;
30 AWS_LAMBDA_API WaitDetails(Aws::Utils::Json::JsonView jsonValue);
32 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
40 inline const Aws::Utils::DateTime& GetScheduledEndTimestamp() const { return m_scheduledEndTimestamp; }
41 inline bool ScheduledEndTimestampHasBeenSet() const { return m_scheduledEndTimestampHasBeenSet; }
42 template <typename ScheduledEndTimestampT = Aws::Utils::DateTime>
43 void SetScheduledEndTimestamp(ScheduledEndTimestampT&& value) {
44 m_scheduledEndTimestampHasBeenSet = true;
45 m_scheduledEndTimestamp = std::forward<ScheduledEndTimestampT>(value);
46 }
47 template <typename ScheduledEndTimestampT = Aws::Utils::DateTime>
48 WaitDetails& WithScheduledEndTimestamp(ScheduledEndTimestampT&& value) {
49 SetScheduledEndTimestamp(std::forward<ScheduledEndTimestampT>(value));
50 return *this;
51 }
53 private:
54 Aws::Utils::DateTime m_scheduledEndTimestamp{};
55 bool m_scheduledEndTimestampHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace Lambda
60} // namespace Aws
void SetScheduledEndTimestamp(ScheduledEndTimestampT &&value)
Definition WaitDetails.h:43
WaitDetails & WithScheduledEndTimestamp(ScheduledEndTimestampT &&value)
Definition WaitDetails.h:48
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API WaitDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ScheduledEndTimestampHasBeenSet() const
Definition WaitDetails.h:41
AWS_LAMBDA_API WaitDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetScheduledEndTimestamp() const
Definition WaitDetails.h:40
AWS_LAMBDA_API WaitDetails()=default
Aws::Utils::Json::JsonValue JsonValue