7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
10#include <aws/launch-wizard/model/EventStatus.h>
21namespace LaunchWizard {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 m_statusHasBeenSet =
true;
94 template <
typename StatusReasonT = Aws::String>
96 m_statusReasonHasBeenSet =
true;
97 m_statusReason = std::forward<StatusReasonT>(value);
99 template <
typename StatusReasonT = Aws::String>
112 template <
typename TimestampT = Aws::Utils::DateTime>
114 m_timestampHasBeenSet =
true;
115 m_timestamp = std::forward<TimestampT>(value);
117 template <
typename TimestampT = Aws::Utils::DateTime>
133 bool m_nameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
135 bool m_statusHasBeenSet =
false;
136 bool m_statusReasonHasBeenSet =
false;
137 bool m_timestampHasBeenSet =
false;
DeploymentEventDataSummary & WithName(NameT &&value)
void SetStatusReason(StatusReasonT &&value)
bool DescriptionHasBeenSet() const
bool TimestampHasBeenSet() const
void SetName(NameT &&value)
DeploymentEventDataSummary & WithTimestamp(TimestampT &&value)
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetTimestamp() const
void SetTimestamp(TimestampT &&value)
DeploymentEventDataSummary & WithStatus(EventStatus value)
AWS_LAUNCHWIZARD_API DeploymentEventDataSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatusReason() const
DeploymentEventDataSummary & WithStatusReason(StatusReasonT &&value)
EventStatus GetStatus() const
AWS_LAUNCHWIZARD_API DeploymentEventDataSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
void SetStatus(EventStatus value)
DeploymentEventDataSummary & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
AWS_LAUNCHWIZARD_API DeploymentEventDataSummary()=default
AWS_LAUNCHWIZARD_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
bool StatusReasonHasBeenSet() const
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue