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/Provisioning.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename DescriptionT = Aws::String>
74 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
75 template<
typename DescriptionT = Aws::String>
85 template<
typename DisplayNameT = Aws::String>
86 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
87 template<
typename DisplayNameT = Aws::String>
97 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
98 void SetLastModifiedAt(LastModifiedAtT&& value) { m_lastModifiedAtHasBeenSet =
true; m_lastModifiedAt = std::forward<LastModifiedAtT>(value); }
99 template<
typename LastModifiedAtT = Aws::Utils::DateTime>
109 template<
typename NameT = Aws::String>
110 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
111 template<
typename NameT = Aws::String>
133 template<
typename RecommendedVersionT = Aws::String>
134 void SetRecommendedVersion(RecommendedVersionT&& value) { m_recommendedVersionHasBeenSet =
true; m_recommendedVersion = std::forward<RecommendedVersionT>(value); }
135 template<
typename RecommendedVersionT = Aws::String>
141 bool m_arnHasBeenSet =
false;
144 bool m_createdAtHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_displayNameHasBeenSet =
false;
153 bool m_lastModifiedAtHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
159 bool m_pipelineProvisioningHasBeenSet =
false;
162 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