7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/apprunner/model/OperationType.h>
10#include <aws/apprunner/model/OperationStatus.h>
11#include <aws/core/utils/DateTime.h>
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
84 template<
typename TargetArnT = Aws::String>
85 void SetTargetArn(TargetArnT&& value) { m_targetArnHasBeenSet =
true; m_targetArn = std::forward<TargetArnT>(value); }
86 template<
typename TargetArnT = Aws::String>
96 template<
typename StartedAtT = Aws::Utils::DateTime>
97 void SetStartedAt(StartedAtT&& value) { m_startedAtHasBeenSet =
true; m_startedAt = std::forward<StartedAtT>(value); }
98 template<
typename StartedAtT = Aws::Utils::DateTime>
108 template<
typename EndedAtT = Aws::Utils::DateTime>
109 void SetEndedAt(EndedAtT&& value) { m_endedAtHasBeenSet =
true; m_endedAt = std::forward<EndedAtT>(value); }
110 template<
typename EndedAtT = Aws::Utils::DateTime>
121 template<
typename UpdatedAtT = Aws::Utils::DateTime>
122 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
123 template<
typename UpdatedAtT = Aws::Utils::DateTime>
129 bool m_idHasBeenSet =
false;
132 bool m_typeHasBeenSet =
false;
135 bool m_statusHasBeenSet =
false;
138 bool m_targetArnHasBeenSet =
false;
141 bool m_startedAtHasBeenSet =
false;
144 bool m_endedAtHasBeenSet =
false;
147 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