7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
51 template<
typename DescriptionT = Aws::String>
61 template<
typename LastModifiedOnT = Aws::Utils::DateTime>
62 void SetLastModifiedOn(LastModifiedOnT&& value) { m_lastModifiedOnHasBeenSet =
true; m_lastModifiedOn = std::forward<LastModifiedOnT>(value); }
63 template<
typename LastModifiedOnT = Aws::Utils::DateTime>
73 template<
typename ParameterSpecT = Aws::String>
74 void SetParameterSpec(ParameterSpecT&& value) { m_parameterSpecHasBeenSet =
true; m_parameterSpec = std::forward<ParameterSpecT>(value); }
75 template<
typename ParameterSpecT = Aws::String>
86 template<
typename Bluepr
intLocationT = Aws::String>
87 void SetBlueprintLocation(BlueprintLocationT&& value) { m_blueprintLocationHasBeenSet =
true; m_blueprintLocation = std::forward<BlueprintLocationT>(value); }
88 template<
typename Bluepr
intLocationT = Aws::String>
99 template<
typename Bluepr
intServiceLocationT = Aws::String>
100 void SetBlueprintServiceLocation(BlueprintServiceLocationT&& value) { m_blueprintServiceLocationHasBeenSet =
true; m_blueprintServiceLocation = std::forward<BlueprintServiceLocationT>(value); }
101 template<
typename Bluepr
intServiceLocationT = Aws::String>
107 bool m_descriptionHasBeenSet =
false;
110 bool m_lastModifiedOnHasBeenSet =
false;
113 bool m_parameterSpecHasBeenSet =
false;
116 bool m_blueprintLocationHasBeenSet =
false;
119 bool m_blueprintServiceLocationHasBeenSet =
false;
bool DescriptionHasBeenSet() const
AWS_GLUE_API LastActiveDefinition()=default
bool ParameterSpecHasBeenSet() const
LastActiveDefinition & WithBlueprintServiceLocation(BlueprintServiceLocationT &&value)
bool BlueprintLocationHasBeenSet() const
const Aws::String & GetDescription() const
bool LastModifiedOnHasBeenSet() const
const Aws::String & GetBlueprintLocation() const
LastActiveDefinition & WithLastModifiedOn(LastModifiedOnT &&value)
AWS_GLUE_API LastActiveDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
void SetBlueprintServiceLocation(BlueprintServiceLocationT &&value)
void SetLastModifiedOn(LastModifiedOnT &&value)
const Aws::String & GetBlueprintServiceLocation() const
bool BlueprintServiceLocationHasBeenSet() const
AWS_GLUE_API LastActiveDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetParameterSpec() const
const Aws::Utils::DateTime & GetLastModifiedOn() const
void SetBlueprintLocation(BlueprintLocationT &&value)
LastActiveDefinition & WithBlueprintLocation(BlueprintLocationT &&value)
LastActiveDefinition & WithParameterSpec(ParameterSpecT &&value)
void SetParameterSpec(ParameterSpecT &&value)
LastActiveDefinition & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue