7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/DaemonStatus.h>
42 template <
typename DaemonArnT = Aws::String>
44 m_daemonArnHasBeenSet =
true;
45 m_daemonArn = std::forward<DaemonArnT>(value);
47 template <
typename DaemonArnT = Aws::String>
61 m_statusHasBeenSet =
true;
76 template <
typename CreatedAtT = Aws::Utils::DateTime>
78 m_createdAtHasBeenSet =
true;
79 m_createdAt = std::forward<CreatedAtT>(value);
81 template <
typename CreatedAtT = Aws::Utils::DateTime>
94 template <
typename UpdatedAtT = Aws::Utils::DateTime>
96 m_updatedAtHasBeenSet =
true;
97 m_updatedAt = std::forward<UpdatedAtT>(value);
99 template <
typename UpdatedAtT = Aws::Utils::DateTime>
113 bool m_daemonArnHasBeenSet =
false;
114 bool m_statusHasBeenSet =
false;
115 bool m_createdAtHasBeenSet =
false;
116 bool m_updatedAtHasBeenSet =
false;
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API DaemonSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API DaemonSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DaemonArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
DaemonStatus GetStatus() const
bool UpdatedAtHasBeenSet() const
DaemonSummary & WithDaemonArn(DaemonArnT &&value)
void SetStatus(DaemonStatus value)
AWS_ECS_API DaemonSummary()=default
const Aws::String & GetDaemonArn() const
void SetUpdatedAt(UpdatedAtT &&value)
DaemonSummary & WithCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
DaemonSummary & WithUpdatedAt(UpdatedAtT &&value)
void SetDaemonArn(DaemonArnT &&value)
DaemonSummary & WithStatus(DaemonStatus value)
bool StatusHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue