7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/ProvisioningProperties.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
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 Prov
iderT = Aws::String>
99 m_providerHasBeenSet =
true;
100 m_provider = std::forward<ProviderT>(value);
102 template <
typename Prov
iderT = Aws::String>
115 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
117 m_provisioningPropertiesHasBeenSet =
true;
118 m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value);
120 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
133 template <
typename CreatedAtT = Aws::Utils::DateTime>
135 m_createdAtHasBeenSet =
true;
136 m_createdAt = std::forward<CreatedAtT>(value);
138 template <
typename CreatedAtT = Aws::Utils::DateTime>
151 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 m_updatedAtHasBeenSet =
true;
154 m_updatedAt = std::forward<UpdatedAtT>(value);
156 template <
typename UpdatedAtT = Aws::Utils::DateTime>
176 bool m_idHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
179 bool m_providerHasBeenSet =
false;
180 bool m_provisioningPropertiesHasBeenSet =
false;
181 bool m_createdAtHasBeenSet =
false;
182 bool m_updatedAtHasBeenSet =
false;
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetProvider(ProviderT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool CreatedAtHasBeenSet() const
AWS_DATAZONE_API EnvironmentBlueprintSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProvider() const
EnvironmentBlueprintSummary & WithDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
EnvironmentBlueprintSummary & WithName(NameT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
EnvironmentBlueprintSummary & WithUpdatedAt(UpdatedAtT &&value)
const ProvisioningProperties & GetProvisioningProperties() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetProvisioningProperties(ProvisioningPropertiesT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetName() const
AWS_DATAZONE_API EnvironmentBlueprintSummary()=default
bool UpdatedAtHasBeenSet() const
EnvironmentBlueprintSummary & WithProvisioningProperties(ProvisioningPropertiesT &&value)
EnvironmentBlueprintSummary & WithProvider(ProviderT &&value)
EnvironmentBlueprintSummary & WithId(IdT &&value)
bool ProvisioningPropertiesHasBeenSet() const
bool ProviderHasBeenSet() const
EnvironmentBlueprintSummary & WithCreatedAt(CreatedAtT &&value)
bool IdHasBeenSet() const
AWS_DATAZONE_API EnvironmentBlueprintSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetUpdatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue