7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/ProvisioningProperties.h>
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
50 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 template<
typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
63 template<
typename DescriptionT = Aws::String>
73 template<
typename IdT = Aws::String>
74 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
75 template<
typename IdT = Aws::String>
85 template<
typename NameT = Aws::String>
86 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
87 template<
typename NameT = Aws::String>
97 template<
typename Prov
iderT = Aws::String>
98 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
99 template<
typename Prov
iderT = Aws::String>
109 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
110 void SetProvisioningProperties(ProvisioningPropertiesT&& value) { m_provisioningPropertiesHasBeenSet =
true; m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value); }
111 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
121 template<
typename UpdatedAtT = Aws::Utils::DateTime>
122 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
123 template<
typename UpdatedAtT = Aws::Utils::DateTime>
129 bool m_createdAtHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_idHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
141 bool m_providerHasBeenSet =
false;
143 ProvisioningProperties m_provisioningProperties;
144 bool m_provisioningPropertiesHasBeenSet =
false;
147 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