7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/proton/Proton_EXPORTS.h>
10#include <aws/proton/model/ServiceStatus.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename CreatedAtT = Aws::Utils::DateTime>
62 m_createdAtHasBeenSet =
true;
63 m_createdAt = std::forward<CreatedAtT>(value);
65 template <
typename CreatedAtT = Aws::Utils::DateTime>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
98 m_lastModifiedAtHasBeenSet =
true;
99 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
101 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
114 template <
typename NameT = Aws::String>
116 m_nameHasBeenSet =
true;
117 m_name = std::forward<NameT>(value);
119 template <
typename NameT = Aws::String>
121 SetName(std::forward<NameT>(value));
133 m_statusHasBeenSet =
true;
148 template <
typename StatusMessageT = Aws::String>
150 m_statusMessageHasBeenSet =
true;
151 m_statusMessage = std::forward<StatusMessageT>(value);
153 template <
typename StatusMessageT = Aws::String>
166 template <
typename TemplateNameT = Aws::String>
168 m_templateNameHasBeenSet =
true;
169 m_templateName = std::forward<TemplateNameT>(value);
171 template <
typename TemplateNameT = Aws::String>
193 bool m_arnHasBeenSet =
false;
194 bool m_createdAtHasBeenSet =
false;
195 bool m_descriptionHasBeenSet =
false;
196 bool m_lastModifiedAtHasBeenSet =
false;
197 bool m_nameHasBeenSet =
false;
198 bool m_statusHasBeenSet =
false;
199 bool m_statusMessageHasBeenSet =
false;
200 bool m_templateNameHasBeenSet =
false;
bool ArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
ServiceSummary & WithStatusMessage(StatusMessageT &&value)
bool StatusHasBeenSet() const
bool TemplateNameHasBeenSet() const
void SetLastModifiedAt(LastModifiedAtT &&value)
const Aws::String & GetStatusMessage() const
const Aws::Utils::DateTime & GetLastModifiedAt() const
bool StatusMessageHasBeenSet() const
void SetStatus(ServiceStatus value)
ServiceSummary & WithArn(ArnT &&value)
ServiceSummary & WithLastModifiedAt(LastModifiedAtT &&value)
const Aws::String & GetTemplateName() const
AWS_PROTON_API ServiceSummary(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedAt(CreatedAtT &&value)
ServiceStatus GetStatus() const
AWS_PROTON_API ServiceSummary()=default
bool DescriptionHasBeenSet() const
void SetTemplateName(TemplateNameT &&value)
ServiceSummary & WithCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
ServiceSummary & WithDescription(DescriptionT &&value)
bool LastModifiedAtHasBeenSet() const
const Aws::String & GetName() const
ServiceSummary & WithStatus(ServiceStatus value)
AWS_PROTON_API ServiceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
void SetStatusMessage(StatusMessageT &&value)
ServiceSummary & WithName(NameT &&value)
ServiceSummary & WithTemplateName(TemplateNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue