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/Provisioning.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename CreatedAtT = Aws::Utils::DateTime>
63 m_createdAtHasBeenSet =
true;
64 m_createdAt = std::forward<CreatedAtT>(value);
66 template <
typename CreatedAtT = Aws::Utils::DateTime>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
97 template <
typename DisplayNameT = Aws::String>
99 m_displayNameHasBeenSet =
true;
100 m_displayName = std::forward<DisplayNameT>(value);
102 template <
typename DisplayNameT = Aws::String>
115 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
117 m_lastModifiedAtHasBeenSet =
true;
118 m_lastModifiedAt = std::forward<LastModifiedAtT>(value);
120 template <
typename LastModifiedAtT = Aws::Utils::DateTime>
133 template <
typename NameT = Aws::String>
135 m_nameHasBeenSet =
true;
136 m_name = std::forward<NameT>(value);
138 template <
typename NameT = Aws::String>
140 SetName(std::forward<NameT>(value));
154 m_pipelineProvisioningHasBeenSet =
true;
155 m_pipelineProvisioning = value;
169 template <
typename RecommendedVersionT = Aws::String>
171 m_recommendedVersionHasBeenSet =
true;
172 m_recommendedVersion = std::forward<RecommendedVersionT>(value);
174 template <
typename RecommendedVersionT = Aws::String>
196 bool m_arnHasBeenSet =
false;
197 bool m_createdAtHasBeenSet =
false;
198 bool m_descriptionHasBeenSet =
false;
199 bool m_displayNameHasBeenSet =
false;
200 bool m_lastModifiedAtHasBeenSet =
false;
201 bool m_nameHasBeenSet =
false;
202 bool m_pipelineProvisioningHasBeenSet =
false;
203 bool m_recommendedVersionHasBeenSet =
false;
void SetName(NameT &&value)
bool CreatedAtHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool DisplayNameHasBeenSet() const
AWS_PROTON_API ServiceTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
Provisioning GetPipelineProvisioning() const
ServiceTemplateSummary & WithArn(ArnT &&value)
bool RecommendedVersionHasBeenSet() const
bool DescriptionHasBeenSet() const
ServiceTemplateSummary & WithPipelineProvisioning(Provisioning value)
bool PipelineProvisioningHasBeenSet() const
void SetArn(ArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
ServiceTemplateSummary & WithDisplayName(DisplayNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedAt() const
ServiceTemplateSummary & WithName(NameT &&value)
ServiceTemplateSummary & WithLastModifiedAt(LastModifiedAtT &&value)
bool NameHasBeenSet() const
void SetLastModifiedAt(LastModifiedAtT &&value)
bool LastModifiedAtHasBeenSet() const
AWS_PROTON_API ServiceTemplateSummary()=default
const Aws::String & GetDisplayName() const
ServiceTemplateSummary & WithRecommendedVersion(RecommendedVersionT &&value)
const Aws::String & GetRecommendedVersion() const
void SetPipelineProvisioning(Provisioning value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRecommendedVersion(RecommendedVersionT &&value)
ServiceTemplateSummary & WithCreatedAt(CreatedAtT &&value)
ServiceTemplateSummary & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetName() const
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetDescription() const
AWS_PROTON_API ServiceTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue