AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetSolFunctionInstanceMetadata.h
1
6#pragma once
7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace tnb
22{
23namespace Model
24{
25
33 {
34 public:
39
40
42
45 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
46 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
47 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
48 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
50 inline GetSolFunctionInstanceMetadata& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
52
54
57 inline const Aws::Utils::DateTime& GetLastModified() const{ return m_lastModified; }
58 inline bool LastModifiedHasBeenSet() const { return m_lastModifiedHasBeenSet; }
59 inline void SetLastModified(const Aws::Utils::DateTime& value) { m_lastModifiedHasBeenSet = true; m_lastModified = value; }
60 inline void SetLastModified(Aws::Utils::DateTime&& value) { m_lastModifiedHasBeenSet = true; m_lastModified = std::move(value); }
62 inline GetSolFunctionInstanceMetadata& WithLastModified(Aws::Utils::DateTime&& value) { SetLastModified(std::move(value)); return *this;}
64 private:
65
66 Aws::Utils::DateTime m_createdAt;
67 bool m_createdAtHasBeenSet = false;
68
69 Aws::Utils::DateTime m_lastModified;
70 bool m_lastModifiedHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace tnb
75} // namespace Aws
void SetLastModified(const Aws::Utils::DateTime &value)
GetSolFunctionInstanceMetadata & WithLastModified(const Aws::Utils::DateTime &value)
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TNB_API GetSolFunctionInstanceMetadata(Aws::Utils::Json::JsonView jsonValue)
GetSolFunctionInstanceMetadata & WithCreatedAt(Aws::Utils::DateTime &&value)
GetSolFunctionInstanceMetadata & WithCreatedAt(const Aws::Utils::DateTime &value)
AWS_TNB_API GetSolFunctionInstanceMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
GetSolFunctionInstanceMetadata & WithLastModified(Aws::Utils::DateTime &&value)
Aws::Utils::Json::JsonValue JsonValue