AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
41
42
44
47 inline const Aws::String& GetDescription() const{ return m_description; }
48 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
49 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
50 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
51 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
52 inline LastActiveDefinition& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
53 inline LastActiveDefinition& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
54 inline LastActiveDefinition& WithDescription(const char* value) { SetDescription(value); return *this;}
56
58
61 inline const Aws::Utils::DateTime& GetLastModifiedOn() const{ return m_lastModifiedOn; }
62 inline bool LastModifiedOnHasBeenSet() const { return m_lastModifiedOnHasBeenSet; }
63 inline void SetLastModifiedOn(const Aws::Utils::DateTime& value) { m_lastModifiedOnHasBeenSet = true; m_lastModifiedOn = value; }
64 inline void SetLastModifiedOn(Aws::Utils::DateTime&& value) { m_lastModifiedOnHasBeenSet = true; m_lastModifiedOn = std::move(value); }
66 inline LastActiveDefinition& WithLastModifiedOn(Aws::Utils::DateTime&& value) { SetLastModifiedOn(std::move(value)); return *this;}
68
70
73 inline const Aws::String& GetParameterSpec() const{ return m_parameterSpec; }
74 inline bool ParameterSpecHasBeenSet() const { return m_parameterSpecHasBeenSet; }
75 inline void SetParameterSpec(const Aws::String& value) { m_parameterSpecHasBeenSet = true; m_parameterSpec = value; }
76 inline void SetParameterSpec(Aws::String&& value) { m_parameterSpecHasBeenSet = true; m_parameterSpec = std::move(value); }
77 inline void SetParameterSpec(const char* value) { m_parameterSpecHasBeenSet = true; m_parameterSpec.assign(value); }
78 inline LastActiveDefinition& WithParameterSpec(const Aws::String& value) { SetParameterSpec(value); return *this;}
79 inline LastActiveDefinition& WithParameterSpec(Aws::String&& value) { SetParameterSpec(std::move(value)); return *this;}
80 inline LastActiveDefinition& WithParameterSpec(const char* value) { SetParameterSpec(value); return *this;}
82
84
88 inline const Aws::String& GetBlueprintLocation() const{ return m_blueprintLocation; }
89 inline bool BlueprintLocationHasBeenSet() const { return m_blueprintLocationHasBeenSet; }
90 inline void SetBlueprintLocation(const Aws::String& value) { m_blueprintLocationHasBeenSet = true; m_blueprintLocation = value; }
91 inline void SetBlueprintLocation(Aws::String&& value) { m_blueprintLocationHasBeenSet = true; m_blueprintLocation = std::move(value); }
92 inline void SetBlueprintLocation(const char* value) { m_blueprintLocationHasBeenSet = true; m_blueprintLocation.assign(value); }
93 inline LastActiveDefinition& WithBlueprintLocation(const Aws::String& value) { SetBlueprintLocation(value); return *this;}
94 inline LastActiveDefinition& WithBlueprintLocation(Aws::String&& value) { SetBlueprintLocation(std::move(value)); return *this;}
95 inline LastActiveDefinition& WithBlueprintLocation(const char* value) { SetBlueprintLocation(value); return *this;}
97
99
103 inline const Aws::String& GetBlueprintServiceLocation() const{ return m_blueprintServiceLocation; }
104 inline bool BlueprintServiceLocationHasBeenSet() const { return m_blueprintServiceLocationHasBeenSet; }
105 inline void SetBlueprintServiceLocation(const Aws::String& value) { m_blueprintServiceLocationHasBeenSet = true; m_blueprintServiceLocation = value; }
106 inline void SetBlueprintServiceLocation(Aws::String&& value) { m_blueprintServiceLocationHasBeenSet = true; m_blueprintServiceLocation = std::move(value); }
107 inline void SetBlueprintServiceLocation(const char* value) { m_blueprintServiceLocationHasBeenSet = true; m_blueprintServiceLocation.assign(value); }
110 inline LastActiveDefinition& WithBlueprintServiceLocation(const char* value) { SetBlueprintServiceLocation(value); return *this;}
112 private:
113
114 Aws::String m_description;
115 bool m_descriptionHasBeenSet = false;
116
117 Aws::Utils::DateTime m_lastModifiedOn;
118 bool m_lastModifiedOnHasBeenSet = false;
119
120 Aws::String m_parameterSpec;
121 bool m_parameterSpecHasBeenSet = false;
122
123 Aws::String m_blueprintLocation;
124 bool m_blueprintLocationHasBeenSet = false;
125
126 Aws::String m_blueprintServiceLocation;
127 bool m_blueprintServiceLocationHasBeenSet = false;
128 };
129
130} // namespace Model
131} // namespace Glue
132} // namespace Aws
void SetLastModifiedOn(Aws::Utils::DateTime &&value)
LastActiveDefinition & WithDescription(const Aws::String &value)
void SetLastModifiedOn(const Aws::Utils::DateTime &value)
const Aws::String & GetDescription() const
const Aws::String & GetBlueprintLocation() const
LastActiveDefinition & WithDescription(Aws::String &&value)
LastActiveDefinition & WithBlueprintServiceLocation(const Aws::String &value)
void SetBlueprintServiceLocation(const Aws::String &value)
AWS_GLUE_API LastActiveDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
LastActiveDefinition & WithParameterSpec(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
LastActiveDefinition & WithParameterSpec(const char *value)
void SetBlueprintServiceLocation(const char *value)
void SetBlueprintServiceLocation(Aws::String &&value)
LastActiveDefinition & WithLastModifiedOn(Aws::Utils::DateTime &&value)
LastActiveDefinition & WithBlueprintLocation(const Aws::String &value)
LastActiveDefinition & WithLastModifiedOn(const Aws::Utils::DateTime &value)
LastActiveDefinition & WithParameterSpec(Aws::String &&value)
const Aws::String & GetBlueprintServiceLocation() const
LastActiveDefinition & WithDescription(const char *value)
AWS_GLUE_API LastActiveDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetParameterSpec() const
const Aws::Utils::DateTime & GetLastModifiedOn() const
LastActiveDefinition & WithBlueprintServiceLocation(const char *value)
void SetParameterSpec(const Aws::String &value)
void SetBlueprintLocation(const Aws::String &value)
void SetBlueprintLocation(Aws::String &&value)
LastActiveDefinition & WithBlueprintLocation(const char *value)
LastActiveDefinition & WithBlueprintLocation(Aws::String &&value)
LastActiveDefinition & WithBlueprintServiceLocation(Aws::String &&value)
void SetDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue