7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/OperationStatus.h>
9#include <aws/apprunner/model/OperationType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
64 m_typeHasBeenSet =
true;
80 m_statusHasBeenSet =
true;
96 template <
typename TargetArnT = Aws::String>
98 m_targetArnHasBeenSet =
true;
99 m_targetArn = std::forward<TargetArnT>(value);
101 template <
typename TargetArnT = Aws::String>
114 template <
typename StartedAtT = Aws::Utils::DateTime>
116 m_startedAtHasBeenSet =
true;
117 m_startedAt = std::forward<StartedAtT>(value);
119 template <
typename StartedAtT = Aws::Utils::DateTime>
132 template <
typename EndedAtT = Aws::Utils::DateTime>
134 m_endedAtHasBeenSet =
true;
135 m_endedAt = std::forward<EndedAtT>(value);
137 template <
typename EndedAtT = Aws::Utils::DateTime>
151 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 m_updatedAtHasBeenSet =
true;
154 m_updatedAt = std::forward<UpdatedAtT>(value);
156 template <
typename UpdatedAtT = Aws::Utils::DateTime>
176 bool m_idHasBeenSet =
false;
177 bool m_typeHasBeenSet =
false;
178 bool m_statusHasBeenSet =
false;
179 bool m_targetArnHasBeenSet =
false;
180 bool m_startedAtHasBeenSet =
false;
181 bool m_endedAtHasBeenSet =
false;
182 bool m_updatedAtHasBeenSet =
false;
bool UpdatedAtHasBeenSet() const
bool StatusHasBeenSet() const
bool IdHasBeenSet() const
bool TargetArnHasBeenSet() const
OperationStatus GetStatus() const
const Aws::String & GetTargetArn() const
const Aws::Utils::DateTime & GetEndedAt() const
const Aws::String & GetId() const
void SetType(OperationType value)
OperationSummary & WithStatus(OperationStatus value)
OperationSummary & WithUpdatedAt(UpdatedAtT &&value)
void SetTargetArn(TargetArnT &&value)
void SetEndedAt(EndedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool EndedAtHasBeenSet() const
OperationSummary & WithId(IdT &&value)
OperationSummary & WithStartedAt(StartedAtT &&value)
void SetStartedAt(StartedAtT &&value)
bool StartedAtHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
OperationSummary & WithEndedAt(EndedAtT &&value)
bool TypeHasBeenSet() const
const Aws::Utils::DateTime & GetStartedAt() const
AWS_APPRUNNER_API OperationSummary(Aws::Utils::Json::JsonView jsonValue)
OperationType GetType() const
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(OperationStatus value)
OperationSummary & WithTargetArn(TargetArnT &&value)
OperationSummary & WithType(OperationType value)
AWS_APPRUNNER_API OperationSummary()=default
AWS_APPRUNNER_API OperationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue