7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
43 template <
typename DescriptionT = Aws::String>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = Aws::String>
61 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
63 m_lastModifiedOnHasBeenSet =
true;
64 m_lastModifiedOn = std::forward<LastModifiedOnT>(value);
66 template <
typename LastModifiedOnT = Aws::Utils::DateTime>
79 template <
typename ParameterSpecT = Aws::String>
81 m_parameterSpecHasBeenSet =
true;
82 m_parameterSpec = std::forward<ParameterSpecT>(value);
84 template <
typename ParameterSpecT = Aws::String>
98 template <
typename Bluepr
intLocationT = Aws::String>
100 m_blueprintLocationHasBeenSet =
true;
101 m_blueprintLocation = std::forward<BlueprintLocationT>(value);
103 template <
typename Bluepr
intLocationT = Aws::String>
117 template <
typename Bluepr
intServiceLocationT = Aws::String>
119 m_blueprintServiceLocationHasBeenSet =
true;
120 m_blueprintServiceLocation = std::forward<BlueprintServiceLocationT>(value);
122 template <
typename Bluepr
intServiceLocationT = Aws::String>
130 bool m_descriptionHasBeenSet =
false;
133 bool m_lastModifiedOnHasBeenSet =
false;
136 bool m_parameterSpecHasBeenSet =
false;
139 bool m_blueprintLocationHasBeenSet =
false;
142 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