7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/BlueprintStatus.h>
11#include <aws/glue/model/LastActiveDefinition.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename CreatedOnT = Aws::Utils::DateTime>
81 m_createdOnHasBeenSet =
true;
82 m_createdOn = std::forward<CreatedOnT>(value);
84 template <
typename CreatedOnT = Aws::Utils::DateTime>
97 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
99 m_lastModifiedOnHasBeenSet =
true;
100 m_lastModifiedOn = std::forward<LastModifiedOnT>(value);
102 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
116 template <
typename ParameterSpecT = Aws::String>
118 m_parameterSpecHasBeenSet =
true;
119 m_parameterSpec = std::forward<ParameterSpecT>(value);
121 template <
typename ParameterSpecT = Aws::String>
134 template <
typename Bluepr
intLocationT = Aws::String>
136 m_blueprintLocationHasBeenSet =
true;
137 m_blueprintLocation = std::forward<BlueprintLocationT>(value);
139 template <
typename Bluepr
intLocationT = Aws::String>
154 template <
typename Bluepr
intServiceLocationT = Aws::String>
156 m_blueprintServiceLocationHasBeenSet =
true;
157 m_blueprintServiceLocation = std::forward<BlueprintServiceLocationT>(value);
159 template <
typename Bluepr
intServiceLocationT = Aws::String>
177 m_statusHasBeenSet =
true;
192 template <
typename ErrorMessageT = Aws::String>
194 m_errorMessageHasBeenSet =
true;
195 m_errorMessage = std::forward<ErrorMessageT>(value);
197 template <
typename ErrorMessageT = Aws::String>
212 template <
typename LastActiveDefinitionT = LastActiveDefinition>
214 m_lastActiveDefinitionHasBeenSet =
true;
215 m_lastActiveDefinition = std::forward<LastActiveDefinitionT>(value);
217 template <
typename LastActiveDefinitionT = LastActiveDefinition>
242 LastActiveDefinition m_lastActiveDefinition;
243 bool m_nameHasBeenSet =
false;
244 bool m_descriptionHasBeenSet =
false;
245 bool m_createdOnHasBeenSet =
false;
246 bool m_lastModifiedOnHasBeenSet =
false;
247 bool m_parameterSpecHasBeenSet =
false;
248 bool m_blueprintLocationHasBeenSet =
false;
249 bool m_blueprintServiceLocationHasBeenSet =
false;
250 bool m_statusHasBeenSet =
false;
251 bool m_errorMessageHasBeenSet =
false;
252 bool m_lastActiveDefinitionHasBeenSet =
false;
const Aws::String & GetBlueprintLocation() const
Blueprint & WithName(NameT &&value)
BlueprintStatus GetStatus() const
Blueprint & WithStatus(BlueprintStatus value)
const Aws::Utils::DateTime & GetLastModifiedOn() const
Blueprint & WithBlueprintLocation(BlueprintLocationT &&value)
AWS_GLUE_API Blueprint(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Blueprint()=default
void SetLastModifiedOn(LastModifiedOnT &&value)
bool DescriptionHasBeenSet() const
Blueprint & WithCreatedOn(CreatedOnT &&value)
bool ParameterSpecHasBeenSet() const
const Aws::String & GetErrorMessage() const
Blueprint & WithDescription(DescriptionT &&value)
bool BlueprintLocationHasBeenSet() const
const Aws::String & GetBlueprintServiceLocation() const
void SetParameterSpec(ParameterSpecT &&value)
Blueprint & WithParameterSpec(ParameterSpecT &&value)
void SetCreatedOn(CreatedOnT &&value)
Blueprint & WithLastModifiedOn(LastModifiedOnT &&value)
void SetStatus(BlueprintStatus value)
const Aws::String & GetParameterSpec() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
bool ErrorMessageHasBeenSet() const
bool LastActiveDefinitionHasBeenSet() const
bool CreatedOnHasBeenSet() const
void SetLastActiveDefinition(LastActiveDefinitionT &&value)
void SetDescription(DescriptionT &&value)
Blueprint & WithBlueprintServiceLocation(BlueprintServiceLocationT &&value)
Blueprint & WithLastActiveDefinition(LastActiveDefinitionT &&value)
const Aws::Utils::DateTime & GetCreatedOn() const
bool NameHasBeenSet() const
bool LastModifiedOnHasBeenSet() const
bool BlueprintServiceLocationHasBeenSet() const
AWS_GLUE_API Blueprint & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
Blueprint & WithErrorMessage(ErrorMessageT &&value)
const LastActiveDefinition & GetLastActiveDefinition() const
void SetBlueprintServiceLocation(BlueprintServiceLocationT &&value)
const Aws::String & GetDescription() const
void SetBlueprintLocation(BlueprintLocationT &&value)
bool StatusHasBeenSet() const
void SetErrorMessage(ErrorMessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue