7#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/launch-wizard/model/EventStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
82 template<
typename StatusReasonT = Aws::String>
83 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
84 template<
typename StatusReasonT = Aws::String>
94 template<
typename TimestampT = Aws::Utils::DateTime>
95 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
96 template<
typename TimestampT = Aws::Utils::DateTime>
102 bool m_descriptionHasBeenSet =
false;
105 bool m_nameHasBeenSet =
false;
108 bool m_statusHasBeenSet =
false;
111 bool m_statusReasonHasBeenSet =
false;
114 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