AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TimestampedInclusionAnnotation.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/InclusionAnnotationValue.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
33 {
34 public:
39
40
42
45 inline const InclusionAnnotationValue& GetValue() const{ return m_value; }
46 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
47 inline void SetValue(const InclusionAnnotationValue& value) { m_valueHasBeenSet = true; m_value = value; }
48 inline void SetValue(InclusionAnnotationValue&& value) { m_valueHasBeenSet = true; m_value = std::move(value); }
49 inline TimestampedInclusionAnnotation& WithValue(const InclusionAnnotationValue& value) { SetValue(value); return *this;}
50 inline TimestampedInclusionAnnotation& WithValue(InclusionAnnotationValue&& value) { SetValue(std::move(value)); return *this;}
52
54
57 inline const Aws::Utils::DateTime& GetLastModifiedOn() const{ return m_lastModifiedOn; }
58 inline bool LastModifiedOnHasBeenSet() const { return m_lastModifiedOnHasBeenSet; }
59 inline void SetLastModifiedOn(const Aws::Utils::DateTime& value) { m_lastModifiedOnHasBeenSet = true; m_lastModifiedOn = value; }
60 inline void SetLastModifiedOn(Aws::Utils::DateTime&& value) { m_lastModifiedOnHasBeenSet = true; m_lastModifiedOn = std::move(value); }
64 private:
65
67 bool m_valueHasBeenSet = false;
68
69 Aws::Utils::DateTime m_lastModifiedOn;
70 bool m_lastModifiedOnHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace Glue
75} // namespace Aws
AWS_GLUE_API TimestampedInclusionAnnotation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API TimestampedInclusionAnnotation(Aws::Utils::Json::JsonView jsonValue)
void SetLastModifiedOn(const Aws::Utils::DateTime &value)
TimestampedInclusionAnnotation & WithLastModifiedOn(Aws::Utils::DateTime &&value)
TimestampedInclusionAnnotation & WithLastModifiedOn(const Aws::Utils::DateTime &value)
void SetValue(const InclusionAnnotationValue &value)
TimestampedInclusionAnnotation & WithValue(const InclusionAnnotationValue &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
TimestampedInclusionAnnotation & WithValue(InclusionAnnotationValue &&value)
Aws::Utils::Json::JsonValue JsonValue