7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/proton/model/ServiceStatus.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
85 void SetLastModifiedAt(LastModifiedAtT&& value) { m_lastModifiedAtHasBeenSet =
true; m_lastModifiedAt = std::forward<LastModifiedAtT>(value); }
86 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
96 template<
typename NameT = Aws::String>
97 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
98 template<
typename NameT = Aws::String>
118 template<
typename StatusMessageT = Aws::String>
119 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
120 template<
typename StatusMessageT = Aws::String>
130 template<
typename TemplateNameT = Aws::String>
131 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
132 template<
typename TemplateNameT = Aws::String>
138 bool m_arnHasBeenSet =
false;
141 bool m_createdAtHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
147 bool m_lastModifiedAtHasBeenSet =
false;
150 bool m_nameHasBeenSet =
false;
153 bool m_statusHasBeenSet =
false;
156 bool m_statusMessageHasBeenSet =
false;
159 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