AWS SDK for C++

AWS SDK for C++ Version 1.11.683

Loading...
Searching...
No Matches
LastActiveDefinition.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Glue {
21namespace Model {
22
31 public:
32 AWS_GLUE_API LastActiveDefinition() = default;
36
38
41 inline const Aws::String& GetDescription() const { return m_description; }
42 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
43 template <typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) {
45 m_descriptionHasBeenSet = true;
46 m_description = std::forward<DescriptionT>(value);
47 }
48 template <typename DescriptionT = Aws::String>
49 LastActiveDefinition& WithDescription(DescriptionT&& value) {
50 SetDescription(std::forward<DescriptionT>(value));
51 return *this;
52 }
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) {
63 m_lastModifiedOnHasBeenSet = true;
64 m_lastModifiedOn = std::forward<LastModifiedOnT>(value);
65 }
66 template <typename LastModifiedOnT = Aws::Utils::DateTime>
67 LastActiveDefinition& WithLastModifiedOn(LastModifiedOnT&& value) {
68 SetLastModifiedOn(std::forward<LastModifiedOnT>(value));
69 return *this;
70 }
72
74
77 inline const Aws::String& GetParameterSpec() const { return m_parameterSpec; }
78 inline bool ParameterSpecHasBeenSet() const { return m_parameterSpecHasBeenSet; }
79 template <typename ParameterSpecT = Aws::String>
80 void SetParameterSpec(ParameterSpecT&& value) {
81 m_parameterSpecHasBeenSet = true;
82 m_parameterSpec = std::forward<ParameterSpecT>(value);
83 }
84 template <typename ParameterSpecT = Aws::String>
85 LastActiveDefinition& WithParameterSpec(ParameterSpecT&& value) {
86 SetParameterSpec(std::forward<ParameterSpecT>(value));
87 return *this;
88 }
90
92
96 inline const Aws::String& GetBlueprintLocation() const { return m_blueprintLocation; }
97 inline bool BlueprintLocationHasBeenSet() const { return m_blueprintLocationHasBeenSet; }
98 template <typename BlueprintLocationT = Aws::String>
99 void SetBlueprintLocation(BlueprintLocationT&& value) {
100 m_blueprintLocationHasBeenSet = true;
101 m_blueprintLocation = std::forward<BlueprintLocationT>(value);
102 }
103 template <typename BlueprintLocationT = Aws::String>
104 LastActiveDefinition& WithBlueprintLocation(BlueprintLocationT&& value) {
105 SetBlueprintLocation(std::forward<BlueprintLocationT>(value));
106 return *this;
107 }
109
111
115 inline const Aws::String& GetBlueprintServiceLocation() const { return m_blueprintServiceLocation; }
116 inline bool BlueprintServiceLocationHasBeenSet() const { return m_blueprintServiceLocationHasBeenSet; }
117 template <typename BlueprintServiceLocationT = Aws::String>
118 void SetBlueprintServiceLocation(BlueprintServiceLocationT&& value) {
119 m_blueprintServiceLocationHasBeenSet = true;
120 m_blueprintServiceLocation = std::forward<BlueprintServiceLocationT>(value);
121 }
122 template <typename BlueprintServiceLocationT = Aws::String>
123 LastActiveDefinition& WithBlueprintServiceLocation(BlueprintServiceLocationT&& value) {
124 SetBlueprintServiceLocation(std::forward<BlueprintServiceLocationT>(value));
125 return *this;
126 }
128 private:
129 Aws::String m_description;
130 bool m_descriptionHasBeenSet = false;
131
132 Aws::Utils::DateTime m_lastModifiedOn{};
133 bool m_lastModifiedOnHasBeenSet = false;
134
135 Aws::String m_parameterSpec;
136 bool m_parameterSpecHasBeenSet = false;
137
138 Aws::String m_blueprintLocation;
139 bool m_blueprintLocationHasBeenSet = false;
140
141 Aws::String m_blueprintServiceLocation;
142 bool m_blueprintServiceLocationHasBeenSet = false;
143};
144
145} // namespace Model
146} // namespace Glue
147} // 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