7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ecs/ECS_EXPORTS.h>
11#include <aws/ecs/model/DaemonRevisionDetail.h>
12#include <aws/ecs/model/DaemonStatus.h>
44 template <
typename DaemonArnT = Aws::String>
46 m_daemonArnHasBeenSet =
true;
47 m_daemonArn = std::forward<DaemonArnT>(value);
49 template <
typename DaemonArnT = Aws::String>
63 template <
typename ClusterArnT = Aws::String>
65 m_clusterArnHasBeenSet =
true;
66 m_clusterArn = std::forward<ClusterArnT>(value);
68 template <
typename ClusterArnT = Aws::String>
82 m_statusHasBeenSet =
true;
98 template <
typename CurrentRevisionsT = Aws::Vector<DaemonRevisionDetail>>
100 m_currentRevisionsHasBeenSet =
true;
101 m_currentRevisions = std::forward<CurrentRevisionsT>(value);
103 template <
typename CurrentRevisionsT = Aws::Vector<DaemonRevisionDetail>>
108 template <
typename CurrentRevisionsT = DaemonRevisionDetail>
110 m_currentRevisionsHasBeenSet =
true;
111 m_currentRevisions.emplace_back(std::forward<CurrentRevisionsT>(value));
122 template <
typename DeploymentArnT = Aws::String>
124 m_deploymentArnHasBeenSet =
true;
125 m_deploymentArn = std::forward<DeploymentArnT>(value);
127 template <
typename DeploymentArnT = Aws::String>
140 template <
typename CreatedAtT = Aws::Utils::DateTime>
142 m_createdAtHasBeenSet =
true;
143 m_createdAt = std::forward<CreatedAtT>(value);
145 template <
typename CreatedAtT = Aws::Utils::DateTime>
158 template <
typename UpdatedAtT = Aws::Utils::DateTime>
160 m_updatedAtHasBeenSet =
true;
161 m_updatedAt = std::forward<UpdatedAtT>(value);
163 template <
typename UpdatedAtT = Aws::Utils::DateTime>
183 bool m_daemonArnHasBeenSet =
false;
184 bool m_clusterArnHasBeenSet =
false;
185 bool m_statusHasBeenSet =
false;
186 bool m_currentRevisionsHasBeenSet =
false;
187 bool m_deploymentArnHasBeenSet =
false;
188 bool m_createdAtHasBeenSet =
false;
189 bool m_updatedAtHasBeenSet =
false;
bool DaemonArnHasBeenSet() const
bool ClusterArnHasBeenSet() const
const Aws::String & GetDeploymentArn() const
DaemonDetail & WithStatus(DaemonStatus value)
void SetDaemonArn(DaemonArnT &&value)
DaemonDetail & WithCurrentRevisions(CurrentRevisionsT &&value)
DaemonDetail & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetClusterArn(ClusterArnT &&value)
AWS_ECS_API DaemonDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
DaemonDetail & WithDaemonArn(DaemonArnT &&value)
const Aws::Vector< DaemonRevisionDetail > & GetCurrentRevisions() const
bool UpdatedAtHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetClusterArn() const
AWS_ECS_API DaemonDetail()=default
void SetDeploymentArn(DeploymentArnT &&value)
DaemonDetail & WithDeploymentArn(DeploymentArnT &&value)
bool StatusHasBeenSet() const
DaemonDetail & WithClusterArn(ClusterArnT &&value)
DaemonStatus GetStatus() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetCurrentRevisions(CurrentRevisionsT &&value)
void SetStatus(DaemonStatus value)
DaemonDetail & AddCurrentRevisions(CurrentRevisionsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
DaemonDetail & WithUpdatedAt(UpdatedAtT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDaemonArn() const
bool DeploymentArnHasBeenSet() const
bool CurrentRevisionsHasBeenSet() const
AWS_ECS_API DaemonDetail(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue