AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LastActiveDefinition.h
1
6#pragma once
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 <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Glue
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_GLUE_API LastActiveDefinition() = default;
41
42
44
47 inline const Aws::String& GetDescription() const { return m_description; }
48 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
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>
52 LastActiveDefinition& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
54
56
59 inline const Aws::Utils::DateTime& GetLastModifiedOn() const { return m_lastModifiedOn; }
60 inline bool LastModifiedOnHasBeenSet() const { return m_lastModifiedOnHasBeenSet; }
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>
64 LastActiveDefinition& WithLastModifiedOn(LastModifiedOnT&& value) { SetLastModifiedOn(std::forward<LastModifiedOnT>(value)); return *this;}
66
68
71 inline const Aws::String& GetParameterSpec() const { return m_parameterSpec; }
72 inline bool ParameterSpecHasBeenSet() const { return m_parameterSpecHasBeenSet; }
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>
76 LastActiveDefinition& WithParameterSpec(ParameterSpecT&& value) { SetParameterSpec(std::forward<ParameterSpecT>(value)); return *this;}
78
80
84 inline const Aws::String& GetBlueprintLocation() const { return m_blueprintLocation; }
85 inline bool BlueprintLocationHasBeenSet() const { return m_blueprintLocationHasBeenSet; }
86 template<typename BlueprintLocationT = Aws::String>
87 void SetBlueprintLocation(BlueprintLocationT&& value) { m_blueprintLocationHasBeenSet = true; m_blueprintLocation = std::forward<BlueprintLocationT>(value); }
88 template<typename BlueprintLocationT = Aws::String>
89 LastActiveDefinition& WithBlueprintLocation(BlueprintLocationT&& value) { SetBlueprintLocation(std::forward<BlueprintLocationT>(value)); return *this;}
91
93
97 inline const Aws::String& GetBlueprintServiceLocation() const { return m_blueprintServiceLocation; }
98 inline bool BlueprintServiceLocationHasBeenSet() const { return m_blueprintServiceLocationHasBeenSet; }
99 template<typename BlueprintServiceLocationT = Aws::String>
100 void SetBlueprintServiceLocation(BlueprintServiceLocationT&& value) { m_blueprintServiceLocationHasBeenSet = true; m_blueprintServiceLocation = std::forward<BlueprintServiceLocationT>(value); }
101 template<typename BlueprintServiceLocationT = Aws::String>
102 LastActiveDefinition& WithBlueprintServiceLocation(BlueprintServiceLocationT&& value) { SetBlueprintServiceLocation(std::forward<BlueprintServiceLocationT>(value)); return *this;}
104 private:
105
106 Aws::String m_description;
107 bool m_descriptionHasBeenSet = false;
108
109 Aws::Utils::DateTime m_lastModifiedOn{};
110 bool m_lastModifiedOnHasBeenSet = false;
111
112 Aws::String m_parameterSpec;
113 bool m_parameterSpecHasBeenSet = false;
114
115 Aws::String m_blueprintLocation;
116 bool m_blueprintLocationHasBeenSet = false;
117
118 Aws::String m_blueprintServiceLocation;
119 bool m_blueprintServiceLocationHasBeenSet = false;
120 };
121
122} // namespace Model
123} // namespace Glue
124} // namespace Aws
AWS_GLUE_API LastActiveDefinition()=default
LastActiveDefinition & WithBlueprintServiceLocation(BlueprintServiceLocationT &&value)
const Aws::String & GetDescription() 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 SetBlueprintServiceLocation(BlueprintServiceLocationT &&value)
void SetLastModifiedOn(LastModifiedOnT &&value)
const Aws::String & GetBlueprintServiceLocation() 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