7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/glue/model/BlueprintStatus.h>
11#include <aws/glue/model/LastActiveDefinition.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
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 CreatedOnT = Aws::Utils::DateTime>
74 void SetCreatedOn(CreatedOnT&& value) { m_createdOnHasBeenSet =
true; m_createdOn = std::forward<CreatedOnT>(value); }
75 template<
typename CreatedOnT = Aws::Utils::DateTime>
85 template<
typename LastModifiedOnT = Aws::Utils::DateTime>
86 void SetLastModifiedOn(LastModifiedOnT&& value) { m_lastModifiedOnHasBeenSet =
true; m_lastModifiedOn = std::forward<LastModifiedOnT>(value); }
87 template<
typename LastModifiedOnT = Aws::Utils::DateTime>
98 template<
typename ParameterSpecT = Aws::String>
99 void SetParameterSpec(ParameterSpecT&& value) { m_parameterSpecHasBeenSet =
true; m_parameterSpec = std::forward<ParameterSpecT>(value); }
100 template<
typename ParameterSpecT = Aws::String>
110 template<
typename Bluepr
intLocationT = Aws::String>
111 void SetBlueprintLocation(BlueprintLocationT&& value) { m_blueprintLocationHasBeenSet =
true; m_blueprintLocation = std::forward<BlueprintLocationT>(value); }
112 template<
typename Bluepr
intLocationT = Aws::String>
124 template<
typename Bluepr
intServiceLocationT = Aws::String>
125 void SetBlueprintServiceLocation(BlueprintServiceLocationT&& value) { m_blueprintServiceLocationHasBeenSet =
true; m_blueprintServiceLocation = std::forward<BlueprintServiceLocationT>(value); }
126 template<
typename Bluepr
intServiceLocationT = Aws::String>
150 template<
typename ErrorMessageT = Aws::String>
151 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
152 template<
typename ErrorMessageT = Aws::String>
164 template<
typename LastActiveDefinitionT = LastActiveDefinition>
165 void SetLastActiveDefinition(LastActiveDefinitionT&& value) { m_lastActiveDefinitionHasBeenSet =
true; m_lastActiveDefinition = std::forward<LastActiveDefinitionT>(value); }
166 template<
typename LastActiveDefinitionT = LastActiveDefinition>
172 bool m_nameHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
178 bool m_createdOnHasBeenSet =
false;
181 bool m_lastModifiedOnHasBeenSet =
false;
184 bool m_parameterSpecHasBeenSet =
false;
187 bool m_blueprintLocationHasBeenSet =
false;
190 bool m_blueprintServiceLocationHasBeenSet =
false;
193 bool m_statusHasBeenSet =
false;
196 bool m_errorMessageHasBeenSet =
false;
198 LastActiveDefinition m_lastActiveDefinition;
199 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